DEX Orderbook Depth — Uniswap V3 Liquidity Analysis
DEX liquidity depth analysis API for AI agents. Analyze Uniswap V3 pool liquidity: price impact at 1%, 2%, 5%, and 10% trade sizes. Slippage estimation for any trade amount. Essential pre-trade intelligence.
Tools: dex_analyze_orderbook_depth.
MANDATORY: Check orderbook depth BEFORE executing large DEX trades. Essential for slippage estimation, market impact assessment, and optimal trade sizing. IMPORTANT: For simple swap quotes, use dex_get_swap_quote.
Returns: {depth[], priceImpact, slippageAt[]}. No API key required — x402 micropayment $0.005/call on Base L2.
JWT Decoder — Inspect Claims, Expiry & Algorithm
JWT token decoder API for AI agents. Decode and inspect JSON Web Tokens without verification: extract header (algorithm, type), payload (claims, issuer, audience), expiry timestamp, and signature info.
Tools: security_decode_jwt.
Use this for debugging authentication flows, inspecting token claims, or verifying token structure. IMPORTANT: This decodes without verifying — for security validation, verify signatures server-side.
Returns: {header, payload, claims, expiresAt, algorithm}. No API key required — x402 micropayment $0.001/call on Base L2.
Diff Checker — Line-by-Line Text Comparison
Text diff comparison API for AI agents. Compare two texts line-by-line: additions, deletions, unchanged lines, and summary statistics (added/removed/changed counts).
Tools: text_compare_diff.
Use this for code review, document versioning, change tracking, or content comparison. Returns structured diff ready for rendering.
Returns: {diff[], added, removed, changed}. No API key required — x402 micropayment $0.002/call on Base L2.
Tech Stack Detector — 50+ Technologies per Website
Website technology detection API for AI agents. Identify 50+ technologies on any website: CMS (WordPress, Shopify), JS frameworks (React, Next.js, Vue), analytics (GA4, Mixpanel), hosting (AWS, Vercel), CDN, payments, and more. With confidence scores and evidence.
Tools: website_detect_tech_stack.
Use this for competitive analysis, lead qualification (e.g., find all Shopify stores), technology market research, or sales prospecting by tech stack. IMPORTANT: For full company data, use company_enrich_from_domain instead.
Returns: {technologies[], categories, confidence[]}. No API key required — x402 micropayment $0.005/call on Base L2.
Base Chain DeFi — Aerodrome, Moonwell Yields
Base chain DeFi yield API for AI agents. Top yield opportunities on Base L2: Aerodrome LP pools, Moonwell lending rates, and top farms — ranked by APY with TVL, risk assessment, and protocol info.
Tools: base_get_defi_opportunities.
Use this when looking for yield specifically on Base chain. Focused data for Base-native DeFi strategies. IMPORTANT: For cross-chain yield comparison, use defi_find_best_yields instead.
Returns Base DeFi opportunities ranked by APY. No API key required — x402 micropayment $0.003/call on Base L2.
Text to Speech — 20+ Languages, MP3 Output
Text-to-speech API for AI agents. Convert text to natural speech audio in 20+ languages via Google TTS engine. Returns base64-encoded MP3 ready for playback.
Tools: media_text_to_speech.
Use this for voice notifications, accessibility features, audio content generation, or building voice interfaces.
Returns: {audio (base64 MP3), language, duration}. No API key required — x402 micropayment $0.005/call on Base L2.