Skip to content

Glossary

What is MCP analytics?

Definition

MCP (Model Context Protocol) lets coding agents call tools. MCP analytics is using those tools to read traffic, funnels, and goals instead of opening a dashboard tab. The server should be read-only: tracking keys stay write-only.

How EventDash implements it

Connect to https://www.eventda.sh/api/mcp with an edt_ (account) or edr_ (one app) bearer token. Ask “where did signup drop this week?” Tracking ed_ keys cannot read analytics. Do not invent keys.

Related