Odel
blockrun mcp

blockrun mcp

Local
@blockrunai393TypeScriptMITUpdated Yesterday

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@blockrun/mcpv0.48.0

Run

npx -y @blockrun/mcp

MCP client config

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