{"openapi":"3.1.0","info":{"title":"Google Maps MCP Server","description":"Google Maps MCP 서버로 AI 도구에서 장소 검색, 경로 안내, 거리 계산, 좌표 변환을 수행할 수 있습니다. 위치 기반 서비스 개발 시 지도 데이터를 자연어로 조회하고 활용할 수 있어 LBS 앱 프로토타이핑이 빨라집니다.","version":"1.0.0","x-fusepie-id":"mcp-google-maps","x-fusepie-category":"map","x-fusepie-provider":"Google"},"servers":[{"url":"npx -y @modelcontextprotocol/server-google-maps","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_google_maps","summary":"Google Maps MCP Server","description":"Google Maps MCP 서버로 AI 도구에서 장소 검색, 경로 안내, 거리 계산, 좌표 변환을 수행할 수 있습니다. 위치 기반 서비스 개발 시 지도 데이터를 자연어로 조회하고 활용할 수 있어 LBS 앱 프로토타이핑이 빨라집니다.","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-google-maps":{"command":"npx","args":["-y","@fusepie/mcp-mcp-google-maps"],"env":{"API_KEY":""}}}}}