Query Token Info
Retrieves detailed token information like supply, market cap, and contract address from Binance data sources.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add query-token-info npx -- -y @trustedskills/query-token-info
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"query-token-info": {
"command": "npx",
"args": [
"-y",
"@trustedskills/query-token-info"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows you to retrieve information about cryptocurrency tokens. Specifically, it can provide details such as the token's symbol, name, and decimal places. It is designed for querying Binance chain tokens.
When to use it
- You need to quickly identify the full name or symbol of a specific token.
- You are building an application that requires accurate token information for calculations (e.g., determining transfer amounts).
- You want to verify the number of decimal places associated with a particular Binance chain token.
- When interacting with blockchain APIs, you need to confirm the correct token identifier.
Key capabilities
- Token symbol lookup
- Token name retrieval
- Decimal place determination (for Binance Chain tokens)
Example prompts
- "What is the full name for BNB?"
- "Can you tell me the decimal places of CAKE?"
- "What's the token symbol for Tether?"
Tips & gotchas
This skill currently only supports querying information about tokens listed on the Binance chain. Ensure your query refers to a valid token within that ecosystem.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.