mcp-server-plugin

blockscout/mcp-server-plugin

3.3

If you are the rightful owner of mcp-server-plugin 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 Model Context Protocol (MCP) server for Blockscout enables AI agents and tools to access and analyze blockchain data contextually through a flexible and extensible gateway.

Tools

Functions exposed to the LLM to take actions

__get_instructions__

Must be called before any other tool. Initializes the MCP server session.

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 (Application Binary Interface) for a smart contract.

get_address_info

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

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