# Blockscout MCP Server (verified)

Provide AI agents and automation tools with contextual access to blockchain data including balances, tokens, NFTs, and contract metadata. Enable multi-chain support and deliver enhanced user experien…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add blockscout/mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list blockscout/mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get blockscout/mcp-server __unlock_blockchain_analysis__

# Call a tool
npx -y @smithery/cli@latest tool call blockscout/mcp-server __unlock_blockchain_analysis__ '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-server--blockscout.run.tools`

## Tools (18)

- `__unlock_blockchain_analysis__` — Unlocks access to other MCP tools.
- `get_block_info`
- `get_latest_block`
- `get_address_by_ens_name`
- `get_transactions_by_address`
- `get_token_transfers_by_address`
- `lookup_token_by_symbol`
- `get_contract_abi`
- `inspect_contract_code` — Inspects a verified contract's source code or metadata.
- `read_contract`
- `get_address_info`
- `get_tokens_by_address`
- `transaction_summary`
- `nft_tokens_by_address`
- `get_transaction_info`
- `get_transaction_logs`
- `get_chains_list`
- `direct_api_call` — Call a raw Blockscout API endpoint for advanced or chain-specific data.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get blockscout/mcp-server <tool-name>
```

---

Source: https://github.com/blockscout/mcp-server | License: MIT
