Blockscout MCP

lookup_token_by_symbol

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.

Remote blockscout/mcp-server

Other tools also called lookup_token_by_symbol? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "symbol": {
      "type": "string",
      "title": "Symbol",
      "description": "Token symbol or name to search for"
    },
    "chain_id": {
      "type": "string",
      "title": "Chain Id",
      "description": "The ID of the blockchain"
    }
  }
}