Releases: BlockRunAI/blockrun-mcp
Releases · BlockRunAI/blockrun-mcp
v0.6.3 — Live Data for AI Agents
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 searchblockrun_exa— neural research via Exa (papers, competitors, similar products)blockrun_twitter— X/Twitter intelligence via Grokblockrun_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 reportsblockrun_models— list models with pricing
Changes since v0.4.1
- Exa fix: switched from nonexistent
llm.exaSearch()torequestWithPaymentRaw, fixed double/apipath - Dex tool: now properly registered
- Chat tool: repositioned as "second opinion", not primary value
- Hosted option:
mcp.blockrun.ai/mcpavailable (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/mcpv0.4.1 - Model Updates & SDK Upgrade
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
.gitignorefor registry tokens - Updated dependencies
Installation
npx @blockrun/mcpOr 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