Discover MCP servers. Connect your agent.
MCP server for Amplitude Analytics API. Query and segment event data, analyze user behavior, and access analytics insights. Uses existing Amplitude user permissions and access controls. Integrates product analytics with AI assistants for data-driven decisions.
https://github.com/silviorodrigues/amplitude-mcp
stdio
api_key
6 tools
analyticsproduct-analyticseventsamplitudedata
Official Elasticsearch MCP server for search and analytics. List indices, get mappings, execute searches, and retrieve shard information. AI agents can explore, query, and analyze Elasticsearch data on demand. Available as npm package @elastic/mcp-server-elasticsearch. Also available as fully managed hosted MCP server in Elasticsearch 9.3+ deployments.
https://github.com/elastic/mcp-server-elasticsearch
stdio
api_key
8 tools
searchelasticsearchanalyticsdatabasefull-text-searchofficial
LLM observability and analytics. Trace, evaluate, and monitor LLM applications. View traces, analyze prompt performance, track costs, and debug production issues.
https://github.com/langfuse/mcp-server-langfuse
stdio
api_key
6 tools
observabilityllmanalyticstracingmonitoring
Registered 2026-02-17
Official Mailgun MCP server for email service API integration. Send emails, manage domains, retrieve delivery statistics, and access analytics through 30+ endpoints. Full Mailgun API coverage for transactional email, domain management, and delivery tracking. AI-powered email operations.
https://github.com/mailgun/mailgun-mcp-server
stdio
api_key
15 tools
emailmailguntransactionaldeliveryanalyticsofficial
Official Mixpanel MCP server for product analytics. Query event data, segmentation reports, funnels, retention analysis, and frequency reports. Manage user profiles and track engagement metrics. AI-powered analytics insights from your Mixpanel data. Currently in Beta.
https://github.com/mixpanel/mcp
stdio
api_key
8 tools
analyticsproduct-analyticseventsfunnelsmixpanelofficial
PostHog MCP server for product analytics. Query events, user cohorts, feature flags, and session recordings. Access insights and dashboards programmatically.
https://github.com/PostHog/posthog-mcp
stdio
api_key
7 tools
analyticsproduct-analyticsfeature-flagsopen-source
Registered 2026-02-17
Segment MCP server for customer data platform. Track events, identify users, manage sources and destinations, and access audience data. Centralizes customer data from all platforms.
https://github.com/segmentio/mcp-server-segment
stdio
api_key
6 tools
analyticscdpcustomer-datatrackingevents
Registered 2026-02-17
Official Snowflake MCP server. Query data warehouses via Cortex AI, manage objects, orchestrate SQL, consume semantic views, and analyze data. Supports Cortex Search for unstructured data and Cortex Analyst for structured data. Enterprise-grade data platform integration.
https://github.com/Snowflake-Labs/mcp
stdio
api_key
18 tools
databasedata-warehousesqlanalyticssnowflakecortexofficial
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"]
}'