{"openapi":"3.1.0","info":{"title":"Countries GraphQL API","description":"Trevor Blades가 운영하는 공개 GraphQL API로, 전 세계 국가, 대륙, 언어, 통화 정보를 인증 없이 무료 조회할 수 있습니다. GraphQL 학습용이나 국가 선택 드롭다운, 다국어 서비스의 기초 데이터로 활용하기 좋습니다.","version":"1.0.0","x-fusepie-id":"graphql-countries","x-fusepie-category":"data","x-fusepie-provider":"Apollo"},"servers":[{"url":"https://countries.trevorblades.com/graphql","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_graphql_countries","summary":"Countries GraphQL API","description":"Trevor Blades가 운영하는 공개 GraphQL API로, 전 세계 국가, 대륙, 언어, 통화 정보를 인증 없이 무료 조회할 수 있습니다. GraphQL 학습용이나 국가 선택 드롭다운, 다국어 서비스의 기초 데이터로 활용하기 좋습니다.","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"}}}}}}}},"x-mcp-config":{"mcpServers":{"graphql-countries":{"command":"npx","args":["-y","@fusepie/mcp-graphql-countries"],"env":{}}}}}