
Agent Analytics MCP
- Agent-Analytics/agent-analytics-mcp
Agent Analytics is a MCP server that lets your coding agent track, experiment, and optimize product analytics through a remote streamable-HTTP endpoint.
About
Agent Analytics MCP is a hosted Model Context Protocol server that exposes analytics, tracking, and experimentation capabilities to AI coding agents. developers shipping agent-powered SaaS or internal automations often lose context when metrics live only in a web UI; this server lets Claude Code, Cursor, or other MCP clients pull and act on analytics data in the same session where they change code. Use it in the grow phase when you are measuring feature usage, running lightweight experiments, or tuning prompts and flows based on real events—not when you are still scoping an idea without instrumentation. The catalog entry ships as a remote MCP endpoint with no local stdio package in the published server.json, so registration is typically adding the remote URL to your agent’s MCP config. It complements agent skills (which teach workflows) by providing live analytics integration rather than static checklists.
- Remote streamable-HTTP MCP at mcp.agentanalytics.sh (server schema v1.0.0)
- Track, experiment, and optimize metrics designed for agent-driven workflows
- Analytics surfaced as MCP tools the coding agent can call during implementation
- GitHub source: Agent-Analytics/agent-analytics-mcp
Agent Analytics MCP by the numbers
- Data as of Aug 10, 2026 (Skillselion catalog sync)
claude mcp add --transport http agent-analytics-mcp https://mcp.agentanalytics.sh/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Repository | Agent-Analytics/agent-analytics-mcp ↗ |
What it does
Wire product and agent behavior metrics into Claude Code or Cursor so experiments and funnels are queryable from the agent instead of only from a dashboard.
Who is it for?
Best when you're running agent workflows and want MCP-accessible analytics on mcp.agentanalytics.sh without building a custom metrics bridge.
Skip if: Skip if you only need a human-facing BI dashboard with no agent integration, or projects still in idea validation with no events to track.
What you get
After registering the remote MCP URL, your agent can use analytics-oriented tools alongside code changes so measurement and shipping stay in one loop.
- Registered remote MCP connection for analytics tools
- Agent-callable tracking and optimization workflows tied to your product
By the numbers
- Published server version 1.0.0 in MCP server.schema.json
- Single remote endpoint: streamable-http at mcp.agentanalytics.sh/mcp
- Repository: github.com/Agent-Analytics/agent-analytics-mcp
Recommended MCP Servers
How it compares
Hosted analytics MCP integration, not a local agent skill or generic database MCP.
FAQ
Who is Agent Analytics MCP MCP for?
and small-team developers using Claude Code, Cursor, or other MCP clients who want analytics and experiments callable by the agent during development and growth work.
When should I use Agent Analytics MCP MCP?
Use it in the grow phase once you have a product or agent flow to instrument and you want the coding agent to read or drive analytics without leaving the IDE.
How do I add Agent Analytics MCP MCP to my agent?
Add the remote MCP server URL https://mcp.agentanalytics.sh/mcp (streamable-http) in your client’s MCP settings per Agent-Analytics/agent-analytics-mcp documentation on GitHub.