Sato Hub
← Back to directory
MCPEarlyUnverifiedActive · 1d ago

BlockRun MCP

BlockRun MCP is a tool/service by BlockRun Labs, Inc., open source (MIT), last active 2026-09-15 (active), Sato Score 89 of 100 as of 2026-09-15, on Base, Solana.

MCP server giving AI agents live data — markets, crypto, research, X — billed per call via x402 micropayments.

Last release Sep 9, 2026 · Last commit Sep 15, 2026 · ★ 394

Overview

MCP server giving AI agents live data — markets, crypto, research, X — billed per call via x402 micropayments.

Sato Score

89/100· High

How open, active & verifiable — not a safety or returns grade.

Maintenance & liveness
35/35
Code transparency
19/20
Interface verifiability
8/10
Docs & demo
6/10
Listing transparency & provenance
14/15
Independent verification
7/10

Deploy path reproduced — install verified in an isolated container (proves installability, not runtime safety).

Install reproduced in a container Sep 7, 2026

Runtime: Node.js

npx -y @blockrun/mcp
claude mcp add blockrun -s user -- npx -y @blockrun/mcp@latest
{ "mcpServers": { "blockrun": { "command": "npx", "args": ["-y", "@blockrun/mcp"] } } }

You supply: ~$5 USDC on Base or Solana in an auto-created wallet (pay-per-call), optional SOLANA_WALLET_KEY

Add to CursorAdd to VS Code
claude mcp add satohub-blockrun-mcp -- npx @blockrun/mcp

A local server: your client runs this command on your machine. Installing runs third-party software under your own credentials. Sato Hub publishes the documented invocation and, where the harness reproduced it, the date it did — neither is a safety review.

Read from the project’s own docs as of 2026-09-07. What a deploy spec is →

Observed record 64 daily checks since 2026-07-14

100%of our checks succeeded
Currently responding for 64 days
Succeeded
64
Failed
0
Their error
0
Unattributed
0

This is the share of our daily checks that succeeded — not an availability guarantee. A check can fail because the host was down, because our runner timed out, or because the network in between dropped it, and only the first of those is a fact about this project. Failures are split by what we can attribute; anything we cannot attribute is counted, not hidden. 49 of these checks predate 2026-09-01, when the probe counted a bot-block (HTTP 403) as a failure and recorded no reason for any failure. Rates spanning that date mix two definitions. Since then: 100%.

Last 30 days — to 2026-09-15, one point per UTC day

Share of OUR checks that succeeded
100%
7-day rolling; unattributable days are gaps · 30/30 days
Tools listed
fewer than 2 points
from the server's own tools/list · 0/30 days
Sato Score
89
as snapshotted that day · 29/30 days

A gap is a day we have no attributable observation — never a zero. Thirty points is the whole shape the free layer carries; the daily rows behind it stay in the snapshot series.

Details

Chains
Base, Solana
Agent types
MCP, Data
Open source
Yes
Pricing
Pay-per-call in USDC via x402. Market queries from $0.001, Exa searches $0.01/query, image gen from $0.015, video from $0.05/sec. $5 USDC ≈ 5,000 market queries or 500 Exa searches.
Deploys as
npm package, MCP serverfrom project docs · 2026-06-22
Works with
Claude Code, Claude Desktop, Cursor, Windsurf, ChatGPT Desktopfrom project docs · 2026-06-22
Last checked
2026-09-15

Marketplace Signals

No marketplace signals recorded for this resource yet.

Verification status reflects evidence reviewed by Sato Hub. Self-reported claims are never presented as verified.

#MCP#x402#micropayments#market data#crypto#llm#ai
See something inaccurate or outdated?Submit a correction →

Recent Activity

All news →

Releases and posts from BlockRun MCP, pulled from its GitHub and X.

ReleaseBlockRunAI/blockrun-mcp10d ago

blockrun-mcp v0.48.0 — a key can live in a file, and a 429 says when to retry

A key can live in a file, not just an environment variable. Write it to ~/.blockrun/.api-key and account mode picks it up — same directory the wallet already uses, and for the same reason that file exists: a stdio MCP server is launched by its client, and several clients make setting an environment variable awkward or impossible. BLOCKRUN_API_KEY still wins when both are present, mirroring how BLO

BaseSolana
GitHub
ReleaseBlockRunAI/blockrun-mcp10d ago

blockrun-mcp v0.47.0 — account mode stops guessing

Account mode stops guessing. 0.46.0 shipped API-key billing with one honest limitation: it could not tell you what a call cost or how much credit was left, so it printed a local estimate with a ~ and a dashboard link. The account API gained both signals today, and this release consumes them. blockrun_wallet action:"status" now reads the real balance from GET /v1/credits : Account: acme (ungated) S

BaseSolana
GitHub
ReleaseBlockRunAI/blockrun-mcp14d ago

blockrun-mcp v0.45.1 — give the context number its own card, not badge nineteen

The context number gets its own card instead of being the second of nineteen badges. 0.45.0 published the figure but buried it — a shields badge in a row with MIT License , TypeScript 5 and Node ≥20.19 , which are table stakes, next to the one number nothing else in the ecosystem publishes. It now sits directly under the install command as a card: the figure large, a reference unit that makes it m

BaseSolana
GitHub
ReleaseBlockRunAI/blockrun-mcp14d ago

blockrun-mcp v0.45.0 — publish the context-window cost, and shrink it

Every tool schema got smaller, and the README now tells you by how much. Installing an MCP server spends your context on every turn — the client loads each tool's schema into the model's prompt and re-sends it for the whole session, whether or not you ever call the tools. Package managers have shown install size for thirty years; almost no MCP server shows this. Now ours does: a 🧮 12.9K Context T

BaseSolana
GitHub
ReleaseBlockRunAI/blockrun-mcp16d ago

blockrun-mcp v0.44.0 — MCP Apps: Polymarket order card and wallet panel

Two MCP Apps: a Polymarket order card and a wallet panel. Hosts that implement the MCP Apps extension — Claude Desktop, claude.ai, VS Code, Cursor, ChatGPT — now render blockrun_polymarket_read previews and blockrun_wallet results as interactive cards instead of text. The order card shows the question, outcome, side, best quote in cents, estimated shares, notional, a per-order cap meter and the se

BaseSolana
GitHub
ReleaseBlockRunAI/blockrun-mcp17d ago

blockrun-mcp v0.43.0 — every paid tool asks before it spends; skills install; setup/debug/upgrade skills

Every paid tool now asks before it spends. Spend confirmation via MCP elicitation ( BLOCKRUN_CONFIRM_SPEND=on ) shipped in 0.25.0 wired into blockrun_image alone; the other thirteen paid tools — chat, video, music, speech, realface, search, exa, markets, surf, defi, rpc, modal, phone — reserved budget and signed the x402 payment without a word. Each now pauses at its budget gate with the estimated

BaseSolana
GitHub

Listing History

Recorded changes to BlockRun MCP's listing — status, verification, Sato Score, and recent releases. Full history is kept in the listing record.

  1. Sep 9, 2026
    New release published
  2. Sep 7, 2026
    Verified: deploy spec
  3. Sep 5, 2026
    New release published
  4. Jul 14, 2026
    Enriched: risk level
  5. Jun 25, 2026
    Enriched: pricing, marketplace notes
  6. Jun 25, 2026
    Auto-enriched: tags, creator name, agent type
  7. Jun 22, 2026
    Auto-enriched: docs url, website url, supported integrations, chains supported +3 more
  8. Jun 22, 2026
    Sato Score tier: Medium → High
    Score 65 → 79.
  9. Jun 18, 2026
    23 releases tracked
    Showing the 2 most recent. Full release history is retained in the listing record.
  10. Jun 17, 2026
    Sato Score tier: Low → Medium
    Score 33 → 65.

Compared with

Related Resources

Is this your project?

Prove you control the domain and you can correct this page — description, links, tags, chains. Claiming proves control, not verification: it doesn't change the Sato Score or mark anything as audited.

Claim this listing →

Questions people ask about BlockRun MCP

Is BlockRun MCP open source?
Yes. BlockRun MCP is open source under the MIT license; the repository is https://github.com/BlockRunAI/blockrun-mcp. Checked as of 2026-09-15.
Which chains does BlockRun MCP support?
BlockRun MCP lists support for Base, Solana as of 2026-09-15.
Is BlockRun MCP still maintained?
The most recent public activity Sato Hub observed was on 2026-09-15 (last commit 2026-09-15, last release 2026-09-09), which Sato Hub labels "Active". Activity is a recency signal, not a quality judgment.
How do I install or run BlockRun MCP?
Node.js. Install: npx -y @blockrun/mcp && claude mcp add blockrun -s user -- npx -y @blockrun/mcp@latest. Entry: { "mcpServers": { "blockrun": { "command": "npx", "args": ["-y", "@blockrun/mcp"] } } }. Sato Hub reproduced this install in a container on 2026-09-07. It runs as an MCP server (npx @blockrun/mcp (stdio)).
Is BlockRun MCP verified on Sato Hub?
Sato Hub holds one earned check for BlockRun MCP: Deploy path reproduced — install verified in an isolated container (proves installability, not runtime safety). Its Sato Score is 89 of 100, a measure of how open, active and verifiable the project is, not a safety, quality or returns grade.

Cite this page

Sato Hub. "BlockRun MCP — Sato Hub." Sato Hub, updated 2026-09-15, accessed 2026-09-16. https://satohub.ai/resources/blockrun-mcp

Data last refreshed 2026-09-15; this page is rebuilt daily. Citations carry the date so a reader can tell which snapshot a claim came from. Catalog data is licensed CC-BY-4.0.

Join the Sato Hub Briefing

One email a week — the agents, tools, and infrastructure that actually shipped, and why they matter.