search
ActiveTool of Blockscout
"Search [chain] for [query]" / "is [string] a token / contract / address on [chain]" — universal block-explorer search across addresses, transactions, blocks, tokens, and ENS-style names on a specific EVM chain. Use when you don't know yet whether the input is an address / hash / token symbol.
Parameters schema
{
"type": "object",
"examples": [
{
"chain": "ethereum",
"query": "0x1234567890123456789012345678901234567890"
},
{
"chain": "arbitrum",
"query": "USDC"
}
],
"required": [
"chain",
"query"
],
"properties": {
"chain": {
"type": "string"
},
"query": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Blockscout
https://github.com/pipeworx-io/mcp-blockscout
1/7 registries