MCP server exposing 5 tools for amplitude.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/amplitude/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
amp_get_events — Get event counts and breakdowns for a date range (e.g., "2024-01-01" to "2024-01-31"). Returns frequency, user segments, and trends by event name.amp_get_active_users — Get active user counts by granularity (daily, weekly, or monthly) for a date range. Returns totals and trend data.amp_get_retention — Get user retention metrics for a cohort over time. Returns retention percentages by time period (e.g., day 1, day 7, day 30).amp_user_search — Search for users by ID or property (e.g., email, user_id). Returns matching profiles with properties, event history, and segments.amp_get_user_activity — Get recent event activity timeline for a specific user. Returns events with timestamps, properties, and interactions.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/amplitude/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io