tronscan-search

Search TRON blockchain by name or keyword: resolve token/contract name to address, find accounts, transactions, or blocks. Use when user asks "USDT contract address", "token/contract address on TRON", "look up by name", or search by keyword. Do NOT use for token list (use tronscan-token-list); single token deep dive (use tronscan-token-scanner).

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "tronscan-search" with this command: npx skills add tronscan-mcp/tronscan-search

Search

Overview

ToolFunctionUse Case
searchBlockchain searchToken/contract/account/tx/block by keyword or name

Use Cases

  1. Contract address by name: User asks "USDT contract address" or "BTT contract on TRON" — use search with term (e.g. USDT, BTT) and optional type: token or type: contract to get matching tokens/contracts and their addresses (token_id / contract address).
  2. Token by symbol or name: Same as above; filter by type: token for token-only results.
  3. Contract by name: Use search with type: contract to find contracts by name or address.
  4. Account search: Use search with type: address to search accounts.
  5. Transaction or block: Use search with type: transaction or type: block when the user provides a tx hash or block number/keyword.

MCP Server

Tools

search

  • API: search — Search the TRON blockchain for tokens, contracts, accounts, transactions, or blocks
  • Use when: User asks for "USDT contract address", "find token by name", "search for contract X", or any lookup by name/keyword.
  • Input: term (required, search keyword e.g. USDT, BTT, or contract name), optional type (token | address | contract | transaction | block), optional start, limit.
  • Response: Matches per type; for tokens, each item includes token_id (contract address), name, abbr, token_type, and other metadata.

Troubleshooting

  • MCP connection failed: If you see "Connection refused", verify TronScan MCP is connected in Settings > Extensions.
  • API rate limit / 429: TronScan API has call count and frequency limits when no API key is used. If you encounter rate limiting or 429 errors, go to TronScan Developer API to apply for an API key, then add it to your MCP configuration and retry.

No results for search

Try broader keywords or different type filter (token | address | contract | transaction | block).

Notes

  • For "contract address by name" (e.g. USDT), call search with term: "USDT" and type: "token" (or omit type); the first or best match usually has token_id = TRC20 contract address (e.g. USDT = TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t).
  • Use this skill before tronscan-token-scanner or tronscan-contract-analysis when the user only provides a name/symbol and you need the address to call other tools.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

TronScan Token Scanner

Scan TRON tokens for total supply, market cap, price, rating, launch time, holders. Includes TRX: TRX price, TRX supply, market cap, daily net change, and su...

Registry SourceRecently Updated
1671Profile unavailable
Web3

TronScan Account Profiler

Query TRON wallet-type address total assets, token holdings, DeFi participation, energy/bandwidth, votes, tx/transfer count. Use when user asks "what assets...

Registry SourceRecently Updated
1221Profile unavailable
General

TronScan Token List

Get TRC20 token list on TRON with price, 24h change, 24h volume, market cap, holder count. Use when user asks "token list", "TRC20 list", "hot tokens", "tren...

Registry SourceRecently Updated
1061Profile unavailable
Security

TronScan Contract Analysis

Analyze TRON contracts: deploy info, hot methods, top callers, open-source status, transaction count. Use when user asks "contract verification", "contract s...

Registry SourceRecently Updated
1171Profile unavailable