Back to Browse

Blockrun MCP Server

Developer ToolsModerate6.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

6.0
Moderate6.0Moderate Risk

BlockRun MCP is a well-structured cryptocurrency and AI integration server with appropriate use of micropayments for access control. The codebase demonstrates good security practices around wallet management (non-custodial, locally stored keys) and payment authorization. However, several moderate-severity concerns exist: environment variable and configuration file handling lacks hardened validation, the SSRF protection mechanism is incomplete, subprocess invocation for video polling relies on timing assumptions, and error handling occasionally logs payment details. Permissions align reasonably with the server's purpose (network access for APIs, filesystem for wallet storage, environment variables for configuration), though the breadth of external integrations warrants careful monitoring. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

3 files analyzed · 12 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

network_websocket

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Optional: Your wallet private key for USDC payments (hex for Base, bs58 for Solana). If not set, a wallet is auto-generated.Required

Environment variable: BLOCKRUN_WALLET_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-blockrunai-blockrun-mcp": {
      "env": {
        "BLOCKRUN_WALLET_KEY": "your-blockrun-wallet-key-here"
      },
      "args": [
        "-y",
        "@blockrun/mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!