agentsclimarketplace

Blockscout

Skill DROOdotFOO/agent-skills/skills/blockscout

Agent skills, autonomous agents, and MCP-companions for programming

Install
npx -y skills add DROOdotFOO/agent-skills --skill blockscout

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Blockscout MCP tool reference for on-chain data queries. Covers all 16 tools: address info, transactions, token transfers, NFTs, contract ABI/source, read-only calls, ENS resolution, and block data across 8+ chains. TRIGGER when: user asks about on-chain data, contract state, token balances, transaction history, ENS lookup, NFT holdings, or uses blockscout MCP tools. DO NOT TRIGGER when: user asks about crypto market prices or trading volume (use coingecko skill), or writing Solidity code (use solidity-auditor skill).

SKILL.md

3.4 KB, as published. Nobody here has run it

Blockscout MCP

On-chain data queries via Blockscout MCP server (already configured). 16 tools across address intelligence, transactions, contracts, and blocks.

Chain support

EVM-only. Blockscout covers 90+ EVM chains. Not available for native Solana or Tron -- use CoinGecko contract endpoints for token data on those chains.

Solana via Neon EVM: Chain 245022934 covers the Neon EVM layer on Solana (EVM-compatible contracts deployed on Solana).

Common chain IDs

ChainIDChainID
Ethereum1Arbitrum One42161
Polygon137OP Mainnet10
Base8453zkSync Era324
Gnosis100Scroll534352
Celo42220Mode34443
Neon EVM (Solana)245022934Filecoin314
Robinhood Chain4663

Robinhood Chain (4663) is an Arbitrum Orbit L3 (native currency ETH), reachable by chain_id like any other -- no instance URL needed.

Default: Ethereum (1). Use get_chains_list to discover all 90+ supported chains.

Discover a chain ID

For any chain not in the table -- Orbit L3s, new rollups, or chains with their own Blockscout instance (e.g. robinhoodchain.blockscout.com) -- pass a name substring to get_chains_list instead of assuming it is unsupported:

get_chains_list(query="robinhood")
  -> { name: "Robinhood Chain", chain_id: "4663", ecosystem: "Arbitrum Orbit" }

If a chain has a Blockscout explorer, it is almost certainly reachable through the MCP by chain_id -- you do not need the instance URL.

Reference

FileTopic
tools-reference.mdAll 16 tools grouped by category
usage-patterns.mdCommon workflows, pagination, error handling

What You Get

  • Reference documentation for all 16 Blockscout MCP tools covering address intelligence, transactions, contracts, and block data.
  • Chain ID lookup tables and common usage patterns for querying on-chain state across 90+ EVM chains.
  • Pagination handling, error recovery, and time-based query guidance for efficient data retrieval.

See also

  • coingecko -- market prices, volumes, DEX pools, trending tokens
  • sentinel -- automated contract monitoring with alert rules
  • ethskills -- framework selection, RPC providers, EIP/ERC standards
  • solidity-auditor -- smart contract security patterns and audit methodology

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.