mcp server for Claude Desktop
com.blockscout/mcp-server
MCP server for Blockscout
client:Claude Desktop
transport:streamable-http
tools:16
Install mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.blockscout.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- __unlock_blockchain_analysis__
- get_block_info
- get_block_number
- get_address_by_ens_name
- get_transactions_by_address
- get_token_transfers_by_address
- lookup_token_by_symbol
- get_contract_abi
- inspect_contract_code
- read_contract
- get_address_info
- get_tokens_by_address
- nft_tokens_by_address
- get_transaction_info
- get_chains_list
- direct_api_call