Official MCP server for WireBoard analytics. Query real-time and historical visitor data, custom events, and per-site reports in conversation with Claude, Cursor, VS Code, and other MCP clients.
工具
list_sites
get_account
get_aggregate
get_timeseries
get_history
get_breakdown
get_top_urls
query_events
get_live_state
list_dimensions
服务器配置
{
"mcpServers": {
"wireboard": {
"command": "npx",
"args": [
"-y",
"@wireboard/mcp"
],
"env": {
"WIREBOARD_TOKEN": "<YOUR_TOKEN>"
}
}
}
}