# EventDash MCP tools

Read-only. Account tokens need `appId` on analytics tools unless you use an `edr_` key.

## Apps

- `eventdash_apps_list` (apps:read): List apps this token can access. Use this first with an account token to get appId values.
- `eventdash_apps_get` (apps:read): Get one app (id, name, domain). Account tokens need appId; app read keys do not.
## Analytics

- `eventdash_analytics_overview` (analytics:read): KPI totals for a date range: events, pageviews, unique visitors, bounce rate, sessions. Prefer this over listing individual events.
- `eventdash_analytics_timeseries` (analytics:read): Hourly or daily timeline of events, pageviews, and unique visitors.
- `eventdash_analytics_realtime` (analytics:read): Active sessions in the last 5 minutes (country and device only, no identifiers).
- `eventdash_analytics_pages` (analytics:read): Top pages by views for a date range.
- `eventdash_analytics_referrers` (analytics:read): Traffic referrer breakdown for a date range (raw events, last 90 days).
- `eventdash_analytics_campaigns` (analytics:read): UTM source / medium / campaign breakdown for a date range.
- `eventdash_analytics_countries` (analytics:read): Country breakdown by event volume.
- `eventdash_analytics_devices` (analytics:read): Device, browser, and OS breakdown.
- `eventdash_analytics_performance` (analytics:read): Average Web Vitals (LCP, INP, FCP, load time) from daily rollups.
- `eventdash_analytics_events` (analytics:read): Recent event rows (max 100). Filter by type, name, page, or country. Does not include IP addresses.
- `eventdash_analytics_goals` (analytics:read): Goal completions grouped by event name for a date range.
- `eventdash_analytics_funnel` (funnels:read): Step-by-step conversion and drop-off for one funnel. Pass funnelId from eventdash_funnels_list.
## Funnels

- `eventdash_funnels_list` (funnels:read): List funnels and steps for an app.
## Account

- `eventdash_account_get` (any token): Plan tier and monthly event usage versus quota.

Setup: /docs/mcp.md
