{"openapi":"3.1.0","info":{"title":"Cohere MCP Server","description":"Cohere MCP 서버로 텍스트 임베딩, 생성, 재랭킹 API를 사용합니다. 다국어 임베딩과 RAG 최적화된 모델로 검색 품질을 향상시키며, 엔터프라이즈 보안 요구사항을 충족합니다.","version":"1.0.0","x-fusepie-id":"mcp-cohere","x-fusepie-category":"ai","x-fusepie-provider":"Cohere"},"servers":[{"url":"@anthropic/mcp-cohere","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_cohere","summary":"Cohere MCP Server","description":"Cohere MCP 서버로 텍스트 임베딩, 생성, 재랭킹 API를 사용합니다. 다국어 임베딩과 RAG 최적화된 모델로 검색 품질을 향상시키며, 엔터프라이즈 보안 요구사항을 충족합니다.","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-cohere":{"command":"npx","args":["-y","@fusepie/mcp-mcp-cohere"],"env":{"API_KEY":""}}}}}