Skip to content
OSINT Tradecraft
OSINT Tradecraft
Investigation skills · Vol. 8
← MCP catalog#027 · OSINT — Crypto & Financial

Blockscout MCP

multi-chain EVM explorer (3,000+ chains)

Open-source, self-hostable EVM explorer covering 3,000+ chains. Critical for bridge-tracing investigations that move funds across Polygon, Arbitrum, Optimism, BSC, and other EVM networks beyond Ethereum mainnet.

Cost
Free · no API key
API key
Not required
Slug
blockscout-mcp
MCP.md
---
name: blockscout-mcp
category: osint-crypto-financial
cost: free
api_key_required: no
repo: https://github.com/blockscout/mcp-server
paired_skills: ["crypto-wallet-tracing-eth", "crypto-mixer-and-bridge-tracing", "nft-provenance-research"]
capabilities: ["blockchain-tracing", "multi-chain-evm", "wallet-analysis"]
---

# Blockscout MCP — multi-chain EVM explorer (3,000+ chains)

Open-source, self-hostable EVM explorer covering 3,000+ chains. Critical for bridge-tracing investigations that move funds across Polygon, Arbitrum, Optimism, BSC, and other EVM networks beyond Ethereum mainnet.

## Install

Remote MCP connector (recommended):

```
Add the Blockscout remote MCP endpoint in Claude Desktop settings.
See https://github.com/blockscout/mcp-server for the current endpoint URL.
```

Or self-host:

```
git clone https://github.com/blockscout/mcp-server
docker compose up
```

## Configuration

```json
{
  "mcpServers": {
    "blockscout": {
      "command": "npx",
      "args": ["-y", "@blockscout/mcp-server"]
    }
  }
}
```

## What it adds

Etherscan (026) covers Ethereum mainnet. When funds move via a bridge to Polygon, Arbitrum, BSC, or any other EVM chain, Blockscout picks up the trail. Essential for the cross-chain bridge-tracing workflow where funds move through multiple networks to obscure origin.

## Pairs with skills

- 062 `crypto-wallet-tracing-eth`
- 063 `crypto-mixer-and-bridge-tracing`
- 064 `nft-provenance-research`

## Cost

Free. Open-source and self-hostable. Remote connector also free.
Pairs with skills
  • #062crypto-wallet-tracing-eth
  • #063crypto-mixer-and-bridge-tracing
  • #064nft-provenance-research

This MCP gives your agent the tools to execute the workflow described by these skills — instead of just describing it.

Bundled in the Toolkit

This MCP is one of 36 pre-configured servers in the Investigator's MCP Toolkit. One-command installer, $149 one-time.

Pricing
Back to MCP catalog
Blockscout MCP — multi-chain EVM explorer (3,000+ chains) — MCP server · OSINT Tradecraft