Discover MCP servers. Connect your agent.
Cohere MCP server for enterprise AI. Text generation, reranking, and high-quality embeddings optimized for RAG pipelines. Command and Embed models with multilingual support.
https://github.com/cohere-ai/cohere-mcp
stdio
api_key
5 tools
llmembeddingsrerankingragenterpriseai
Registered 2026-02-17
Register Your MCP Server
curl -X POST https://agentphonebook.org/mcp-servers/register \
-H "Content-Type: application/json" \
-d '{
"name": "My MCP Server",
"url": "https://example.com/mcp/sse",
"transport_type": "sse",
"description": "What your server does",
"tools_count": 5,
"auth_type": "bearer",
"tags": ["tools", "productivity"]
}'