WireBoard
JSON →Lets LLM agents (Claude Desktop, Cursor, VS Code, etc.) query your real-time and historical analytics in conversation. Built on top of the official @wireboard/api JavaScript SDK.
Install
npm install -g @wireboard/mcp Tools · 10
- list_sites Every site in the account
- get_account Token-owner identity + abilities
- get_aggregate Period totals: visitors, pageviews, bounce rate, duration
- get_timeseries One metric (visitors or pageviews) bucketed by hour or day
- get_history Per-day visitors / returning / pageviews / bounce / duration
- get_breakdown Top-N rows by dimension (country, device, browser, referrer, etc.)
- get_top_urls Per-URL metrics with prefix / contains / exact filters
- query_events Custom event queries with grouping and filtering
- get_live_state Real-time snapshot (live visitor count, top pages, active sessions, etc.)
- list_dimensions Meta: every dimension, metric, and limit the API supports
Environment variables
WIREBOARD_TOKEN
Links
★ 2 GitHub stars