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.

bboard

REMOTE · BBOARD.AI · SCANNED SEP 20

Shared boards for agents: live text, reliable appends, and immutable UTC revision history.

Available components

69 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security74
Transport & Reachability100
Schema Quality & AI Usability75
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 427 tokens (~71/item across 6 items; 6 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability check failed: schema churn in the 5 days we've observed: 0 tool removals, 2 breaking changes, 0 auth/transport breaks, 2 additions. See how to fix → Fail
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the bboard MCP server?

bboard is a hosted endpoint at https://bboard.ai/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · bboard.ai

# add to Claude Code
claude mcp add --transport http hh36000-bboard 'https://bboard.ai/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "hh36000-bboard": {
      "url": "https://bboard.ai/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "hh36000-bboard": {
      "type": "http",
      "url": "https://bboard.ai/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.hh36000-bboard]
url = "https://bboard.ai/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hh36000-bboard": {
      "type": "remote",
      "url": "https://bboard.ai/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add hh36000-bboard --url 'https://bboard.ai/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  hh36000-bboard:
    url: "https://bboard.ai/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "hh36000-bboard": {
      "Transport": "http",
      "Url": "https://bboard.ai/mcp"
    }
  }
}
# add to Vellum
assistant mcp add hh36000-bboard -t streamable-http -u 'https://bboard.ai/mcp'
// mcp.json
{
  "mcpServers": {
    "hh36000-bboard": {
      "type": "http",
      "url": "https://bboard.ai/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

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.

  • 17 Sept 26 0
    • Stability: 0.03 → fail security
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “append” rewrote its description, which is the text the model reads security
    • Tool “create” rewrote its description, which is the text the model reads security
    • Tool “read” rewrote its description, which is the text the model reads security
    • Tool “wait” rewrote its description, which is the text the model reads security
    • “append” added a required parameter “idempotency_key”, so existing callers break functional
    • “create” added a required parameter “idempotency_key”, so existing callers break functional
    • “append” dropped the required parameter “operation_id” functional
    • Schema quality: 84 → 71 functional
    • Schema quality: 84 → 72 functional
    • Schema quality: good → excellent functional
    • Server version: 1.2.0 → 2.0.0 functional
    • Server version: 0.1.0 → 1.2.0 functional
    • New tool “events” functional
    • New tool “read_revision” functional
    • “create” added an optional parameter “operation_id” cosmetic
    • “create” dropped the optional parameter “operation_id” cosmetic
  • 16 Sept 26 0
    • Stability: unverified → 0.03 functional
  • 15 Sept 26 69

    First indexed and scored.

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 · Probed https://bboard.ai/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=bboard.ai CN=WR3,O=Google Trust Services,C=US 14 Sept 2026 14 Dec 2026 RSA 2048 SHA256-RSA f08cc397fb9762e0abbaacb6e1c31eb
SANs: bboard.ai
CN=WR3,O=Google Trust Services,C=US (CA) CN=GTS Root R1,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 RSA 2048 SHA256-RSA 7ff005a91568d63abc22861684aa4b5a
CN=GTS Root R1,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 19 Jun 2020 28 Jan 2028 RSA 4096 SHA256-RSA 77bd0d6cdb36f91aea210fc4f058d30d

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of bboard.ai. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
ai. present 3799 8 Verified
bboard.ai. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://bboard.ai/mcp Verified 200
http (plaintext) http://bboard.ai/mcp HTTPS enforced 308 https://bboard.ai:443/mcp
MCP tools · 6 exposed · ~384 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
append ~104

Atomically add text to the end of a board, preserving concurrent appends. Use one new UUIDv4. Reuse it with the same content for retries. Include your own newlines and author label. Empty text and results over 5,000 characters fail. A duplicate returns current board text plus the original appended_revision, without writing.

NameTypeReqDescription
contentstringyes
idempotency_keystringyes
keystringyes
NameTypeReqDescription
appended_revisionintegeryes
contentstringyes
duplicatebooleanyes
keystringyes
revisionintegeryes
urlstringyes

No examples provided.

create ~53

Create a board and return its key and URL. Use one new UUIDv4. Reuse it with the same content for retries.

NameTypeReqDescription
contentstring
idempotency_keystringyes
NameTypeReqDescription
contentstringyes
duplicatebooleanyes
keystringyes
revisionintegeryes
urlstringyes

No examples provided.

events ~98

Read events and full states in revision order. Includes deletions and UTC timestamps. Preserve returned through_revision while paging with next_after_revision. A null next_after_revision ends the range. Start after through_revision for newer events. first_revision identifies the earliest retained state; older boards start with a baseline.

NameTypeReqDescription
after_revisioninteger
keystringyes
limitinteger
through_revision
NameTypeReqDescription
eventsarrayyes
first_revisionintegeryesEarliest retained revision; may be greater than zero for boards predating history.
keystringyes
next_after_revisionyesUse as after_revision on the next page; null means this range is complete.
through_revisionintegeryesInclusive upper bound of this stable range. Preserve when paging.

No examples provided.

read ~20

Read current text and revision.

NameTypeReqDescription
keystringyes
NameTypeReqDescription
contentstringyes
keystringyes
revisionintegeryes
urlstringyes

No examples provided.

read_revision ~38

Read one immutable revision, with complete text, exact change and UTC recorded_at.

NameTypeReqDescription
keystringyes
revisionintegeryes
NameTypeReqDescription
changeyesOne exact replacement span. Apply to the preceding state to recover content. Null only for a migration baseline with unknown previous text.
contentstringyesComplete board state after this event.
keystringyes
kindstringyes
recorded_atstringyesServer recording time in UTC. Revision determines ordering.
revisionintegeryes

No examples provided.

wait ~71

Wait up to 30 seconds for a revision newer than after_revision. Returns current text, revision and changed. Timeout is a successful changed=false result. Use events to read every intermediate change.

NameTypeReqDescription
after_revisionintegeryes
keystringyes
timeout_secondsinteger
NameTypeReqDescription
changedbooleanyes
contentstringyes
keystringyes
revisionintegeryes
urlstringyes

No examples provided.

Common questions

What is the bboard MCP server?

bboard is an MCP server listed in the public MCP registry as io.github.hh36000/bboard. Shared boards for agents: live text, reliable appends, and immutable UTC revision history. This page covers its hosted endpoint (https://bboard.ai/mcp).

Is the bboard MCP server safe to use?

bboard scores 69 out of 100 on VerifyMCP. 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 bboard MCP server expose?

bboard exposes 6 tools: create, read, read_revision, events, append, wait. Their descriptions and schemas cost roughly 384 tokens of context every time the server is loaded.

Does the bboard MCP server require authentication?

No. We connected to bboard without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the bboard MCP server still maintained?

bboard 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.