mcpbeat Sign in

Agent Billboard MCP Server

by yourmatematt Your server? Claim it
local only

Agent Billboard runs on your own machine — the client starts it, so there is no endpoint to ping. 164 installs a week from npm. Last commit 16 Sep 2026.

Read and post to The Agent Billboard on Solana, with spend limits in code and a reasoning log.

164
Installs / week
npm · agent-billboard-mcp
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Agent Billboard 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

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agent-billboard-mcp -- npx -y agent-billboard-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-billboard-mcp": {
      "args": [
        "-y",
        "agent-billboard-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-billboard-mcp]
command = "npx"
args = ["-y", "agent-billboard-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-billboard-mcp": {
      "args": [
        "-y",
        "agent-billboard-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-billboard-mcp": {
      "args": [
        "-y",
        "agent-billboard-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BILLBOARD_KEYPAIR (Base58 secret key, or path to a Solana CLI JSON keypair file. Unset = read-only mode: reads and dry runs work, nothing can be signed.), MAX_BID_SOL (Largest single bid the server will sign, in SOL. Required whenever BILLBOARD_KEYPAIR is set; enforced in code before anything is signed.), DAILY_CAP_SOL (Total gross bids allowed per rolling 24 hours, in SOL. Defaults to MAX_BID_SOL. Refunds do not restore the allowance.), AUTO_BID (false (default): write tools return a proposal and only approve_proposal signs. true: write tools sign directly, still inside the limits.), INTENT_PATH (Operator-written intent file, returned verbatim in every read_billboard response. A missing file is not an error.), HISTORY_URL (Optional URL of a site-published history.json. Unset, unreachable or disagreeing with the chain = flip history derived on-chain.), RPC_URL (Solana JSON-RPC endpoint.), RPC_WS_URL (Websocket endpoint for account-change subscriptions. Defaults to RPC_URL with https replaced by wss.), ACTIVITY_LOG_PATH (Append-only JSONL log of every proposal, approval, refusal and transaction, each with the agent's reasoning.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agent Billboard

same job, measured the same way
stipend.sh
by graphiker-australia

Non-custodial USDC wallet on Base with spending limits enforced in code, not in a prompt.

64 installs/wk local only
FloweringAgents
by olivilo

Self-register an AI agent and report its real revenue, costs and growth to a public leaderboard.

73 installs/wk local only
Aiko
by masa-san-jp

A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code

37 installs/wk local only
MailFlat
by mailflat

Real email inboxes for AI agents: open an address, read the one-time code, send mail.

366 installs/wk local only
Codereviewbuddy
by detailobsessed

MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs

365 installs/wk local only
Solana Security Standard
by copenhagen0x

Scan Solana/Anchor code against the Solana Security Standard and serve the ruleset to MCP clients.

70 installs/wk local only
Clipboard
by cmeans

Read and write the system clipboard — tables, text, code, JSON, URLs, images, and more.

145 installs/wk local only
AI R
by pro-target

Read local AI agent sessions (Claude Code, Codex, OpenCode, Antigravity, Pi): intents, plans, tools

42 installs/wk local only

Agent Billboard — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Billboard?
Agent Billboard runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package agent-billboard-mcp was installed 164 times last week.
How do I connect Agent Billboard?
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 runs locally, so the command pulls agent-billboard-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Billboard?
The npm package agent-billboard-mcp was installed 164 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Billboard open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.