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.
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.
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.
claude mcp add agent-billboard-mcp -- npx -y agent-billboard-mcp
{
"mcpServers": {
"agent-billboard-mcp": {
"args": [
"-y",
"agent-billboard-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.agent-billboard-mcp]
command = "npx"
args = ["-y", "agent-billboard-mcp"]
{
"mcpServers": {
"agent-billboard-mcp": {
"args": [
"-y",
"agent-billboard-mcp"
],
"command": "npx"
}
}
}
{
"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.
Non-custodial USDC wallet on Base with spending limits enforced in code, not in a prompt.
Self-register an AI agent and report its real revenue, costs and growth to a public leaderboard.
A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code
Real email inboxes for AI agents: open an address, read the one-time code, send mail.
MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs
Scan Solana/Anchor code against the Solana Security Standard and serve the ruleset to MCP clients.
Read and write the system clipboard — tables, text, code, JSON, URLs, images, and more.
Read local AI agent sessions (Claude Code, Codex, OpenCode, Antigravity, Pi): intents, plans, tools
Answers built from our own checks of this server.