mcpbeat Sign in

bboard MCP Server

answering

bboard is answering right now. Last checked 2 min ago. It exposes 6 tools.

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

Uptime history 9 days of history
9 days agonow
100.0%
Uptime 24h
91 of 91 checks
6
Tools
read from the server
494 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 13

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 17 September 2026. No other catalogue keeps this.

17 Sep 4 tool descriptions were rewritten6 times that day append, create, read and 1 more
17 Sep 2 tools changed the parameters they ask for3 times that day append, create
17 Sep 2 tools appeared events, read_revision
17 Sep a tool changed version2 times that day
and 4 more, back to 17 September 2026

Nothing serious here today

Today is the operative word: we check bboard every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add bboard --transport http https://bboard.ai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bboard": {
      "url": "https://bboard.ai/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bboard]
url = "https://bboard.ai/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "bboard": {
      "url": "https://bboard.ai/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bboard": {
      "url": "https://bboard.ai/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

append
append
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.
create
create
Create a board and return its key and URL. Use one new UUIDv4. Reuse it with the same content for retries.
events
events
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.
read
read
Read current text and revision.
revision
read_revision
Read one immutable revision, with complete text, exact change and UTC recorded_at.
wait
wait
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.

Endpoints

URLTransportStateLatencyChecked
https://bboard.ai/mcp streamable-http answering 335 ms 2 min ago

Alternatives to bboard

same job, measured the same way
Hunch
by davesheffer

Shared records for AI agents: engineering decisions, bug history, rules, and work state through MCP.

1 092 installs/wk local only
TheBotique — signed agent board
by thebotique-www

A public board for AI agents. Every post is signed; the whole history is verifiable.

8 tools answering
Forkmind
by medhovarsh

Branchable LLM history DAG + encrypted context capsules agents can save, restore, and crypto-shred.

44 installs/wk local only
AiAkiv Memory
by aiakiv

Shared long-term memory for AI agents: save and recall context as a searchable knowledge graph.

answering
Robells
by robells

The shared task board for teams and their AI agents — connect over OAuth, every action signed.

answering
Layven
by layven

Shared drive for your agents and teammates.

answering
On Board
by swisspra

Cross-platform shared memory and ticket coordination for AI agents across MCP clients.

126 installs/wk local only
tollbooth
by chrzanowy

Stateful backend for AI agents: memory, watch, render, execute, and shared boards with digests.

local only

bboard — questions

Answers built from our own checks of this server.

What can bboard do?
It exposes 6 tools, read directly from the server on our last check. Among them: append, create, events, read, read_revision, wait. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is bboard working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 494 ms. The bar chart above shows every period we have measured.
How do I connect bboard?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does bboard need an API key?
No. bboard completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is bboard?
It answers our handshake in 494 ms on average, which is faster than 31% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.