Skip to content

Release history

blockrunai/blockrun-mcp releases

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

All releases

26 shown

Review required
v0.32.9 Mixed
Auth RBAC

Double‑spend prevention + USDC.e sweep

No immediate action
v0.32.8 Bug fix

Chat streaming + length error handling

Review required
v0.32.7 Breaking risk
Auth

Setup approval verification fix

Review required
v0.32.6 Bug fix
Auth RBAC

Redeem verification

Config change
v0.32.5 Breaking risk
Breaking upgrade

Separate read/write RPCs

Review required
v0.32.4 Bug fix
Auth RBAC Dependencies

Pricing fixes + Polymarket verification

Upgrade now
v0.32.3 Breaking risk
RCE / SSRF Dependencies Breaking upgrade

Server crash, chat truncation, SSRF validation

No immediate action
v0.32.2 Breaking risk

Free tier prompt truncation

Review required
v0.32.1 Breaking risk

Free‑mode timeout fixes

No immediate action
v0.32.0 Breaking risk

Kimi K3 + default model change

Review required
v0.31.6 Mixed
Breaking upgrade Crypto / TLS

Pricing fixes + budget cap

Config change
v0.30.5 Breaking risk
Auth

Redeem routing fix

Review required
v0.30.4 Breaking risk
Auth

Creds removal + proxy clarification

Config change
v0.30.2 Bug fix
Auth

pUSD approval fix + balance cache heal

No immediate action
v0.26.0 Feature

Cost info surfacing

Upgrade now
v0.25.3 Breaking risk
RCE / SSRF

Chat reservation fix + SSRF patch

Upgrade now
v0.25.2 Security relevant
Dependencies

npm audit fixes

Review required
v0.25.1 Breaking risk

Malformed env var fix

Config change
v0.25.0 New feature
Auth RBAC

Inline images + spend confirm

Upgrade now
v0.24.3 Mixed
RCE / SSRF

SSRF fix + budget_tokens floor

No immediate action
v0.24.2 Bug fix

Budget tokens + Anthropic images

Review required
v0.24.1 Mixed
RCE / SSRF Auth

Budget enforcement + security hardening

Upgrade now
v0.24.0 Breaking risk
Auth RCE / SSRF

Budget‑cap bypasses closed

No immediate action
v0.22.0 New feature

--profile flag

v0.6.3 Breaking risk
⚠ Upgrade required
  • Hosted MCP endpoint now available at `mcp.blockrun.ai/mcp` using HTTP transport
  • Chat tool repositioned as a "second opinion" rather than primary value
Breaking changes
  • Removed dead tools: `blockrun_whale`, `blockrun_analyze`, `blockrun_signal`, `blockrun_swap`
  • Exa search implementation changed from `llm.exaSearch()` to `requestWithPaymentRaw` and fixed double `/api` path
Notable features
  • `blockrun_search` – real-time web and news search
  • `blockrun_exa` – neural research via Exa (papers, competitors, similar products)
  • `blockrun_twitter` – X/Twitter intelligence via Grok
Full changelog

What's New

Repositioned for Claude Code users — BlockRun MCP is now focused on giving your AI agent access to live data, not just more models.

Tools

  • blockrun_search — real-time web + news search
  • blockrun_exa — neural research via Exa (papers, competitors, similar products)
  • blockrun_twitter — X/Twitter intelligence via Grok
  • blockrun_markets — prediction markets (Polymarket, Kalshi)
  • blockrun_dex — DEX prices via DexScreener (free)
  • blockrun_image — image generation (DALL-E 3, Flux)
  • blockrun_chat — second opinion from GPT, Gemini, DeepSeek, etc.
  • blockrun_wallet — balance, budgets, spending reports
  • blockrun_models — list models with pricing

Changes since v0.4.1

  • Exa fix: switched from nonexistent llm.exaSearch() to requestWithPaymentRaw, fixed double /api path
  • Dex tool: now properly registered
  • Chat tool: repositioned as "second opinion", not primary value
  • Hosted option: mcp.blockrun.ai/mcp available (HTTP transport)
  • Cleaned repo: removed dead tools (whale, analyze, signal, swap), dead constants, internal docs
  • Dual chain: supports Base and Solana wallets

Install

claude mcp add blockrun npx @blockrun/mcp
v0.4.1 New feature
⚠ Upgrade required
  • Upgraded to @blockrun/llm v1.0.0 – new stable TypeScript SDK
  • Updated documentation links and community channel URLs
Notable features
  • Added Grok 4.1 fast non‑reasoning and reasoning variants
  • Added Claude Opus 4.5 to the powerful tier
  • Added NVIDIA GPT-OSS-120B to the cheap tier
Full changelog

BlockRun MCP Server v0.4.1

What's New

Model Updates

  • Added Grok 4.1 models (fast non-reasoning and fast reasoning variants)
  • Added Claude Opus 4.5 to powerful tier
  • Added NVIDIA GPT-OSS-120B to cheap tier
  • Added o4-mini to reasoning tier

Improvements

  • Upgraded to @blockrun/llm v1.0.0 - the new stable TypeScript SDK
  • Updated documentation links to GitHub-based docs
  • Updated community channels (Telegram, Twitter)
  • Enhanced wallet management with QR code support

Maintenance

  • Improved .gitignore for registry tokens
  • Updated dependencies

Installation

npx @blockrun/mcp

Or add to your Claude Desktop config:

{
  "mcpServers": {
    "blockrun": {
      "command": "npx",
      "args": ["-y", "@blockrun/mcp"]
    }
  }
}

Smart Routing Modes

  • fast: Gemini Flash, GPT-4o-mini, DeepSeek, Grok 4.1 Fast
  • balanced: GPT-4o, Claude Sonnet 4, Gemini Pro, Grok 4.1 Reasoning
  • powerful: GPT-5.2, Claude Opus 4.5, Claude Opus 4, o3
  • cheap: NVIDIA GPT-OSS, Gemini Flash, DeepSeek, GPT-4o-mini
  • reasoning: o3, o1, o4-mini, DeepSeek Reasoner, Grok 4.1 Reasoning

Links

Beta — feedback welcome: [email protected]