Skip to content
Windsurf

mcp block data for Windsurf

io.github.cryptoapis-io/mcp-block-data

MCP server for retrieving block-level data from EVM, UTXO, and XRP blockchains via Crypto APIs

client:Windsurf transport:stdio runtime:npm

Install mcp block data in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-block-data": {
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-block-data"
      ],
      "env": {
        "CRYPTOAPIS_API_KEY": "<CRYPTOAPIS_API_KEY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp block data in other clients