MCP App Store
Financial-Services

Blockscout

by Blockscout

Overview

Provides access to multichain blockchain data such as balances, tokens, NFTs, contract metadata for contextual analysis.

Tools

__unlock_blockchain_analysis__

Claude

direct_api_call

Claude
Call a raw Blockscout API endpoint for advanced or chain-specific data. Do not include query strings in `endpoint_path; pass all query parameters via query_params` to avoid double-encoding. SUPPORTS PAGINATION: If response includes 'pagination' field, use the provided next_call to get additional pages (GET only). Supports POST requests with a JSON body for endpoints like JSON RPC. Returns: ToolResponse[Any]: Must return ToolResponse[Any] (not ToolResponse[BaseModel]) because specialized handlers can return lists or other types that don't inherit from BaseModel. The dispatcher system supports flexible data structures.

get_address_by_ens_name

Claude

get_address_info

Claude

get_block_info

Claude

get_block_number

Claude
Retrieves the block number and timestamp for a specific date/time or the latest block. Use when you need a block height for a specific point in time (e.g., "block at 2024-01-01") or the current chain tip. If datetime is provided, finds the block immediately preceding that time. If omitted, returns the latest indexed block.

get_chains_list

Claude

get_contract_abi

Claude

get_latest_block

Claude

get_token_transfers_by_address

Claude

get_tokens_by_address

Claude

get_transaction_info

Claude

get_transaction_logs

Claude

get_transactions_by_address

Claude

inspect_contract_code

Claude
Inspects a verified contract's source code or metadata.

lookup_token_by_symbol

Claude
Search for token addresses by symbol or name. Returns multiple potential matches based on symbol or token name similarity. Only the first `TOKEN_RESULTS_LIMIT` matches from the Blockscout API are returned.

nft_tokens_by_address

Claude

read_contract

Claude

transaction_summary

Claude

App Stats

19

Tools

Claude

Platforms

Works with

Claude

Data refreshed daily