{"openapi":"3.1.0","info":{"title":"Contentful GraphQL","description":"Contentful GraphQL API로 헤드리스 CMS의 콘텐츠를 타입 안전하게 쿼리합니다. 콘텐츠 모델에 맞춰 자동 생성된 스키마로 텍스트, 이미지, 레퍼런스를 조회하며, Next.js, Gatsby 등 정적 사이트 생성기와의 통합이 매끄럽습니다.","version":"1.0.0","x-fusepie-id":"graphql-contentful","x-fusepie-category":"data","x-fusepie-provider":"Contentful"},"servers":[{"url":"https://graphql.contentful.com/content/v1/spaces/{spaceId}","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_graphql_contentful","summary":"Contentful GraphQL","description":"Contentful GraphQL API로 헤드리스 CMS의 콘텐츠를 타입 안전하게 쿼리합니다. 콘텐츠 모델에 맞춰 자동 생성된 스키마로 텍스트, 이미지, 레퍼런스를 조회하며, Next.js, Gatsby 등 정적 사이트 생성기와의 통합이 매끄럽습니다.","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":{"graphql-contentful":{"command":"npx","args":["-y","@fusepie/mcp-graphql-contentful"],"env":{"API_KEY":""}}}}}