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
MCP server for Google Calendar integration. Create, read, update, and delete calendar events. Multi-account and multi-calendar support. Free/busy queries for availability checking. Recurring event management. AI-powered scheduling and calendar management through natural language.
https://github.com/nspady/google-calendar-mcp
stdio
bearer
8 tools
calendarschedulinggoogleproductivityeventsavailability
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
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
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"]
}'