Token Price — Real-Time Crypto Prices for 10K+ Tokens
Crypto token price API for AI agents. Real-time prices via CoinGecko for 10,000+ tokens: current price in USD, 24h change %, market cap, 24h volume, and all-time high. Bitcoin, Ethereum, Solana, memecoins — everything.
Tools: finance_get_token_price.
Use this when you need current crypto prices for trading, portfolio valuation, alerts, or market analysis. The most basic crypto data tool every agent needs. IMPORTANT: For historical OHLCV candles, use token_get_ohlcv_history.
Returns: {price, change24h, marketCap, volume}. No API key required — x402 micropayment $0.001/call on Base L2.
UUID Generator — v4, v7, ULID, Nanoid (Batch 100)
Unique identifier generation API for AI agents. Generate UUID v4 (random), UUID v7 (time-sortable), ULID, or Nanoid. Batch up to 100 at once. Sortable, compact, or cryptographically random formats.
Tools: utility_generate_uuid.
Use this for database record IDs, session tokens, correlation IDs, or idempotency keys. Returns ready-to-use identifiers in your preferred format.
Returns: {ids[], format, count}. No API key required — x402 micropayment $0.001/call on Base L2.
NFT Metadata — Token Image, Attributes & Collection Info
NFT metadata lookup API for AI agents. Get name, image URL, attributes, description, and collection info for any NFT from contract address + token ID. Ethereum and Base chains supported.
Tools: crypto_get_nft_metadata.
Use this when you need specific NFT details: image, traits, rarity traits, or ownership info. IMPORTANT: For collection-level data (floor price, volume), use nft_get_collection_data instead.
Returns: {name, image, attributes[], collection, owner}. No API key required — x402 micropayment $0.003/call on Base L2.
Whale Alert — Large On-Chain Transfer Tracker
Whale transaction monitoring API for AI agents. Track large on-chain transfers: sender, receiver, token, USD value, and transaction hash. Detect market-moving whale activity in real-time.
Tools: crypto_track_whale_transactions.
Use this for whale watching, market sentiment signals, exchange flow analysis, or building alert systems. IMPORTANT: For Hyperliquid-specific whale tracking, use hyperliquid_track_whale_positions instead.
Returns: {transactions[], totalVolume, largestTransfer}. No API key required — x402 micropayment $0.003/call on Base L2.
DEX Swap Quotes — Uniswap, SushiSwap, Aerodrome
DEX swap quote API for AI agents. Best swap quotes across Uniswap V2/V3, SushiSwap, Aerodrome, and other DEXes. Returns optimal route, price impact, slippage estimate, gas cost, and minimum output.
Tools: dex_get_swap_quote.
MANDATORY: Call this BEFORE executing any DEX swap to avoid excessive slippage. Essential for pre-trade analysis, route optimization, and MEV protection. IMPORTANT: For orderbook depth analysis, use dex_analyze_orderbook_depth.
Returns: {route, amountOut, priceImpact, slippage, gas}. No API key required — x402 micropayment $0.005/call on Base L2.
Twitter/X Scraper — Profiles, Tweets & Search
Twitter/X scraping API for AI agents. Scrape public profiles (bio, stats, verification), user tweets (text, engagement, media), and search results — all without needing a Twitter API key. Structured JSON output ready for analysis.
Tools: twitter_scrape_profile, twitter_search_tweets, twitter_get_user_tweets.
Use this for social media monitoring, influencer research, sentiment analysis, competitive intelligence, or building social dashboards. The social intelligence layer for AI agents. IMPORTANT: For other social networks, use social_lookup_profile.
Returns structured JSON with profiles, tweets, engagement metrics. No API key required — x402 micropayment $0.005/call on Base L2.