| title | Claude Code Users |
|---|---|
| description | Install BlockRun MCP in Claude Code, fund a wallet with USDC on Base or Solana, and give your agent 61 models, images, and live data. |
Get started with BlockRun in 60 seconds. Give your Claude agent superpowers.
:::tip{title="In a hurry?"} The whole setup is three steps below — install, fund, go. No API keys, no subscription. :::
::::steps
:::step{title="Install the MCP"}
claude mcp add blockrun -s user -- npx -y @blockrun/mcp@latestThat's it. The MCP server is now available to Claude Code. :::
:::step{title="Set up your wallet"} In Claude Code, say:
blockrun setup
Claude will:
- Generate a new wallet (or use an existing one)
- Show you your wallet address
- Explain how to fund it :::
:::step{title="Fund your wallet"} Send USDC to your wallet address on Base network:
- Recommended: $5-20 for regular usage
- Minimum: $1 to get started
Get USDC on Base:
- Coinbase - withdraw directly to Base
- Base Bridge - bridge from Ethereum
- Uniswap - swap on Base :::
::::
The MCP holds a Solana wallet too. Switch with two tool calls — no env vars, no file editing, no restart:
blockrun_wallet action:"chain" chain:"solana"
blockrun_wallet action:"setup"
Then send USDC (SPL) on the Solana network (Coinbase → pick "Solana", or Phantom/Solflare/Backpack). Switch back with blockrun_wallet action:"chain" chain:"base".
:::info
Image, music, speech, video, paid stock prices, smart routing, and native Anthropic (claude-*) settle on Base only.
:::
Generate a logo for a crypto trading bot
Claude uses nano-banana to generate images via Google's Nano Banana, OpenAI GPT Image, CogView-4, or xAI Grok Imagine. ~$0.015-0.15 per image.
Use GPT-5 to get a second opinion on this code
Ask Grok what's trending on X right now
Claude automatically routes to 81 AI models and pays via x402.
For trading, install the trading-specific MCP:
claude mcp add @blockrun/alphaThen:
Analyze BTC/USDC for trading signals
See Trading Overview for full details.
blockrun balance
or
What's my BlockRun wallet balance?
BlockRun provides Claude Code skills that extend what Claude can do:
| Skill | What It Does |
|---|---|
| nano-banana | Generate images via micropayments |
| alpha-mcp | AI crypto trading with risk management |
- Intelligence: Provider cost + 5% (no subscriptions)
- Images: $0.015-0.15 per image
- Trading tools: Free (open source)
$1 gets you approximately:
- ~500 GPT-5.4 calls
- ~10,000 DeepSeek calls
- ~20–65 image generations
- Your private key stays on your machine (
~/.blockrun/) - Only cryptographic signatures are sent to servers
- All payments are verifiable on Basescan
- You control your wallet — withdraw anytime
Restart Claude Code after installation:
# Check if MCP is registered
claude mcp list# Check wallet location
ls ~/.blockrun/Check your USDC balance on Base:
blockrun balance
For more help, see MCP Troubleshooting.
::::cards
:::card{title="Browse the MCP tools" href="../mcp/blockrun-mcp.md" icon="Boxes"}
The full list of 18 blockrun_* tools — chat, image, video, search, markets, RPC, and more.
:::
:::card{title="Generate images" href="../products/creation/nano-banana.md" icon="Image"} Create images via micropayments with the nano-banana skill. :::
:::card{title="Explore all models" href="../products/intelligence/overview.md" icon="Brain"} 61 LLMs with live pricing, plus smart routing to cut costs automatically. :::
::::