{"openapi":"3.1.0","info":{"title":"Google 번역 API","description":"Google Cloud Translation API는 135개 이상의 언어 간 자동 번역을 제공합니다. 언어 자동 감지, 텍스트·HTML 번역, 한국어-영어·일어·중국어 번역 품질이 특히 우수합니다. 월 500,000자까지 무료이며, 다국어 서비스·자막·콘텐츠 현지화에 활용됩니다.","version":"1.0.0","x-fusepie-id":"google-translate","x-fusepie-category":"data","x-fusepie-provider":"Google"},"servers":[{"url":"https://translation.googleapis.com/language/translate/v2","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_google_translate","summary":"Google 번역 API","description":"Google Cloud Translation API는 135개 이상의 언어 간 자동 번역을 제공합니다. 언어 자동 감지, 텍스트·HTML 번역, 한국어-영어·일어·중국어 번역 품질이 특히 우수합니다. 월 500,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://console.cloud.google.com/apis/library/translate.googleapis.com"}}},"x-mcp-config":{"mcpServers":{"google-translate":{"command":"npx","args":["-y","@fusepie/mcp-google-translate"],"env":{"API_KEY":""}}}}}