送信

WireBoard

@WireBoard

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>"
      }
    }
  }
}