AgentsTool Catalog

Tool Catalog

The full set of tools the MCP server exposes. Two layers: composite breakdowns that return a complete dossier in one call, and targeted query_* tools for follow-ups. Every tool returns structured_content (JSON), a one-line summary, and an evidenceUrl. Tiers mirror the REST tiers; a call above your tier returns tier_insufficient.

Composite breakdowns

One call, a full evidence-linked dossier (sections, a partial flag, and an errors map). Reach for these first on broad questions.

ToolTierReturns
wallet_overviewL2X-ray classification, coordination block, provenance, 30-day performance, similar wallets
token_deep_diveL3Risk signal, bundle summary, holder-label breakdown, holder PnL, buyer quality, security row
token_coordination_reportL3Campaigns, crowd state, entity concentration, early clustered buyers, late-retail exit liquidity, wash alerts
wallet_network_reportL3Full follow-edge list, entity/farm membership + roster, bundle-entanglement clusters

Token tools

ToolTierAnswers
search_tokensL3Find tokens by symbol or name
resolve_token_identifierFreeNormalize a pool address or raw mint to the canonical mint
query_token_signalL3BLOCK / WARN / ALLOW risk decision with per-signal severity
query_token_scoreL3The six-dimension health score + top signals
query_token_security_statusL3Direct security row — status, flag/rug reasons, authorities
query_pool_security_statusL3Why a pool is blocked / quarantined
query_token_bundle_summaryFreeTop-level bundle summary (count, bundled supply %, dominant type)
query_token_bundlesL3Full bundle list with types, members, risk, lifecycle
query_bundle_detailL3One bundle drill-down — members, balances, PnL, leader
query_token_wash_tradesL3Wash-trade alerts (fake volume)
query_token_funding_abuseL3Farm/seeded early-buyer diagnostics
query_buyer_qualityFreeBuyer decomposition by quality tier + smart-money signal
query_holder_breakdownL2Holder-label partition breakdown
query_token_holder_pnlL2PnL of a token’s holders
query_token_entity_concentrationL3Distinct actors vs raw buyers — entity-deduped demand

Wallet tools

ToolTierAnswers
query_wallet_xray / query_wallet_xray_liteL2Composed wallet dossier / a cheap one-liner
query_wallet_qualityL2Position-correct skill — skilled vs. lucky (Wallet Quality)
query_wallet_performanceL2Window-aggregated realized PnL
query_wallet_positionsL2Current / closed positions
query_wallet_tradesL2Recent realized-PnL trades
query_wallet_provenanceL2Funding chain to root source
query_similar_walletsL2Behavioral look-alikes (Similarity) — not coordination
query_wallet_coordinationL3Entity membership, copiers, leaders, recent pushes
query_wallet_followsL3Full follow-edge list (both directions)
query_wallet_entanglementL3Bundle co-membership cluster graph
query_wallet_ban_statusL3Malicious-ledger status + reason
query_wallet_label_evidenceL3The raw evidence behind a wallet’s labels/badges

Coordination & detection

⚠️

Observational tools — they describe on-chain coordination, not opportunities. Never frame results as a buy/lead/dip.

ToolTierAnswers
query_token_coordinationL3Active + recent coordinated campaigns on a token
query_token_campaigns_historyL37-day campaign history on a token
query_token_crowdL3Per-minute crowd state / regime
query_coordination_evidenceL3Raw proof rows behind a follow / entity / campaign
query_entity_detailL3Resolve an entity to its member roster
query_entity_token_historyL3Tokens an entity (farm) has collectively traded
query_follower_cascadeL3Which followers piled in after a leader bought
query_copy_originatorL3Attribute a synchronized cluster-buy to its likely originator
query_token_minority_buyersL3Which entity coordinated the early buy
query_emerging_entitiesL3Farms / clusters that just appeared
query_forming_coordinated_pushesL3Tokens with a coordinated buy campaign forming right now
query_leaderboardL2Top wallets by PnL / ROI / win rate

The server steers agents to the composite breakdowns for broad questions and the query_* tools for targeted follow-ups. Argument schemas are delivered to the agent automatically via MCP tools/list — you don’t wire them by hand.