HomeDevelopment › blockrun-mcp

blockrun-mcp

Web search, deep research, prediction markets & crypto data for AI agents. Pay per call via x402.

TypeScript Cloud macOSWindowsLinux
★ 394 stars Last pushed 2026-09-21 License: MIT

Topics: Aggregators

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.52.1)

npx -y @blockrun/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "blockrun-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@blockrun/[email protected]"
      ],
      "env": {
        "BLOCKRUN_WALLET_KEY": "<YOUR_VALUE>",
        "SOLANA_WALLET_KEY": "<YOUR_VALUE>",
        "BLOCKRUN_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • BLOCKRUN_WALLET_KEY secret — Optional: EVM private key (0x-prefixed hex) for USDC payments on Base; also the Polymarket signer. If not set, a wallet is auto-generated.
  • SOLANA_WALLET_KEY secret — Optional: Solana private key (bs58) for USDC payments on Solana. Setting it selects the Solana chain. If not set, a wallet is auto-generated.
  • BLOCKRUN_API_KEY secret — Optional: BlockRun account API key; bills your prepaid balance instead of a wallet (no per-call network fee). Takes priority over a wallet when set.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry