M
mcp-server
/lookup_token_by_symbol
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 7 matches
liveunknown~5s typical
mcpmcp-server
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-blockscout-mcp-server /lookup_token_by_symbol for me.
Input
| Field | Type | Description |
|---|---|---|
| chain_id* | string | The ID of the blockchain |
| symbol* | string | Token symbol or name to search for |
| session_id | string | Opaque session identifier. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-blockscout-mcp-server","endpoint":"/lookup_token_by_symbol","input":{"chain_id":"...","symbol":"..."}}'cli
npx cracked-ai run -p mcp-com-blockscout-mcp-server -e /lookup_token_by_symbol -i '{"chain_id":"...","symbol":"..."}'mcp
run_tool({ provider: "mcp-com-blockscout-mcp-server", endpoint: "/lookup_token_by_symbol", input: {"chain_id":"...","symbol":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.