mcp-server

blockscout/mcp-server

3.4

If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Blockscout MCP Server is a Model Context Protocol server that provides contextual blockchain data access for AI tools and automation systems.

Tools

Functions exposed to the LLM to take actions

__get_instructions__

Provides custom instructions for the MCP host to use the server.

get_chains_list

Returns a list of all known chains.

get_address_by_ens_name

Converts an ENS domain name to its corresponding Ethereum address.

lookup_token_by_symbol

Searches for token addresses by symbol or name, returning multiple potential matches.

get_contract_abi

Retrieves the ABI for a smart contract.

get_address_info

Gets comprehensive information about an address including balance, ENS association, contract status, token details, and public tags.

get_tokens_by_address

Returns detailed ERC20 token holdings for an address with enriched metadata and market data.

get_latest_block

Returns the latest indexed block number and timestamp.

get_transactions_by_address

Gets transactions for an address within a specific time range with optional method filtering.

get_token_transfers_by_address

Returns ERC-20 token transfers for an address within a specific time range.

transaction_summary

Provides human-readable transaction summaries using Blockscout Transaction Interpreter.

nft_tokens_by_address

Retrieves NFT tokens owned by an address, grouped by collection.

get_block_info

Returns block information including timestamp, gas used, burnt fees, and transaction count.

get_transaction_info

Gets comprehensive transaction information with decoded input parameters and detailed token transfers.

get_transaction_logs

Returns transaction logs with decoded event data.

get_address_logs

Gets logs emitted by a specific address with decoded event data.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources