โ† Discover MCPs and Agents
b
MCPAI & MLGitHub

blockrun-mcp

Live data for AI agents โ€” search, research, markets, crypto, X/Twitter. Pay-per-call via x402 micropayments.

Links

README

From the repo.

BlockRun MCP

Real-time data โ€” and real trades โ€” for Claude and any AI agent.

Agents can pay like agents: sign transactions from a wallet.
Teams can pay like teams: get a BlockRun API key at user.blockrun.ai, add credit by card or wire, and let the MCP call api.blockrun.ai.

BlockRun MCP gives your agent 19 tools โ€” markets, research, web search, images, video, on-chain data, and live Polymarket trading โ€” paid per call.

Two ways to pay, same tools: a self-custody wallet (USDC on Solana or Base, no account needed) โ€” or a BlockRun API key backed by account credit. Sign up at user.blockrun.ai โ†’

Read the odds and place the bet, from one self-custody wallet.


19 toolsย  Agent nativeย  Wallet or API keyย  Read and trade Polymarketย  Card credit or USDCย  Open source

npm version npm downloads GitHub stars Publish TypeScript Node License: MIT

MCP x402 Protocol Base Network Solana Telegram

claude mcp add blockrun -s user -- npx -y @blockrun/mcp@latest
Wallet auto-created on first run. Fund with $5 USDC โ€” or get a key at user.blockrun.ai, top up by card, and call through api.blockrun.ai. Ask Claude anything.
Context cost: 13.0K tokens, 7% of a 200K context window, charged every turn whether or not you call a tool. 5.4K with --profile trading, 59% less.
Every MCP server costs you this. Almost none of them tell you. How we measure it, and how to measure anyone else โ†’

BlockRun MCP is an open-source Model Context Protocol server that gives Claude โ€” and any MCP-compatible agent โ€” 19 tools for real-time data and real actions: 78 LLMs, image & video generation, prediction-market data, live web/X search, on-chain queries across 40 chains, and the ability to place real, USDC-settled bets on Polymarket.

You pay per call, and you choose how. Wallet mode authenticates with a signature and settles each call in USDC via the x402 protocol โ€” no account, no credit card, no subscription, on Solana or Base. Account mode authenticates with a BlockRun API key (brk_live_โ€ฆ) from user.blockrun.ai, routes service calls through api.blockrun.ai, and draws down card- or wire-funded account credit at exact usage. Same 19 tools either way. MIT licensed.

๐Ÿ† First of its kind โ€” the signal โ†’ trade loop in Claude Code

Read live Polymarket odds and place the bet, from one self-custody wallet, pay-per-call. Jump to Polymarket trading โ†’


Why BlockRun MCP exists

Every other data integration was built for human developers โ€” create an account, copy an API key into .env, add a credit card, repeat for every vendor.

BlockRun gives you both payment rails without rebuilding the integration. Use a wallet when the agent should self-custody funds, or use an account key when a team wants card-funded credits and a dashboard.

  • One wallet, every source โ€” 19 tools behind a single self-custody wallet. No per-vendor signups.
  • One account key, every source โ€” mint a key at user.blockrun.ai, top up by card or wire, then the MCP calls api.blockrun.ai with that key.
  • No API key required in wallet mode โ€” your wallet signature is authentication.
  • No credit card required in wallet mode โ€” pay per request in USDC via x402, fractions of a cent each.
  • Starts free โ€” the free tier (blockrun_chat mode:"free", blockrun_dex, crypto blockrun_price, blockrun_models) costs $0.
  • Reads and acts โ€” most tools deliver data; blockrun_polymarket places real, confirm-gated trades.
  • Human-in-the-loop payments โ€” turn on BLOCKRUN_CONFIRM_SPEND=on and the agent pauses before any paid call above your threshold; nothing is signed until you approve. Details โ†“
  • Generative UI โ€” on Claude Desktop, claude.ai, VS Code and Cursor the Polymarket preview is a live order card with a Place button, and the wallet is a panel with balances, QR and card top-up. MCP Apps โ†“
  • Self-custody โ€” your key never leaves your machine (~/.blockrun/.session, 0600 โ€” or the OS keychain once you opt into BLOCKRUN_KEYCHAIN=strict). BlockRun can't move your funds.

How it compares

Raw provider APIsTypical single-vendor MCPBlockRun MCP
SetupAccount + API key per vendorAccount/key for 1 vendorWallet auto-created โ€” or one BlockRun key for everything
PaymentCredit card, monthly minimumsCredit card / vendor planUSDC per-call via x402, or card/wire-funded account credit
Data sourcesOne per integrationOne vendor19 tools โ€” LLMs, media, markets, chain
Place real betsBuild it yourselfRareYes โ€” Polymarket CLOB, confirm-gated
Pay-chainโ€”โ€”Solana + Base, or api.blockrun.ai with no chain at all
Agent budgetsManualโ€”Built-in per-agent delegation
Spend approvalโ€”โ€”Ask-before-pay dialog (MCP elicitation)
Generative UIโ€”RareOrder card + wallet panel (MCP Apps)
Open sourceVariesVariesYes (MIT)

โœ“ One wallet or one account key ยท โœ“ Pay-per-call ยท โœ“ Reads and trades ยท โœ“ Multi-chain ยท โœ“ Agent-ready ยท โœ“ Open source


What changes

Before BlockRun, Claude can't answer:

  • "What's the current Polymarket probability that Bitcoin hits $100k this year?"
  • "Find me the top 5 papers on RAG published in the last 30 days."
  • "What are people saying about @sama on X right now?"
  • "What's the 24h volume on the PEPE/ETH pair on Uniswap?"
  • "Polymarket has the Fed holding at 73% โ€” put $2 on it." โ† and now it can place the trade, not just read the odds.

After BlockRun, it can. Each query costs fractions of a cent โ€” billed from a local USDC wallet, or from card-funded credit on a BlockRun account through api.blockrun.ai. No subscriptions, no per-vendor signups.


Quick Start

0. Choose how you pay

Wallet (default)API key
SetupNothing โ€” a wallet is created on first runSign in at user.blockrun.ai, mint a key, use it against api.blockrun.ai
FundingSend USDC (Solana or Base)Credit card / wire โ†’ account credit
BillingPer call, settled on-chain, + $0.001 network feeExact-usage account credit, no per-call network fee, no minimum
IdentityA keypair on your machineAn account with members, credits, and a usage ledger
Best forAgents, solo devs, anything self-custodyTeams, companies, anyone who can't run a wallet
Trade on Polymarketโœ…โŒ โ€” needs a keypair to sign

Both modes reach the same 19 tools. Account mode sends service calls to https://api.blockrun.ai by default. You can switch at any time; setting BLOCKRUN_API_KEY takes priority over a wallet, and unsetting it hands the wallet back.

1. Install

Claude Code (recommended)

claude mcp add blockrun -s user -- npx -y @blockrun/mcp@latest

-s user installs globally (available in every project). The -- separator ensures -y is passed to npx, not parsed by claude mcp add.

๐Ÿ’ก Homebrew / nvm users: if the server doesn't connect, Claude Code likely can't find node/npx on its launcher PATH. Pass your shell PATH through โ€” works on CLI and desktop:

claude mcp add blockrun -s user -e PATH="$PATH" -- npx -y @blockrun/mcp@latest

See Troubleshooting if it persists.

Every MCP client โ€” one command or one JSON block. Verified = we ran the published package on that client and saw the tools listed (client version ยท date). Documented = install path from the client's own docs; not run by us yet โ€” tell us if it works. The Spend dialog column is whether the client renders the human-in-the-loop payment prompt; on โŒ clients paid calls proceed without asking and BLOCKRUN_BUDGET_LIMIT is the guard.

ClientStatusSpend dialogInstall
Claude Codeโœ… Verified ยท 2.1.251 ยท 2026-08-30โœ…claude mcp add blockrun -s user -- npx -y @blockrun/mcp@latest
Codex CLIโœ… Verified ยท 0.142.5 ยท 2026-08-30โŒcodex mcp add blockrun -- npx -y @blockrun/mcp@latest
OpenClawโœ… Verified ยท 2026.8.2 ยท 2026-09-02โš ๏ธ surface-dependent; see belowopenclaw mcp set blockrun '{"command":"npx","args":["-y","@blockrun/mcp@latest"]}'
Claude Desktop๐Ÿ“ Documentedโš ๏ธ renders; OK reports cancel โ†’ proceedsclaude_desktop_config.json โ€” JSON below
Cursor๐Ÿ“ Documentedโœ…~/.cursor/mcp.json โ€” JSON below
VS Code (Copilot)๐Ÿ“ Documentedโœ…code --add-mcp '{"name":"blockrun","command":"npx","args":["-y","@blockrun/mcp@latest"]}'
Gemini CLI๐Ÿ“ DocumentedโŒgemini mcp add -s user blockrun npx -y @blockrun/mcp@latest
Grok๐Ÿ“ Documented ยท see the timeout noteโŒgrok mcp add blockrun -- npx -y @blockrun/mcp@latest โ€” raise startup_timeout_sec first, below
Windsurf๐Ÿ“ DocumentedโŒ~/.codeium/windsurf/mcp_config.json โ€” JSON below

Any other MCP client that can spawn a stdio server works the same way: command: npx, args: ["-y", "@blockrun/mcp@latest"]. With nvm/Homebrew Node on a JSON-configured client, put the absolute path from which npx in command. Spend-dialog sources and what "proceeds without asking" means: docs/spend-confirmation.md.

Grok โ€” raise the startup timeout before you install, or the first run looks broken. Grok waits startup_timeout_sec for an MCP server to answer, and it defaults to 30 (xAI's MCP docs). A first npx -y run has to download this package and its dependency tree before the server can say anything, and that is a race: measured cold, with an empty npm cache, it took 17s on a fast connection and 42-46s on a slower shared box. Lose the race and grok mcp doctor blockrun says server timed out (no response within 30s) and the UI shows blockrun [unavailable] โ€” an install that is working, timing out, and indistinguishable from broken.

Give it room in ~/.grok/config.toml (or .grok/config.toml for one project):

[mcp_servers.blockrun]
command = "npx"
args = ["-y", "@blockrun/mcp@latest"]
enabled = true
startup_timeout_sec = 120

Or skip the cold download entirely, which is faster every run after the first:

npm install -g @blockrun/mcp@latest
grok mcp add blockrun -- blockrun-mcp

Only the FIRST run pays this: npx caches by exact spec, so the next start is warm (~9s here). The same trap exists on any client with a startup timeout โ€” if a fresh install shows as unavailable and npx -y @blockrun/mcp@latest runs fine in a terminal, raise the client's timeout or install globally before looking for anything else. Thanks to @0xCheetah1 for the report.

OpenClaw: the published npx package was verified end-to-end on 2026.8.2: all 20 tools were projected (19 since the Surf delisting), free calls worked, and paid x402 calls settled. Add a hard session cap while installing:

openclaw mcp set blockrun '{"command":"npx","args":["-y","@blockrun/mcp@latest"],"env":{"BLOCKRUN_BUDGET_LIMIT":"2"}}'
openclaw mcp doctor blockrun --probe

Spend confirmation depends on the OpenClaw runtime and chat surface. Its Codex harness supports MCP form elicitation, but an unmappable prompt is returned as an explicit decline; in the WebChat โ†’ Codex route tested here, BLOCKRUN_CONFIRM_SPEND=on declined paid calls without presenting an actionable dialog. Keep confirmation off on that route and rely on BLOCKRUN_BUDGET_LIMIT plus OpenClaw's own tool-approval mode.

JSON for Claude Desktop, Cursor, Windsurf
{
  "mcpServers": {
    "blockrun": { "command": "npx", "args": ["-y", "@blockrun/mcp@latest"] }
  }
}
ClientFile
Claude Desktopclaude_desktop_config.json (Settings โ†’ Developer โ†’ Edit Config)
Cursor~/.cursor/mcp.json ยท Windows %APPDATA%\Cursor\mcp.json
Windsurf~/.codeium/windsurf/mcp_config.json ยท Linux ~/.config/.codeium/windsurf/mcp_config.json ยท Windows %APPDATA%\Codeium\windsurf\mcp_config.json

Add "env": { "BLOCKRUN_CONFIRM_SPEND": "on" } inside the server object to turn on the spend dialog where the client supports it.

2. Choose a tool profile (optional)

Expose a trimmed tool set so the client loads fewer schemas into context. Pass --profile <name> (or set BLOCKRUN_MCP_PROFILE); omit for the full set.

ProfileTools
full (default)everything (19 tools)
mediawallet models image video realface music speech
tradingwallet price dex markets defi rpc polymarket_read polymarket
researchwallet models chat search exa
chatwallet models chat

blockrun_surf was removed in 0.49.0: the gateway has answered every Surf (asksurf.ai) path with 410 since 2026-09-06, so the tool could only ever return an error, and its schema cost every agent context on every turn. Those questions go to blockrun_price, blockrun_defi, blockrun_markets and blockrun_dex; the surf skill maps each former endpoint to its replacement.

claude mcp add blockrun-trading -s user -- npx -y @blockrun/mcp@latest --profile trading

# Codex CLI
codex mcp add blockrun-trading -- npx -y @blockrun/mcp@latest --profile trading

An unknown profile name falls back to full. modal and phone are full-profile only.

What each profile costs your context

Installing an MCP server spends context on every turn, whether or not you call the tools โ€” the client loads each tool's schema into the model's prompt and re-sends it for the whole session. Package managers have shown install size for decades. Almost no MCP server shows this. Ours:

ProfileToolsContext
full (default)1913,044
trading85,411
media75,828
research52,752
chat32,079

Running --profile trading instead of the default costs 59% less context for the same trading workflow. If you only ever ask about markets, that is the single cheapest change you can make.

Measure it yourself โ€” against us, or against any other stdio MCP server:

npm i gpt-tokenizer
node scripts/measure-tool-schema.mjs                     # this server, every profile
node scripts/measure-tool-schema.mjs -- npx -y @some/other-mcp-server
How the number is computed, and why it is a slight under-count

It counts the model-visible projection โ€” {name, description, input_schema} per tool, with the mcp__blockrun__ prefix the host prepends โ€” because that is what lands in the API tools array. It excludes annotations, _meta and outputSchema, which the host consumes and never forwards to the model (a further ~3.7% on the wire).

The tokenizer is o200k_base. Claude's tokenizer is not public and runs a few percent higher on JSON, so every figure here is a slight under-count, never an over-count.

Two caveats worth stating plainly. Tool schemas sit at the front of the prompt and are covered by prompt caching, so after the first turn they re-send at cache-read rates โ€” the context-window cost is 100% every turn, the dollar cost is roughly a tenth of that. And 54% of our own cost is tool descriptions, not schemas, which is where the remaining work is.

For a complete live signal โ†’ order-preview presentation, use [`skills/signal-to-trade-demo/SKILL.md`](skills/signal-to-trade-demo/SKILL.md) with the [Stanford runbook](docs/stanford-trading-demo.md).

3. Add funds

Option A โ€” API key + account credit (no wallet). Sign in at user.blockrun.ai with Google. This is the dashboard for keys, credits, and activity; the MCP uses the key to call api.blockrun.ai for the actual services.

  1. Dashboard โ†’ Keys โ€” mint a key. It looks like brk_live_โ€ฆ and is shown once.
  2. Dashboard โ†’ Credits โ€” top up by credit card or wire.
  3. Point the server at it. By default, account-mode calls go to https://api.blockrun.ai:
claude mcp add blockrun -s user -e BLOCKRUN_API_KEY=brk_live_โ€ฆ -- npx -y @blockrun/mcp@latest

Or export BLOCKRUN_API_KEY=brk_live_โ€ฆ in the environment the client launches from.

If your client makes environment variables awkward, write the key to ~/.blockrun/.api-key instead (chmod 600) โ€” same file directory the wallet uses. The environment variable wins when both are present. 4. Dashboard โ†’ Activity โ€” every call, priced at exact usage.

Verify with blockrun_wallet action:"status" โ€” it reports the account, its real balance, and what this session has spent:

Paying with: BlockRun account API key (no wallet, no chain)

  Account:  acme (gated)
  Credit remaining: $12.5000 of $50.00 granted
  Top up:   https://user.blockrun.ai/dashboard/credits

Invoiced accounts show Spent to date: $4.5239 (invoiced account โ€” no prepaid ceiling) instead. If the account is blocked, status says so and why before you spend a call finding out.

Option B โ€” wallet (no account). Run blockrun_wallet to see your addresses. New installs default to Solana; send USDC (SPL) on Solana from Coinbase (pick "Solana"), Phantom, Solflare, or Backpack. To pay on Base instead: blockrun_wallet action:"chain" chain:"base", then send USDC on Base. Full instructions: Fund your wallet.

$5 covers ~525 market queries ยท ~500 Exa searches ยท ~250 image generations ยท ~14 Seedance 1.5-pro clips.

4. Ask Claude anything

"What's Polymarket saying about the next Fed decision? If 'hold' is above 70%, put $2 on it."

Claude reads the odds with blockrun_markets. In wallet mode, and only after your confirmation, it can also place the trade with blockrun_polymarket. In API-key mode, the data/media/research calls run through api.blockrun.ai; Polymarket trading still requires a local keypair to sign.

5. Install the agent skills (optional)

The package ships 17 skills โ€” which tool answers what, worked examples, and a setup / debug / upgrade trio so the agent can install, troubleshoot and update the server on its own.

/plugin marketplace add BlockRunAI/blockrun-mcp            # Claude Code
npx -y @blockrun/mcp@latest skills install                 # any project โ†’ ./.claude/skills
npx -y @blockrun/mcp@latest skills install --global        # ~/.claude/skills
npx -y @blockrun/mcp@latest skills install --to ~/.codex/skills

skills list shows what ships; --only a,b picks; --force refreshes copies after an upgrade.


Demo

User: What's Polymarket saying about the Fed rate decision next month?

Claude: According to Polymarket, the market puts a 73% probability on the Fed holding rates steady, 24% on a 25bp cut, 3% on a hike. 24h volume: $2.1M. The "Hold" contract last traded at $0.73.

(via blockrun_markets ยท cost: $0.0085 on Base โ€” $0.0075 + the $0.001 network fee)


User: Polymarket has Hawley at ~13% to announce a 2026 presidential run โ€” put $1 on Yes.

Claude: Done โ€” bought 7.63 shares of Yes at $0.131 ($1.00, market FOK). Real on-chain order, settled in pUSD from your gasless Polymarket deposit wallet; I'm tracking the position now.

(signal via blockrun_markets, trade via blockrun_polymarket โ€” one self-custody wallet, gasless ยท on-chain tx 0x7ca8โ€ฆ)


Tools

ToolData sourceCost
blockrun_chat78 LLMs (GPT, Claude, Gemini, DeepSeek, Kimi K3, GLM, NVIDIA free tier, โ€ฆ) with mode tier routingper token
blockrun_imageGenerate: openai/gpt-image-2, gpt-image-1, google/nano-banana(-2/-pro), xai/grok-imagine-image(-pro), zai/cogview-4, bytedance/seedream-5-pro. Edit: img2img, inpaint, fusion.$0.015โ€“0.15
blockrun_videoSora 2 + xAI Grok Imagine Video + ByteDance Seedance 1.5/2.0-mini/2.0-fast/2.0/2.5 (720p + audio; 4K on 2.0, up to 30s on 2.5); RealFace asset โ†’ real-person video$0.053โ€“0.32/sec charged
blockrun_realfaceEnroll a real person (phone liveness) or AI character (Virtual Portrait) as a ta_xxxx asset for Seedance 2.0 / 2.0-fast / 2.0-mini video (not 2.5)free; $0.01 to enroll
blockrun_musicMiniMax music generationper track
blockrun_speechElevenLabs TTS (Flash/Turbo/Multilingual/v3, 8 voices) + ByteDance Seed Audio (prompt-directed) + cinematic sound effects; free voice listing$0.05โ€“0.10/1k chars
blockrun_pricePyth-backed realtime + OHLC โ€” crypto / FX / commodity, plus the ticker catalog for 12 equity markets (equity quotes withdrawn 2026-09-05)free
blockrun_marketsPolymarket (markets, candles, trades, orderbooks, leaderboards, smart-wallet PnL/clusters, UMA oracle), Kalshi, Limitless, Opinion, Predict.Fun, dFlow, Binance Futures, cross-platform search$0.0075 + fee/query
blockrun_polymarket_readRead-only Polymarket positions/open orders plus executable live order previews, separated for MCP clients that enforce tool safety annotationsfree
blockrun_polymarketTrade on Polymarket (CLOB V2): place/cancel real bets, positions, redeem winnings โ€” signed locally, settled in pUSD from a gasless deposit wallet. Confirm-gated, $25/order default cap. Details โ†“free tool; bets are your funds
blockrun_exaNeural web search (Exa) โ€” research, competitors, papers, URL content$0.01 + fee/query
blockrun_searchGrok Live Search โ€” web + news with citations$0.025 ร— max_results
blockrun_dexLive DEX prices via DexScreenerfree
blockrun_rpcRaw JSON-RPC on 40 chains (Ethereum, Base, Solana, Bitcoin, Sui, NEAR, โ€ฆ) via Tatum$0.002 + fee/call
blockrun_defiDefiLlama โ€” protocol TVL, chain TVL, yield pools (APY), token prices$0.001โ€“0.005 + fee/call
blockrun_modalIsolated code execution in a BlockRun-hosted Modal sandbox โ€” disposable container, optional GPU (T4 โ†’ H100)$0.01 create; $0.001/op
blockrun_phoneOutbound AI voice calls (Bland) + wallet-owned US/CA numbers (Twilio), carrier + fraud lookups$0.54/call; $5/number
blockrun_modelsLive catalogue of every LLM/image/video/music model + pricingfree
blockrun_walletBalance, spending, agent budgets, setup QR, chain switchfree

Flat data prices are the base. In wallet mode the gateway adds its flat network fee on top โ€” $0.001 per call on Base today, and the Solana gateway quotes the base alone; the account rail charges no fee. The exact figure is in the payment-required header of any unpaid request, which is free to ask for. The server reserves $0.002 for the fee against the budget cap, so blockrun_wallet action:"report" and the spend-confirmation dialog run $0.001 high per call by design.


Key use cases

  1. Prediction-market consensus โ†’ "Polymarket's odds for the next Fed decision?" โ€” blockrun_markets
  2. Signal โ†’ trade (the full loop, self-custody) โ†’ "If 'hold' is under 30%, put $2 on Yes." โ€” blockrun_markets reads, blockrun_polymarket action:"buy" places. Gasless, confirm-gated.
  3. Smart-money forensics โ†’ "This Polymarket whale โ€” who are they, which wallets are theirs, what's their P&L?" โ€” blockrun_markets polymarket/wallet/identity/:wallet + .../cluster
  4. Cited research โ†’ "5 most-cited papers on speculative decoding, last 90 days." โ€” blockrun_exa
  5. Image generation with on-image text โ†’ "Poster announcing GPT-5.5, retro-futuristic, headline 'NOW LIVE'." โ€” blockrun_image
  6. Give your agent a voice โ†’ "Speak this with the sarah voice." โ€” blockrun_speech
  7. Voice phone-out โ†’ "Call +1-415-โ€ฆ and confirm Friday at 3pm." โ€” blockrun_phone
  8. Multi-agent research, capped โ†’ "Spawn 3 agents on competing L1 narratives. Cap each at $0.50." โ€” blockrun_wallet delegate ร— 3
  9. Raw chain reads, 40 chains โ†’ "Latest Base block, and this contract's USDC balance." โ€” blockrun_rpc

๐Ÿ“ˆ Polymarket trading

blockrun_polymarket lets an agent place real bets on Polymarket (CLOB V2, Polygon). It is non-custodial: every order and approval is EIP-712-signed locally by your BlockRun wallet key โ€” the same self-custody key that pays x402 API fees on Base also authorizes bets on Polygon. Neither BlockRun nor Polymarket's relayer can move funds; they only forward payloads you signed.

Architecture โ€” the official "deposit wallet" path (signature type POLY_1271): a smart-contract vault on Polygon, CREATE2-derived from your key (only your key can authorize it), holds betting funds in pUSD (Polymarket's 1:1 collateral wrapper). Deployment, approvals, and redemptions all run gasless through Polymarket's relayer โ€” you never need POL.

๐Ÿ“– Full step-by-step guide: docs/polymarket-trading-setup.md

# 1. Provision your deposit wallet (idempotent, gasless)
blockrun_polymarket action:"setup"

# 2. Fund it from your Base USDC in one call (gasless; $0.01 fee, non-custodial)
blockrun_polymarket action:"fund" amount_usd:5 confirm:true

# 3. Sign the one-time gasless approval batch
blockrun_polymarket action:"setup" confirm:true

# 4. Find a market, preview safely, then place only after exact user approval
blockrun_polymarket_read action:"preview" side:"buy" token_id:"<id>" amount_usd:5 order_type:"FOK"
blockrun_polymarket action:"buy" token_id:"<id>" amount_usd:5 order_type:"FOK" confirm:true

# 5. Manage โ†’ positions ยท orders ยท cancel ยท sell ยท redeem ยท withdraw

Safety rails (server-side; an agent cannot bypass them): confirm:true required for every order/approval/redeem, POLYMARKET_MAX_BET_USD per-order cap (default $25), optional POLYMARKET_MAX_SESSION_USD session cap, and bets never draw from the x402 API budget.

Regions: Polymarket geoblocks order placement by IP (US/UK + many regions). Handled by default โ€” the MCP routes CLOB traffic through BlockRun's hosted Finland egress (a fully unrestricted region under Polymarket's policy), so trading works out of the box; setup reports your status. Override POLYMARKET_CLOB_HOST to go direct or run your own egress, optionally reached via HTTPS_PROXY / POLYMARKET_CLOB_PROXY (a proxy alone doesn't change the Polymarket-facing egress). Complying with Polymarket's terms for your jurisdiction is your responsibility.

โš ๏ธ Back up your signer key (~/.blockrun/.session by default; a BLOCKRUN_WALLET_KEY env var or an existing agent wallet.json takes precedence โ€” setup prints the actual signer address). It is the only key to both the payment wallet and the Polymarket deposit wallet.


๐Ÿ›ก๏ธ Human-in-the-loop payments

Turn on BLOCKRUN_CONFIRM_SPEND=on and every paid tool pauses before it signs. The server sends an MCP elicitation; your client renders it as a dialog with the estimated charge:

๐Ÿ’ธ BlockRun charge โ€” video ยท bytedance/seedance-2.5 ยท 10s
Estimated: $2.6500
Approve this spend? (USDC is debited per call.)
To stop the charge, choose Decline โ€” Cancel/ESC lets it proceed.

[ ] Approve all BlockRun charges for the rest of this session (don't ask again)

                                          [ Decline ]  [ Approve ]

Decline โ†’ nothing is sent, nothing is charged, the tool reports "Charge declined". Approve โ†’ the call proceeds. Tick the box and you're not asked again for the session. Free calls never prompt. Set BLOCKRUN_CONFIRM_THRESHOLD=0.05 to only be asked above $0.05.

claude mcp add blockrun -s user -e BLOCKRUN_CONFIRM_SPEND=on -e BLOCKRUN_CONFIRM_THRESHOLD=0.05 -- npx -y @blockrun/mcp@latest
ClientDialogClientDialog
Claude Codeโœ…Claude Desktopโš ๏ธ renders; OK reports cancel โ†’ proceeds
Cursorโœ…WindsurfโŒ proceeds without asking
VS Code Copilotโœ…Codex CLI ยท Gemini CLIโŒ proceeds without asking

On a client that can't ask, the gate fails open โ€” the call proceeds and the cost footer reports the charge. The hard stop on every client is the budget: BLOCKRUN_BUDGET_LIMIT for the process, blockrun_wallet action:"delegate" per sub-agent. blockrun_polymarket keeps its own, stronger per-order confirm:true.

๐Ÿ“– When to use it, sources for the matrix, limitations: docs/spend-confirmation.md


๐Ÿงฉ MCP Apps โ€” order card & wallet panel

On hosts that support the MCP Apps extension โ€” Claude Desktop, claude.ai, VS Code, Cursor, ChatGPT โ€” two tools render as interactive cards instead of text. Everywhere else (Claude Code, Codex, terminals) nothing changes.

Polymarket order card: BUY Market FOK, you spend $5.00, best ask 57.0ยข, โ‰ˆ8.77 shares, per-order cap meter, Re-quote and Place buy ย ย ย  Wallet panel: Base active $34.96 USDC, Solana $0.05 low balance, Copy / QR / Use Solana, Refresh, Basescan, Buy USDC with card

  • Order card on blockrun_polymarket_read action:"preview" โ€” question, outcome, side, best quote, est. shares, notional, cap meter, session ledger. Edit the amount โ†’ Re-quote. Place order is arm-then-confirm and asks the host to call blockrun_polymarket โ€ฆ confirm:true, so the host's consent prompt and every server cap (POLYMARKET_MAX_BET_USD, session cap) still apply.
  • Wallet panel on blockrun_wallet โ€” both chains' balances, switch chain, copy address, EIP-681 / Solana Pay QR, explorer, Buy USDC with card.

๐Ÿ“– Hosts, money path, local testing: docs/mcp-apps.md


Fund your wallet

Paying with an API key instead? There is no wallet to fund โ€” top up credit by card or wire at user.blockrun.ai/dashboard/credits. The MCP will use that key against api.blockrun.ai and skip the wallet rail entirely.

The server keeps two wallets โ€” one on Solana, one on Base โ€” and pays from one at a time. Run blockrun_wallet to see both addresses, balances, and which is active.

$5 covers ~525 market queries, ~500 Exa searches, ~250 image generations, or ~14 Seedance 1.5-pro clips (5s @ 720p+audio, ~$0.35 each).

Pay on Solana (default for new installs)

blockrun_wallet action:"setup"    # shows the Solana address + funding QR

Send USDC (SPL) on the Solana network โ€” from Coinbase (pick "Solana"), Phantom, Solflare, or Backpack.

Pay on Base

One tool call โ€” no env vars, no file editing, no restart:

blockrun_wallet action:"chain" chain:"base"   # provisions + activates the Base wallet
blockrun_wallet action:"setup"                # shows the Base address + funding QR
MethodSteps
CoinbaseSend โ†’ USDC โ†’ Base network โ†’ paste address
Bridge from Ethereumbridge.base.org
Cardblockrun_wallet action:"deposit" โ€” Coinbase Onramp, Base only

Switch back with blockrun_wallet action:"chain" chain:"solana". Switching only changes which wallet pays; both keep their balances.

Upgrading from an older version? Nothing moves. The Solana-first default applies only to installs with no wallet and no saved chain preference โ€” if you already have a Base wallet, you stay on Base until you switch.

What each mode reaches

Almost everything now settles on either chain. The exceptions:

CapabilityAPI keySolana walletBase wallet
Chat, image, video, music, speech, RealFaceโœ…โœ…โœ…
Search, Exa, markets, RPC, DEX, phoneโœ…โœ…โœ…
blockrun_defi (DefiLlama)โœ…โŒ not served on the Solana gatewayโœ…
blockrun_modal (sandboxes)โœ…โŒ not configured on the Solana gatewayโœ…
Native Anthropic claude-* passthroughโœ…โŒ the SDK signs EIP-3009 onlyโœ…
Polymarket tradingโŒ needs a keypairโœ…โœ…
blockrun_wallet balance / deposit / QRโŒ no walletโœ…โœ…
blockrun_realface action:"list"โŒ indexed by wallet addressโœ…โœ…

A blocked capability returns a message naming the fix, not a raw error.

What a call costs, and how sure we are

ModeReported cost
API key โ€” most toolsThe amount actually settled, read from the account API's per-call response
API key โ€” blockrun_chatAn estimate. Chat settles after the response by design, so no figure exists when the answer is sent
API key โ€” blockrun_imageThe amount actually settled (since 0.49.0); only when the account API returns no figure does it fall back to the catalog estimate, marked ~
WalletThe amount signed and settled on-chain, from the 402 quote

Anything estimated is printed with a ~ and says so. Estimates run high on the account rail โ€” they add a transaction fee it does not charge โ€” so a budget cap trips early rather than late. The source of truth is always Dashboard โ†’ Activity.


For agents & LLMs

If you are an LLM invoking BlockRun MCP tools, read these first:

  • CRITICAL: On any payment / balance / 402 error, call blockrun_wallet first to check status, then action:"setup" for funding. Don't retry the failing tool blindly โ€” the wallet is empty.
  • CRITICAL: blockrun_polymarket moves REAL user funds (pUSD on Polygon), separate from the x402 API budget. Never buy/sell/redeem with confirm:true unless the user explicitly approved that exact trade; without confirm you get a safe dry-run. Discover markets/token IDs with blockrun_markets first.
  • CRITICAL: blockrun_music and blockrun_video are payment-on-completion async. Failures / client timeouts do NOT charge. Don't retry-loop โ€” they may take 60โ€“180s.
  • CRITICAL: Before spawning child agents, allocate per-agent budget: blockrun_wallet action:"delegate" agent_id:"X" agent_limit:1.00, then pass agent_id:"X" to every downstream call. The child is auto-blocked at zero.
  • Free tier first for drafts: blockrun_chat mode:"free" (NVIDIA), blockrun_dex, blockrun_price (crypto/FX/commodity), and blockrun_models are $0.
  • A declined spend confirmation is the user's decision. Report it and stop โ€” never re-issue the call with a cheaper model, smaller parameters, or split requests to get under their threshold.

Showcase

Posters generated through blockrun_image with openai/gpt-image-2 โ€” each a single API call routed through BlockRun, paid from either account credit or a USDC wallet.

gpt-5.5 โ€” now live on BlockRun. Pay per call. No subscription. No keys.

BlockRun at the Cornell Blockchain Conference 2026, packed boothBlockRun at the Cornell Blockchain Conference 2026100 Trillion Tokens served โ€” synthwave milestone poster
Cornell Blockchain Conference 2026Cornell Blockchain Conference 2026100 Trillion Tokens milestone

Prompts and a worked example are in skills/image-prompting/SKILL.md.


Why not just use the APIs directly?

Direct APIsBlockRun
ExaSign up, $20/mo minimum$0.011/call on Base ($0.01 + fee), or exact account usage via api.blockrun.ai
PolymarketUndocumented, rate-limited$0.0085/call on Base ($0.0075 + fee), or exact account usage for reads โ€” plus wallet mode can trade
DefiLlamaFree tier, rate-limited, no SLA$0.006/call on Base ($0.005 + fee), or exact account usage via api.blockrun.ai
Multiple sources3 accounts, 3 API keys, 3 billing pages1 wallet, or 1 BlockRun account key

One wallet, or one dashboard-backed API key. All sources.


Configuration

Environment variables & files
Variable / FileDefaultEffect
BLOCKRUN_API_KEYunsetA BlockRun account key (brk_live_โ€ฆ) from user.blockrun.ai/dashboard/keys. Set โ†’ account billing through api.blockrun.ai: no wallet is created, read or used, and no chain applies. Takes priority over every wallet setting below. A malformed value is a startup error, never a silent fall back to the wallet.
~/.blockrun/.api-keynot createdThe same key on disk, for clients that make env vars awkward. Read only when BLOCKRUN_API_KEY is unset; an empty or unreadable file falls through to wallet mode.
BLOCKRUN_API_BASE_URLhttps://api.blockrun.aiAccount API service endpoint used after you get a key at user.blockrun.ai. Override only for staging. Accepts the OpenAI-style โ€ฆ/v1 form too.
~/.blockrun/.sessioncreated on the first blockrun_wallet call (with .solana-session)EVM private key (0xโ€ฆ). Which chain pays is the priority list below, not this file's existence. Also the Polymarket signer (unless BLOCKRUN_WALLET_KEY or an agent wallet.json takes precedence).
BLOCKRUN_WALLET_KEYunsetEnv override of the EVM key โ€” takes precedence over .session / wallet.json as the Base + Polymarket signer.
~/.blockrun/.chainunsetExplicit chain preference: base or solana. Written only by blockrun_wallet action:"chain" โ€” i.e. only when you choose.
~/.blockrun/.chain-autowritten on first runAutomatic pin: the chain you were already on when your second wallet was provisioned. Keeps a Base user on Base once a Solana session exists, and is outranked by SOLANA_WALLET_KEY. Cleared whenever you set a chain explicitly.
~/.blockrun/.solana-sessioncreated on the first blockrun_wallet call (with .session)Solana private key โ€” the funded wallet on a new install. Which chain pays is the priority list below.
SOLANA_WALLET_KEYunsetEnv override of .solana-session. Set โ†’ use Solana.
BLOCKRUN_KEYCHAINautoKey storage. auto โ€” mirror the key into the OS keychain (macOS Keychain / Linux secret-tool) and keep the plaintext file, which stays authoritative so other BlockRun tools keep working and so replacing it still rotates your wallet. off โ€” file only. strict โ€” also delete ~/.blockrun/.session once a read-back proves the keychain holds the same key; this breaks other tools that read that file directly.
BLOCKRUN_MCP_PROFILEfullTool profile (media / trading / research / chat).
BLOCKRUN_BUDGET_LIMITunset (unlimited)Hard USD cap on spend for this server process (both rails). In-memory; resets on restart. Per-agent caps via blockrun_wallet action:"delegate".
BLOCKRUN_CONFIRM_SPENDoffon โ€” ask before every paid call via MCP elicitation. Details. Fails open on clients without elicitation.
BLOCKRUN_CONFIRM_THRESHOLD0Only ask for calls estimated above this many USD. Malformed values fall back to 0 (ask for everything), never to "off".
POLYMARKET_CLOB_HOSTBlockRun Finland relayGeoblock egress for order placement โ€” defaulted for you. Override to go direct (https://clob.polymarket.com) or your own egress.
POLYMARKET_MAX_BET_USD25Hard per-order notional cap.
POLYMARKET_MAX_SESSION_USDunsetOptional cumulative per-process betting cap.
POLYMARKET_SIG_TYPE33 = deposit wallet (POLY_1271, gasless); 0 = plain EOA mode.
POLYMARKET_CLOB_PROXYunsetHTTPS proxy for Polymarket CLOB traffic only.
POLYMARKET_BOUNDED_APPROVALSunset (unlimited)Bound pUSD exchange allowances to this many dollars.
BLOCKRUN_BUILDER_CODEunsetOptional Polymarket builder attribution code carried on orders.

Chain selection priority (src/utils/wallet.ts), highest first: .chain preference โ†’ SOLANA_WALLET_KEY โ†’ .chain-auto pin โ†’ non-empty .solana-session โ†’ Solana key in the OS keychain โ†’ an existing Base wallet keeps Base โ†’ otherwise Solana (a fresh install with no wallet at all).

That second-to-last step is the upgrade guard: without it, flipping the default to Solana would move every existing Base-only user onto an empty wallet, and their next paid call would fail on a zero balance with nothing on screen explaining why. None of this applies in account mode โ€” BLOCKRUN_API_KEY has no chain.

The server runs a non-blocking npm registry check at startup and prints an Update available notice to stderr when a newer @blockrun/mcp exists โ€” re-run the install command to upgrade.


Troubleshooting

๐Ÿค– Hand this to the agent: the blockrun-debug skill carries every row below as symptom โ†’ cause โ†’ fix, plus the diagnostics it can run itself. blockrun-setup and blockrun-upgrade cover the other two halves. Install: npx -y @blockrun/mcp@latest skills install.

  • Insufficient balance / HTTP 402 after retry โ†’ Run blockrun_wallet action:"setup", send USDC on Base (or Solana).
  • blockrun doesn't connect / "MCP server failed" / spawn npx ENOENT โ†’ Almost always a PATH issue: Claude Code can't find node/npx on its launcher PATH (common with Homebrew / nvm, on CLI and desktop). Fix by passing your shell PATH at install:
    claude mcp remove blockrun -s user
    claude mcp add blockrun -s user -e PATH="$PATH" -- npx -y @blockrun/mcp@latest
    
    Then restart Claude Code. Or pin absolute paths (which npx).
  • claude mcp list doesn't show blockrun โ†’ Check node -v (โ‰ฅ20.19). Clear the npx cache: rm -rf ~/.npm/_npx. Re-run the install.
  • fetch failed / balance-check timeout โ†’ Base RPC transient outage. The tool falls through 3 public RPCs; retry after 30s. Persistent = local proxy / firewall blocking outbound RPC.
  • Video/Music generation timed out โ†’ Upstream queue congestion. Whether it cost anything depends on the rail, and the error says which: on the Base wallet payment settles on completion, so it is not charged and a retry is safe; on Solana music and every account-rail media job the gateway bills at submit, so the job is charged, the error names it, and re-running bills a second one โ€” check blockrun_wallet action:"report" instead.
  • blockrun_price says Equity quotes are not served (gateway 501 โ€ฆ) โ†’ Equity price/history were withdrawn on 2026-09-05; not an outage, and nothing was charged (the wallet is never asked to sign). The ticker catalog (action:"list" category:"stocks") is still free. Equity coverage: hello@blockrun.ai.
  • blockrun_markets on sports/* fails โ€” before 0.49.0 as API error after payment: 502 with no balance change โ†’ Predexon's sports/* routes have been down upstream since 2026-08-04; the gateway releases the payment on that upstream 500, so the call is not charged (the error says so when the gateway's "payment NOT charged" confirmation is in the response; otherwise it tells you to check blockrun_wallet action:"report"). For sports odds use path:"markets/search" with params:{ q: "NBA" }, or polymarket/events with params:{ search: "NBA" } โ€” the bare markets route and its league filter were removed upstream on 2026-08-04 and 404 before payment. Upgrade to โ‰ฅ 0.49.0 so the error says all of this itself.
  • No spend-confirmation dialog although BLOCKRUN_CONFIRM_SPEND=on โ†’ Your client doesn't support MCP elicitation (Windsurf, Codex, Gemini CLI); the server proceeds without asking by design. Use BLOCKRUN_BUDGET_LIMIT as the guard, or a client from the support table.
  • Polymarket: neg-risk ("winner") market buy fails, or redeem reverts, though setup shows ready โ†’ Re-run action:"setup" confirm:true once (grants the on-chain approvals a pre-upgrade deposit wallet may lack โ€” including the collateral-adapter approvals redeem needs). See the setup guide.

FAQ

What is BlockRun MCP? An open-source MCP server that gives Claude and other agents 19 tools for real-time data and real actions (trading, media, on-chain), paid per call โ€” from a self-custody wallet or a BlockRun account key.

Do I need an API key or an account? No. A wallet is auto-created locally on first run; you fund it with USDC and there are no signups, dashboards or keys to rotate.

But you can have one. If your team can't hand a wallet to an agent, sign in at user.blockrun.ai, mint a key at Dashboard โ†’ Keys, top up account credit by card or wire at Dashboard โ†’ Credits, and set BLOCKRUN_API_KEY. The MCP then sends paid service calls to api.blockrun.ai and bills exact usage against that account credit โ€” no $0.001 per-call network fee, no per-call minimum โ€” with a ledger at Dashboard โ†’ Activity. Everything works except the parts that genuinely need a keypair: Polymarket trading, wallet balances/top-ups, and the wallet-indexed blockrun_realface action:"list".

Which is cheaper? Account billing, slightly โ€” it charges exact metered usage with no per-call minimum and no $0.001 transaction fee. Wallet mode buys you self-custody and Polymarket trading instead.

How much does it cost? Pay-per-call โ€” fractions of a cent to a few cents. The free tier (blockrun_chat mode:"free", blockrun_dex, crypto blockrun_price, blockrun_models) is $0. $5 of USDC or account credit covers thousands of queries.

Is it safe / non-custodial? Yes. Your private key never leaves your machine (~/.blockrun/.session by default, 0600). x402 payments and Polymarket orders are signed locally โ€” BlockRun forwards signed payloads and cannot move your funds.

Which clients work? Any MCP client that can spawn a stdio server. Verified on Claude Code and Codex CLI, in daily use on OpenClaw; install paths documented for Claude Desktop, Cursor, VS Code, Gemini CLI and Windsurf โ€” see the client table. The spend-confirmation dialog additionally needs MCP elicitation (Claude Code, Cursor, VS Code).

Does it have a UI? On MCP-Apps hosts (Claude Desktop, claude.ai, VS Code, Cursor) the Polymarket preview is a live order card and the wallet is a panel โ€” see MCP Apps โ†‘. Terminal clients get the same information as text.

Can I make the agent ask before it spends? Yes โ€” BLOCKRUN_CONFIRM_SPEND=on. Every paid tool pauses with the estimated charge and nothing is signed until you approve. Human-in-the-loop payments โ†‘

Can it really place real bets? Yes. blockrun_polymarket places real, USDC-settled orders on Polymarket's CLOB โ€” confirm-gated and capped. Read the odds with blockrun_markets, place with blockrun_polymarket.

Base or Solana? Both. Switch instantly with blockrun_wallet action:"chain". Three things are Base-only, and each says so when you call them on Solana: blockrun_defi (DefiLlama) and blockrun_modal, which the Solana gateway does not serve, and claude-* chat with thinking (the native /v1/messages path pays on Base; a plain claude-* call takes the compat path on Solana). Media generation, markets, search and Polymarket all settle on either chain.


From the BlockRun ecosystem

BlockRun is agent-native AI infrastructure โ€” one wallet with x402 USDC micropayments, or one account API key with card-funded credit, across every surface:

  • โšก ClawRouter โ€” the agent-native LLM router for OpenClaw. 78 models, <1ms local routing, USDC on Base & Solana.
  • ๐Ÿค– BRCC โ€” BlockRun for Claude Code: smart routing + x402 payments, purpose-built for Claude Code.
  • ๐Ÿ ClawRouter-Hermes โ€” Python plugin wiring NousResearch Hermes into the ClawRouter proxy.
  • ๐Ÿ“š Docs ยท Models & pricing โ€” full SDKs, APIs, and the model catalogue.

Support & community

๐Ÿ’ฌ Community Telegramt.me/blockrunAI
๐Ÿฆ X / Twitter@BlockRunAI
๐Ÿ“– Documentationblockrun.ai/docs
๐Ÿ› Issuesgithub.com/BlockRunAI/blockrun-mcp/issues

Contributing

PRs welcome. See CONTRIBUTING.md for setup, the tool-vs-skill design rule, and how to add a new partner API.


MIT License ยท blockrun.ai โ€” Agent-native AI infrastructure

Website ยท npm ยท Docs ยท @BlockRunAI

Collected info

  • โ˜… 475 stars
  • โއ 53 forks
  • Language: TypeScript
  • Source updated: 7/16/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCPโ€™s endpoint URL (from its repo or docs above). No API key โ€” you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.