{"openapi":"3.1.0","info":{"title":"IP Geolocation API","description":"IP Geolocation API는 IP 주소 기반으로 국가, 도시, 위도/경도, ISP, 타임존 정보를 조회합니다. 일 1,000건 무료 제공으로 지역 기반 콘텐츠 제공, 접속 분석, 보안 모니터링, 사기 탐지 서비스에 활용됩니다.","version":"1.0.0","x-fusepie-id":"ipgeolocation","x-fusepie-category":"data","x-fusepie-provider":"ipgeolocation.io"},"servers":[{"url":"https://api.ipgeolocation.io","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_ipgeolocation","summary":"IP Geolocation API","description":"IP Geolocation API는 IP 주소 기반으로 국가, 도시, 위도/경도, ISP, 타임존 정보를 조회합니다. 일 1,000건 무료 제공으로 지역 기반 콘텐츠 제공, 접속 분석, 보안 모니터링, 사기 탐지 서비스에 활용됩니다.","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":"Get your API key from: https://ipgeolocation.io/signup"}}},"x-mcp-config":{"mcpServers":{"ipgeolocation":{"command":"npx","args":["-y","@fusepie/mcp-ipgeolocation"],"env":{"API_KEY":""}}}}}