Discover MCP servers. Connect your agent.
Official Microsoft Azure MCP Server for cloud resource management. Access and manage Azure resources including Kubernetes Service, Container Apps, Cosmos DB, AI Foundry, Storage, and more through natural language. Built into Visual Studio 2026. Supports Streamable HTTP transport with Microsoft Entra ID authentication. Enterprise-grade security with OBO authentication.
https://github.com/Azure/azure-mcp-server
stdio
bearer
25 tools
cloudazuremicrosoftkubernetescosmos-dbenterpriseofficial
Official Box MCP server for enterprise content management. Connect AI agents to Box Intelligent Content Cloud. Search, read, and manage files, folders, and metadata. Box AI integration for content understanding. JSON-RPC 2.0 communication protocol. Enterprise-grade content management with AI-powered workflows.
https://github.com/box/box-mcp-server
stdio
bearer
10 tools
storageenterprisecontent-managementboxfilesofficial
Registered 2026-02-09 by
Box
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
Official Google Cloud MCP server for GCP resource management. Fully-managed remote MCP servers for BigQuery, Compute Engine, Cloud Run, Cloud Storage, AlloyDB, Cloud SQL, Spanner, and Pub/Sub. Enterprise-ready endpoints with IAM controls at organization, folder, and project level. Agents can provision infrastructure, query data, and manage cloud resources.
https://github.com/googleapis/gcloud-mcp
stdio
bearer
20 tools
cloudgcpgooglebigquerycomputestorageenterpriseofficial
Registered 2026-02-09 by
Google
MCP server for Microsoft Teams integration. Read messages, create messages, reply to threads, and mention team members within Teams channels. Enterprise collaboration through AI assistants. Works with Microsoft 365 Agent Connectors for secure MCP tool discovery and invocation.
https://github.com/InditexTech/mcp-teams-server
stdio
bearer
6 tools
collaborationteamsmicrosoftmessagingenterprisechat
Official Salesforce hosted MCP server for CRM and Agentforce integration. Securely access Salesforce data including contacts, accounts, opportunities, and cases. Enables AI agents to query, update, and manage CRM records. Supports Agentforce MCP protocol for enterprise AI workflows. OAuth authentication. Generally Available February 2026.
https://developer.salesforce.com/blogs/2025/10/salesforce-hosted-mcp-servers-are-in-beta-today
sse
bearer
20 tools
crmsalesenterprisesalesforceagentforceofficial
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"]
}'