Sentiment Analyzer — Emotions, Confidence & Key Phrases
Text sentiment analysis API for AI agents. Analyze sentiment (positive/negative/neutral) with confidence score, emotion detection (joy, anger, fear, surprise, sadness), and key phrase extraction. Single and batch modes.
Tools: text_analyze_sentiment (single), text_analyze_sentiment_batch (multiple texts).
Use this for social media monitoring, review analysis, brand sentiment tracking, or content moderation. IMPORTANT: For content topic classification, use text_classify_content instead.
Returns: {sentiment, confidence, emotions[], keyPhrases[]}. No API key required — x402 micropayment $0.005/call on Base L2.
Solana DEX Pools — Liquidity, TVL, Slippage Analysis
Solana DEX pool liquidity API for AI agents. Analyze pool depth across Raydium, Orca, and Meteora: TVL, slippage estimates at 1/2/5%, 24h volume, and fee tier. Essential pre-trade intelligence for Solana.
Tools: solana_scan_pool_liquidity.
Use this BEFORE executing large Solana swaps to estimate slippage. Essential for trade sizing and route selection. IMPORTANT: For Solana swap quotes, use jupiter_get_swap_quote instead.
Returns: {pools[], tvl, slippage, volume24h}. No API key required — x402 micropayment $0.003/call on Base L2.
HTML to Markdown — Clean Conversion, Scripts Stripped
HTML to Markdown converter API for AI agents. Convert HTML to clean Markdown: strips scripts, styles, and tracking, preserves headings, links, lists, images, and tables.
Tools: text_convert_html_to_markdown.
Use this for content migration, email processing, or preparing HTML content for LLM consumption. IMPORTANT: For scraping a live URL to Markdown, use web_scrape_to_markdown instead.
Returns: {markdown, wordCount}. No API key required — x402 micropayment $0.001/call on Base L2.
Multi-Chain Gas Estimator — ETH, Base, Polygon, Arb
Multi-chain gas price API for AI agents. Compare gas prices across Ethereum, Base, Polygon, Arbitrum, and BSC in a single call. Find the cheapest chain for your transaction.
Tools: crypto_estimate_gas.
Use this when choosing between chains for deployment, bridging decisions, or cross-chain cost optimization. IMPORTANT: For Ethereum-only gas, use gas_get_current_price for more detail.
Returns gas prices for all chains in one response. No API key required — x402 micropayment $0.002/call on Base L2.
Hyperliquid Market Data — Orderbooks, Prices, OHLCV
Hyperliquid perpetual market data API for AI agents. Real-time order books, mid prices, funding rates, open interest, 24h volume, and OHLCV candles for all 229 perp markets on Hyperliquid L1. Direct on-chain data, no CoinGecko dependency.
Tools: hyperliquid_get_market_data (single), hyperliquid_get_all_markets (overview), hyperliquid_get_candles (OHLCV).
Use this for trading signals, market analysis, backtesting, or building Hyperliquid trading bots. The foundational data layer for any Hyperliquid integration. IMPORTANT: For whale tracking, use hyperliquid_track_whale_positions instead.
Returns real-time L1 data. No API key required — x402 micropayment $0.001/call on Base L2.
Funding Rate Arbitrage Scanner — Cross-Venue Spreads
Funding arbitrage scanner API for AI agents. Scan cross-venue funding rate spreads between Hyperliquid, Binance, Bybit, and OKX. Find profitable long/short basis trades with annualized yield projections.
Tools: perp_scan_funding_arbitrage.
Use this for delta-neutral funding arbitrage strategies, carry trade identification, or cross-exchange opportunities. IMPORTANT: For simple funding rate lookup, use perp_get_funding_rates instead.
Returns: {opportunities[], spread, annualizedYield}. No API key required — x402 micropayment $0.005/call on Base L2.