You're viewing a demo portfolio

Join the waitlist
PRSM

amp_get_active_users

Active

Tool of mcp-amplitude

declared in 0.1.0

Get active user counts by granularity (daily, weekly, or monthly) for a date range. Returns totals and trend data.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "end": "20240131",
      "start": "20240101",
      "_apiKey": "your-amplitude-api-key",
      "_secretKey": "your-amplitude-secret-key"
    },
    {
      "m": "new",
      "end": "20240131",
      "start": "20240101",
      "_apiKey": "your-amplitude-api-key",
      "_secretKey": "your-amplitude-secret-key"
    }
  ],
  "required": [
    "_apiKey",
    "_secretKey",
    "start",
    "end"
  ],
  "properties": {
    "m": {
      "type": "string",
      "description": "Metric: \"active\" (DAU), \"new\", or \"returning\" (default \"active\")"
    },
    "end": {
      "type": "string",
      "description": "End date (YYYYMMDD)"
    },
    "start": {
      "type": "string",
      "description": "Start date (YYYYMMDD)"
    },
    "_apiKey": {
      "type": "string",
      "description": "Amplitude API key"
    },
    "_secretKey": {
      "type": "string",
      "description": "Amplitude secret key"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-amplitude

https://github.com/pipeworx-io/mcp-amplitude

2/7 registries
View full server →
amp_get_active_users — mcp-amplitude — PRSM MCP