{
  "specVersion": "1.0",
  "host": {
    "displayName": "Amplitude",
    "identifier": "amplitude.com",
    "documentationUrl": "https://amplitude.com/docs",
    "logoUrl": "https://amplitude.com/nextjs-public/amplitude-icon.svg"
  },
  "entries": [
    {
      "identifier": "urn:air:amplitude.com:mcp:analytics",
      "displayName": "Amplitude MCP Server",
      "type": "application/mcp-server-card+json",
      "description": "Read and write Amplitude analytics, taxonomy, and content as tools: charts, dashboards, notebooks, experiments, feature flags, cohorts, session replays, events, and properties. Authenticated with OAuth 2.0; tools inherit the permissions of the authenticated Amplitude user.",
      "tags": [
        "analytics",
        "product-analytics",
        "experimentation",
        "session-replay",
        "taxonomy",
        "oauth"
      ],
      "capabilities": [
        "search",
        "get_amplitude_context",
        "get_from_url",
        "get_charts",
        "get_dashboard",
        "get_cohorts",
        "get_experiments",
        "get_flags",
        "get_events",
        "get_properties",
        "query_chart",
        "query_charts",
        "query_amplitude_data",
        "query_experiment",
        "render_chart",
        "create_dashboard",
        "create_notebook",
        "create_experiment",
        "create_cohort",
        "create_metric",
        "get_session_replays",
        "get_session_replay_events"
      ],
      "representativeQueries": [
        "what were the daily active users over the last 7 days",
        "show signup conversion rates by traffic source this month",
        "should we ship the new onboarding experiment, analyze the results",
        "show me session replays where users rage-clicked on the checkout page",
        "create a cohort of power users who completed 10 or more sessions in the last 30 days"
      ],
      "data": {
        "name": "com.amplitude/amplitude-mcp",
        "description": "Amplitude analytics, experimentation, and taxonomy tools over Streamable HTTP.",
        "documentationUrl": "https://amplitude.com/docs/amplitude-ai/amplitude-mcp",
        "remotes": [
          {
            "type": "streamable-http",
            "url": "https://mcp.amplitude.com/mcp",
            "description": "Default host (US data residency)",
            "authentication": {
              "type": "oauth2",
              "protectedResourceMetadata": "https://mcp.amplitude.com/.well-known/oauth-protected-resource",
              "authorizationServerMetadata": "https://mcp.amplitude.com/.well-known/oauth-authorization-server",
              "scopesSupported": ["mcp:read", "mcp:write"]
            }
          },
          {
            "type": "streamable-http",
            "url": "https://mcp.eu.amplitude.com/mcp",
            "description": "EU data residency host",
            "authentication": {
              "type": "oauth2",
              "scopesSupported": ["mcp:read", "mcp:write"]
            }
          }
        ]
      },
      "updatedAt": "2026-08-14T00:00:00Z"
    },
    {
      "identifier": "urn:air:amplitude.com:mcp:docs",
      "displayName": "Amplitude Docs MCP Server",
      "type": "application/mcp-server-card+json",
      "description": "Public, read-only MCP endpoint serving Amplitude's English developer and product documentation. No authentication required. Does not access any Amplitude account data.",
      "tags": ["documentation", "read-only", "public", "no-auth"],
      "capabilities": ["get_page", "list_pages", "search_docs"],
      "representativeQueries": [
        "how do I initialize the Amplitude Browser SDK",
        "what parameters does the Amplitude HTTP V2 API accept",
        "search the Amplitude docs for session replay privacy controls"
      ],
      "data": {
        "name": "com.amplitude/amplitude-docs-mcp",
        "description": "Read-only access to public Amplitude documentation.",
        "documentationUrl": "https://amplitude.com/docs/amplitude-ai/docs-mcp-server",
        "remotes": [
          {
            "type": "streamable-http",
            "url": "https://amplitude.com/docs/api/mcp",
            "authentication": { "type": "none" }
          }
        ]
      },
      "updatedAt": "2026-08-14T00:00:00Z"
    },
    {
      "identifier": "urn:air:amplitude.com:api:public",
      "displayName": "Amplitude Public APIs",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://amplitude.com/openapi.json",
      "description": "OpenAPI 3.1 description of Amplitude's public HTTP surface: event ingestion, analytics queries, taxonomy management, raw data export, cohorts, and agent-readable site content.",
      "tags": ["api", "openapi", "rest", "ingestion", "export"],
      "capabilities": [
        "uploadEvents",
        "uploadEventsBatch",
        "getEventSegmentation",
        "getFunnelAnalysis",
        "getRetentionAnalysis",
        "exportEvents",
        "listEventTypes",
        "listCohorts",
        "getPageMarkdown"
      ],
      "representativeQueries": [
        "send events to Amplitude over HTTP",
        "export raw Amplitude event data for a date range",
        "query event segmentation from the Amplitude REST API"
      ],
      "updatedAt": "2026-08-14T00:00:00Z"
    },
    {
      "identifier": "urn:air:amplitude.com:skills:mcp-marketplace",
      "displayName": "Amplitude MCP Marketplace",
      "type": "application/ai-skill",
      "url": "https://github.com/amplitude/mcp-marketplace",
      "description": "Official open-source plugin repository of skills, agents, and commands that extend the Amplitude MCP server: chart and dashboard creation, experiment analysis, session replay debugging, AI agent analytics, analytics instrumentation, and recurring briefings.",
      "tags": ["skills", "plugins", "open-source", "claude-code", "cursor"],
      "capabilities": [
        "create-chart",
        "create-dashboard",
        "analyze-chart",
        "analyze-dashboard",
        "analyze-experiment",
        "monitor-experiments",
        "analyze-feedback",
        "discover-opportunities",
        "debug-replay",
        "replay-ux-audit",
        "diagnose-errors",
        "instrument-events",
        "add-analytics-instrumentation",
        "daily-brief",
        "weekly-brief",
        "taxonomy"
      ],
      "representativeQueries": [
        "build an Amplitude dashboard for our product launch",
        "turn this bug report into reproduction steps from session replay",
        "plan analytics instrumentation for this pull request"
      ],
      "updatedAt": "2026-08-14T00:00:00Z"
    },
    {
      "identifier": "urn:air:amplitude.com:skills:builder-skills",
      "displayName": "Amplitude Builder Skills",
      "type": "application/ai-skill",
      "url": "https://amplitude.com/builder-skills",
      "description": "Curated library of Claude Code skills for product, growth, analytics, design, execution, and engineering workflows, published by Amplitude.",
      "tags": ["skills", "claude-code", "product", "growth"],
      "representativeQueries": [
        "find a Claude Code skill for product analytics workflows",
        "what skills does Amplitude publish for growth teams"
      ],
      "updatedAt": "2026-08-14T00:00:00Z"
    }
  ]
}
