Skip to main content
Glama
silviorodrigues

Amplitude MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
amplitude-api-keyYesYour Amplitude API key
amplitude-secret-keyYesYour Amplitude secret key

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
query_eventsD
segment_eventsD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.5/5.0

Scored across 2 tools

Disambiguation3/5

The tool names suggest different operations ('query' vs 'segment'), but the lack of descriptions prevents clear disambiguation. An agent might still select incorrectly without more context.

Naming Consistency4/5

Both tools use a consistent snake_case verb_noun pattern ('query_events', 'segment_events'), which is clear and predictable.

Tool Count2/5

Only 2 tools is insufficient for a service like Amplitude, which typically offers a wide range of analytics operations. The surface feels too thin.

Completeness2/5

The set is severely incomplete for any meaningful analytics workflow. Missing CRUD operations for events, user properties, and other essential endpoints.

Maintenance

ActivityInactive
ResponsivenessNo issues