get_token
ActiveTool of Blockscout
"Token info for [contract]" / "what is contract [0x...]" / "ERC-20 / NFT metadata for [token]" — token contract metadata: name, symbol, decimals, total supply, holder count, contract type. Use for on-chain token characterization.
Parameters schema
{
"type": "object",
"examples": [
{
"chain": "ethereum",
"contract": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
}
],
"required": [
"chain",
"contract"
],
"properties": {
"chain": {
"type": "string"
},
"contract": {
"type": "string",
"description": "Token contract address"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Blockscout
https://github.com/pipeworx-io/mcp-blockscout
1/7 registries