{"openapi":"3.1.0","info":{"title":"REST Countries","description":"REST Countries API로 전 세계 250개 국가의 국명, 수도, 인구, 국기, 통화, 언어, 시간대 정보를 조회합니다. 인증 없이 무료로 사용 가능하며 지리 교육, 여행 앱, 국제화 서비스에 활용됩니다.","version":"1.0.0","x-fusepie-id":"rest-countries","x-fusepie-category":"data","x-fusepie-provider":"오픈소스"},"servers":[{"url":"https://restcountries.com/v3.1","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_rest_countries","summary":"REST Countries","description":"REST Countries API로 전 세계 250개 국가의 국명, 수도, 인구, 국기, 통화, 언어, 시간대 정보를 조회합니다. 인증 없이 무료로 사용 가능하며 지리 교육, 여행 앱, 국제화 서비스에 활용됩니다.","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":{"rest-countries":{"command":"npx","args":["-y","@fusepie/mcp-rest-countries"],"env":{}}}}}