@pipeworx/blockscout
Connect: https://gateway.pipeworx.io/blockscout/mcp · Install: one-click buttons
Tools: 8
Blockscout MCP — open-source multi-chain block explorer. ~30 networks supported via per-chain instances. No auth.
Tools
get_address(chain, address)— address summary (balance, txn counts, token holdings)get_address_txns(chain, address, limit?, filter?)— transactions for an addressget_address_token_transfers(chain, address, limit?, token?)— ERC-20/721/1155 transfersget_transaction(chain, tx_hash)— full tx detailget_token(chain, contract)— token contract metadataget_block(chain, block_number_or_hash)— block detailsearch(chain, query)— universal search (address, tx, block, token)list_chains()— built-in chain ID list
Supported chains
eth, eth-sepolia, eth-holesky, optimism, optimism-sepolia, polygon, polygon-zkevm, arbitrum, arbitrum-sepolia, base, base-sepolia, bnb, bnb-testnet, gnosis, celo, celo-alfajores, fantom, metis, mantle, linea, scroll, zksync-era, blast, polygon-zkevm-testnet, boba, redstone, taiko. Pass chain as one of these slugs.
Data source
Per-chain Blockscout v2 REST: https://<chain-host>/api/v2/. Hosts maintained at https://www.blockscout.com/chains-and-projects.
Tools
- get_address — Address summary — balance, tx counts, token-holding stats.
- get_address_txns — Recent transactions for an address.
- get_address_token_transfers — ERC-20/721/1155 transfers to/from an address.
- get_transaction — Full transaction detail.
- get_token — Token contract metadata.
- get_block — Block detail by number or hash.
- search — Universal search across addresses, txns, blocks, tokens.
- list_chains — List supported chain slugs and hosts.
Tools
-
get_address— Address summary — balance, tx counts, token-holding stats. -
get_address_token_transfers— ERC-20/721/1155 transfers to/from an address. -
get_address_txns— Recent transactions for an address. -
get_block— Block detail by number or hash. -
get_token— Token contract metadata. -
get_transaction— Full transaction detail. -
list_chains— List supported chain slugs and hosts. -
search— Universal search across addresses, txns, blocks, tokens.