amp_get_events
ActiveTool of mcp-amplitude
declared in 0.1.0
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.
Parameters schema
{
"type": "object",
"examples": [
{
"end": "20240131",
"start": "20240101",
"_apiKey": "your-amplitude-api-key",
"_secretKey": "your-amplitude-secret-key",
"event_type": "Page View"
},
{
"end": "20240122",
"start": "20240115",
"_apiKey": "your-amplitude-api-key",
"group_by": "country",
"_secretKey": "your-amplitude-secret-key",
"event_type": "Button Click"
}
],
"required": [
"_apiKey",
"_secretKey",
"event_type",
"start",
"end"
],
"properties": {
"end": {
"type": "string",
"description": "End date (YYYYMMDD)"
},
"start": {
"type": "string",
"description": "Start date (YYYYMMDD)"
},
"_apiKey": {
"type": "string",
"description": "Amplitude API key"
},
"group_by": {
"type": "string",
"description": "Property to group by (optional)"
},
"_secretKey": {
"type": "string",
"description": "Amplitude secret key"
},
"event_type": {
"type": "string",
"description": "EXACT event name as registered in the Amplitude project (case-sensitive). Do NOT guess or invent names — use the user-provided event name verbatim. Amplitude rejects unknown events with a 400."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-amplitude
https://github.com/pipeworx-io/mcp-amplitude
2/7 registries