Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.wireboard/mcp

NPM · @WIREBOARD/MCP · SCANNED SEP 20

Official MCP server for WireBoard. Lets LLM agents query your analytics in conversation.

Available components

0 this week 82 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 97 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1606 tokens (~160/item across 10 items; 10 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 10 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.wireboard/mcp server?

io.github.wireboard/mcp runs locally as an npm package, launched with npx -y @wireboard/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @wireboard/mcp

# add to Claude Code
claude mcp add wireboard-mcp -- npx -y @wireboard/mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "wireboard-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@wireboard/mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "wireboard-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@wireboard/mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add wireboard-mcp -- npx -y @wireboard/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wireboard-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@wireboard/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add wireboard-mcp --command npx --arg -y --arg @wireboard/mcp
# ~/.hermes/config.yaml
mcp_servers:
  wireboard-mcp:
    command: "npx"
    args: ["-y", "@wireboard/mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "wireboard-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@wireboard/mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add wireboard-mcp -t stdio -c npx -a -y @wireboard/mcp
// mcp.json
{
  "mcpServers": {
    "wireboard-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@wireboard/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 10 Sept 26 −2
    • Security disclosure: fail → unverified functional
    • Stability: pass → 0.83 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/@wireboard/mcp@0.1.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 97 packages
Packages resolved 97
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 10 exposed · ~1,606 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_account ~38

Get the team-owner identity (email, name) and the abilities of the token in use. Useful for verifying which account the MCP is connected to.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_aggregate ~143

Period totals for one site: visitors, pageviews, bounce_rate, visit_duration. Use this for 'how many visitors did site X get in date range Y' style questions.

NameTypeReqDescription
rangestringyesDate range. Accepts natural strings ('today', 'yesterday', 'last 7 days', 'last 30 days', 'this week', 'last week', 'this month', 'last month') or an explicit 'YYYY-MM-DD..YYYY-MM-DD' range. UTC. If…
site_idstringyesSite ID. Get it from list_sites if you don't know it.

No output schema declared.

No examples provided.

get_breakdown ~215

Top-N rows by one dimension (country, device, browser, url, etc.). Use for 'top countries last week', 'most-used browsers', 'top referrer sources'. The dimension determines which field appears in each row alongside the visitor count.

NameTypeReqDescription
dimensionstringyesWhich dimension to break down by. ref_url/ref_medium/ref_source/ref_search/ref_social are a partition of referrers (a referrer lands in exactly one).
limitintegerMax rows to return. Default 50, max 500.
rangestringyesDate range. Accepts natural strings ('today', 'yesterday', 'last 7 days', 'last 30 days', 'this week', 'last week', 'this month', 'last month') or an explicit 'YYYY-MM-DD..YYYY-MM-DD' range. UTC. If…
site_idstringyesSite ID. Get it from list_sites if you don't know it.

No output schema declared.

No examples provided.

get_history ~157

Per-day breakdown with visitors, returning_visitors, pageviews, bounce_rate, and avg_duration in a single call. Use when the user wants a 'daily report' or wants returning-visitor comparisons. Returns one row per UTC day in the range.

NameTypeReqDescription
rangestringyesDate range. Accepts natural strings ('today', 'yesterday', 'last 7 days', 'last 30 days', 'this week', 'last week', 'this month', 'last month') or an explicit 'YYYY-MM-DD..YYYY-MM-DD' range. UTC. If…
site_idstringyesSite ID. Get it from list_sites if you don't know it.

No output schema declared.

No examples provided.

get_live_state ~114

Current real-time snapshot for a site: live visitor count, top pages right now, current top referrers, active sessions, etc. Use for 'what's happening on the site right now', 'who's currently on the checkout page', 'how many visitors live'.

NameTypeReqDescription
categoriesarraySubset of the 20 live categories to include. Omit to get all categories. Smaller subsets are faster.
site_idstringyesSite ID. Get it from list_sites if you don't know it.

No output schema declared.

No examples provided.

get_timeseries ~182

One metric bucketed over time (hour or day). Use for 'plot pageviews per day this month' or 'visitors per hour today'. Returns an array of {time, value} points.

NameTypeReqDescription
intervalstringyesBucket size. Use 'hour' for short ranges, 'day' for longer.
metricstringyesWhich metric to plot.
rangestringyesDate range. Accepts natural strings ('today', 'yesterday', 'last 7 days', 'last 30 days', 'this week', 'last week', 'this month', 'last month') or an explicit 'YYYY-MM-DD..YYYY-MM-DD' range. UTC. If…
site_idstringyesSite ID. Get it from list_sites if you don't know it.

No output schema declared.

No examples provided.

get_top_urls ~343

Per-URL metrics (visitors, pageviews, bounce_rate, avg_duration) with optional filtering. Use for 'top pages under /blog', 'find the homepage's stats', 'which checkout pages have the worst bounce rate'. Paginated via limit and offset.

NameTypeReqDescription
containsstringMatch URLs that contain this substring anywhere. Use this when the user gives you a path or a keyword without specifying the full URL (e.g. user says 'checkout pages' → contains='/checkout').
exactstringMatch the URL that equals this string exactly. Like `prefix`, this is a full URL: scheme + host + path.
limitintegerMax rows. Default 50, max 500.
offsetintegerPagination offset. Default 0.
prefixstringMatch URLs whose value starts with this string. URLs are stored as full URLs (scheme + host + path), so pass a full prefix like 'https://yoursite.com/blog/', NOT just '/blog/'. If you only have a pat…
rangestringyesDate range. Accepts natural strings ('today', 'yesterday', 'last 7 days', 'last 30 days', 'this week', 'last week', 'this month', 'last month') or an explicit 'YYYY-MM-DD..YYYY-MM-DD' range. UTC. If…
site_idstringyesSite ID. Get it from list_sites if you don't know it.

No output schema declared.

No examples provided.

list_dimensions ~57

Lists every dimension, metric, and limit the API supports. Use as a self-discovery tool when the user asks something like 'what can you tell me about my analytics' or when you're unsure which dimension key to pass to get_breakdown.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_sites ~54

List every site in the WireBoard account. Returns each site's ID, domain, and peak-concurrent-visitors over the last 30 days. Call this first if you don't know which site_id to use for the other tools.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

query_events ~303

Query custom events (purchases, form submits, button clicks, etc.). Filter by category/action/label or UTM fields, group by any combination of those, paginate. Use for 'how many Purchase events from utm_source=newsletter last week' or 'top event categories this month'.

NameTypeReqDescription
filterobjectFilters as {field: value}. Allowed top-level fields: category, action, label, utm_*. Event props go under {'props': {'key': 'value'}} which translates to filter[props.key]=value on the wire.
group_byarrayFields to group by. Allowed: category, action, label, utm_campaign, utm_source, utm_medium, utm_content, utm_term. Default: ['category', 'action', 'label'].
limitintegerMax rows. Default 50, max 1000.
offsetintegerPagination offset. Default 0.
rangestringyesDate range. Accepts natural strings ('today', 'yesterday', 'last 7 days', 'last 30 days', 'this week', 'last week', 'this month', 'last month') or an explicit 'YYYY-MM-DD..YYYY-MM-DD' range. UTC. If…
site_idstringyesSite ID. Get it from list_sites if you don't know it.

No output schema declared.

No examples provided.

Common questions

What is the io.github.wireboard/mcp server?

io.github.wireboard/mcp is listed in the public MCP registry as io.github.wireboard/mcp. Official MCP server for WireBoard. Lets LLM agents query your analytics in conversation. This page covers its npm package (@wireboard/mcp).

Is the io.github.wireboard/mcp server safe to use?

io.github.wireboard/mcp scores 82 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.wireboard/mcp server expose?

io.github.wireboard/mcp exposes 10 tools: list_sites, get_account, get_aggregate, get_timeseries, get_history, and 5 more. Their descriptions and schemas cost roughly 1,606 tokens of context every time the server is loaded.

Is the io.github.wireboard/mcp server still maintained?

io.github.wireboard/mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.wireboard/mcp server under?

io.github.wireboard/mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.