Query product analytics, build audience cohorts, and surface funnel insights from Amplitude with AI-powered analysis.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"amplitude": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-amplitude",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify amplitude credentials by calling a lightweight read endpoint. used internally by aerostack to validate credentials”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Track events, analyze funnels, and query user cohorts from your AI agents.
Amplitude is the product analytics platform used by thousands of teams to understand user behavior, measure retention, and run growth experiments. This MCP server lets your AI agents send events directly into Amplitude and query charts, funnels, and cohort data — turning your analytics platform into a live data source for agent reasoning.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-amplitude
| Tool | Description |
|---|---|
track_event | Track a custom event in Amplitude for a specific user |
identify_user | Identify a user and set their properties in Amplitude |
get_user_activity | Get recent event activity for a specific user |
list_cohorts | List all cohorts defined in the Amplitude project |
get_cohort_members | Get member user IDs for a specific cohort |
get_chart_data | Get event segmentation chart data for an event and date range |
get_funnel_data | Get funnel conversion data for a sequence of events |
export_events | Initiate a raw event export from Amplitude for a date range |
| Variable | Required | Description | How to Get |
|---|---|---|---|
AMPLITUDE_API_KEY | Yes | Project API key (used for event ingestion) | app.amplitude.com → Your Project → Settings → General → copy API Key |
AMPLITUDE_SECRET_KEY | Yes | Secret key (used for query API authentication) | Same page as API Key → copy Secret Key |
AMPLITUDE_API_KEY and AMPLITUDE_SECRET_KEY under Project → SecretsOnce added, every AI agent in your workspace can call Amplitude tools automatically — no per-user setup needed.
"What's our signup-to-purchase funnel conversion for the last 30 days?"
"Track a 'plan_upgraded' event for user u_98765 with property plan: enterprise"
"Show me daily active users for the 'dashboard_viewed' event this week"
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-amplitude \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-AMPLITUDE-API-KEY: your-api-key' \
-H 'X-Mcp-Secret-AMPLITUDE-SECRET-KEY: your-secret-key' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_cohorts","arguments":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-amplitude
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Run reports, query real-time data, list dimensions and metrics from Google Analytics 4 — AI-native web analytics access.
by @aerostack
Manage incidents, on-call schedules, and escalation policies in PagerDuty — AI-driven incident response and alerting.
The Amplitude MCP gives Claude 8 tools covering events, users, user activities. Claude can read, create, update, and manage Amplitude data directly from a conversation.
Yes. The Amplitude MCP includes tools to list and retrieve cohorts from your Amplitude account. Claude can filter, sort, and summarize cohorts based on your instructions.
Yes. The Amplitude MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 8 Amplitude tools are available everywhere you connect it — install once on Aerostack.
Yes. Aerostack hosts the Amplitude MCP with encrypted credential storage and per-account authentication. Your Amplitude credentials are never shared with Claude's conversation — they're used server-side only.