Skip to main content
Glama

Blockscout MCP Server

Official

lookup_token_by_symbol

Search for token addresses by symbol or name across blockchains using a chain ID. Identify multiple potential matches based on symbol or token name similarity.

Instructions

Search for token addresses by symbol or name. Returns multiple potential matches based on symbol or token name similarity.

Input Schema

NameRequiredDescriptionDefault
chain_idYesThe ID of the blockchain
symbolYesToken symbol or name to search for

Input Schema (JSON Schema)

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/blockscout/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server