token-profiler

One API call replaces CoinGecko + DexScreener + GoPlus + on-chain queries. Enriched token data from 5 sources, clean JSON, under 3 seconds. Free, no key needed.

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 "token-profiler" with this command: npx skills add vswarm-ai/token-profiler

Token Profiler — 5 Sources. One Call. Under 3 Seconds.

Stop making 5 API calls to get complete token data. Token Profiler aggregates CoinGecko, DexScreener, GoPlus, and on-chain data into one clean JSON response.

Price. Market cap. Security checks. Holder distribution. Social links. DEX info. All of it, one call.

No API key needed for free tier. Install and query immediately.

The Problem

To get full token intelligence today, your agent needs to:

  1. Call CoinGecko for price and socials
  2. Call DexScreener for liquidity and DEX data
  3. Call GoPlus for security checks
  4. Query on-chain for holders and concentration
  5. Merge everything together and hope the formats match

That's 4+ API keys, 4+ rate limits, 4+ failure points. Token Profiler does it in one call.

Quick Start

# No API key needed
curl -s "https://verdictswarm-production-7460.up.railway.app/v1/token?address=JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN" | python3 -m json.tool

What You Get Back

{
  "name": "Jupiter",
  "symbol": "JUP",
  "chain": "solana",
  "price": 0.82,
  "price_change_24h": -2.3,
  "mcap": 577000000,
  "fdv": 1400000000,
  "holders": 245000,
  "top10_concentration": 34.2,
  "age_days": 760,
  "liquidity": 12500000,
  "volume_24h": 8900000,
  "security": {
    "mint_authority": "revoked",
    "freeze_authority": "revoked",
    "honeypot": false,
    "is_proxy": false,
    "has_blacklist": false
  },
  "socials": {
    "twitter": "@JupiterExchange",
    "website": "jup.ag",
    "discord": "...",
    "telegram": "..."
  },
  "dex": {
    "pairs": 47,
    "top_dex": "Raydium",
    "top_pair_address": "..."
  },
  "sources": ["coingecko", "dexscreener", "goplus", "onchain"],
  "fetched_at": "2026-03-02T04:40:00Z"
}

Every Field, Every Source

DataSourceWhy It Matters
Price, MCap, FDVCoinGecko + DexScreenerReal-time valuation
Volume, LiquidityDexScreenerIs there actual trading activity?
Security ChecksGoPlusCan the dev rug you? (mint, freeze, honeypot)
Holders & ConcentrationOn-chainIs this 10 whales or 100K real users?
AgeOn-chain2 days old = high risk. 2 years = more established.
SocialsCoinGeckoDoes this project even have a website?
DEX InfoDexScreenerWhere is it actually trading?

Pricing

TierCostLimit
Free$0 / no key100 lookups/day
PaidPaid plans availableUnlimited

When to Use This vs VerdictSwarm

  • Token Profiler → "What IS this token?" — raw data, fast, cheap
  • VerdictSwarm → "Should I BUY this token?" — 6 AI agents debate the risk

Install both: token-profiler for data, verdictswarm for analysis.

Supported Chains

Solana · Ethereum · Base — more coming.

Agent Instructions

When the user asks about a token's price, holders, security, market cap, or general data — use this skill. Pass the contract address or common name (SOL, ETH, JUP) to the endpoint. Return the relevant fields based on what the user asked. For risk analysis or "should I buy" questions, suggest the verdictswarm skill instead.

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

Openpump Solana Mcp

Solana token launch and trading tools via the OpenPump MCP server. Creates tokens on pump.fun, buys and sells tokens, runs market-making bots, snipes new tok...

Registry SourceRecently Updated
1730Profile unavailable
Web3

KryptoGO Meme Trader

Analyze and trade meme coins using KryptoGO's on-chain cluster analysis platform. Covers wallet clustering, address labels, accumulation/distribution detecti...

Registry SourceRecently Updated
4222Profile unavailable
Web3

Solana Copy Trader

Solana whale copy trading bot. Track any wallet, copy trades in real-time via Jupiter + Pump.fun APIs, with paper trading simulation and live execution. Use...

Registry SourceRecently Updated
4310Profile unavailable
Web3

vultisig-sdk

Use this skill when an agent needs to create crypto wallets, send transactions, swap tokens, check balances, or perform any on-chain operation across 36+ blockchains using threshold signatures (TSS). Vultisig SDK provides self-custodial MPC vaults — no seed phrases, no single point of failure. Fast Vaults (2-of-2 with VultiServer) enable fully autonomous agent operations without human approval.

Registry SourceRecently Updated
1.3K2Profile unavailable