{"openapi":"3.1.0","info":{"title":"Sanity MCP Server","description":"Sanity MCP 서버로 헤드리스 CMS의 콘텐츠를 실시간으로 관리합니다. GROQ 쿼리로 구조화된 콘텐츠를 조회하고, 이미지 파이프라인과 CDN을 활용하여 고성능 콘텐츠 API를 제공합니다.","version":"1.0.0","x-fusepie-id":"mcp-sanity","x-fusepie-category":"data","x-fusepie-provider":"Sanity"},"servers":[{"url":"@anthropic/mcp-sanity","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_sanity","summary":"Sanity MCP Server","description":"Sanity MCP 서버로 헤드리스 CMS의 콘텐츠를 실시간으로 관리합니다. GROQ 쿼리로 구조화된 콘텐츠를 조회하고, 이미지 파이프라인과 CDN을 활용하여 고성능 콘텐츠 API를 제공합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"mcp-sanity":{"command":"npx","args":["-y","@fusepie/mcp-mcp-sanity"],"env":{"API_KEY":""}}}}}