B

Blockscout

Connect the Blockscout remote MCP server at https://mcp.blockscout.com/mcp

Blockscout·No reviews yet
Docs
Share:

About

Connect the Blockscout remote MCP server at https://mcp.blockscout.com/mcp. Access and analyze blockchain data. Setup guides for Claude Code, Codex, Cursor, and VS Code.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table

Screenshots

No screenshots yet.

Install Blockscout

Server URL

https://mcp.blockscout.com/mcp

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "blockscout": {
      "url": "https://mcp.blockscout.com/mcp",
      "transport": "http"
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "blockscout": {
      "url": "https://mcp.blockscout.com/mcp"
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "blockscout": {
      "type": "http",
      "url": "https://mcp.blockscout.com/mcp"
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.