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.
Trust Score — Domain & Wallet Safety Scanner
Trust scoring API for AI agents. Evaluate the trustworthiness of any domain, URL, wallet address, or API endpoint. Returns composite score 0-100 with letter grade (A+ to F), verdict (trusted/moderate/suspicious/dangerous), and 5 detailed sub-scores: SSL/TLS (25%), DNS (15%), WHOIS (25%), Security Headers (20%), Content (15%).
For crypto wallets (0x...): returns on-chain trust based on transaction count, balance, and contract verification on Base L2.
Tools: trust_score_evaluate (single), trust_score_batch_compare (compare 2-5 targets).
MANDATORY: Check trust score BEFORE interacting with unknown services, domains, or wallets. The safety layer every agent needs. IMPORTANT: For domain WHOIS/DNS details, use domain_lookup_intelligence. For SSL-only check, use security_check_ssl.
Returns: {compositeScore, grade, verdict, subscores{}}. No API key required — x402 micropayment $0.01/call on Base L2.
DeFi Yield Finder — Best APY Across 100+ Protocols
DeFi yield aggregator API for AI agents. Find the best lending, staking, and LP yields across 100+ protocols (Aave, Compound, Morpho, Lido, Yearn, Curve, Convex). Powered by DeFiLlama with TVL, risk scoring, and historical APY.
Tools: defi_find_best_yields.
Use this when looking for yield opportunities, comparing protocols, or building DeFi portfolio strategies. IMPORTANT: For swap quotes, use dex_get_swap_quote. For gas costs, use gas_get_current_price.
Returns yields sorted by APY with TVL and risk. No API key required — x402 micropayment $0.002/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.
Word Counter — Words, Characters, Reading Time
Text metrics analyzer API for AI agents. Count words, characters (with/without spaces), sentences, paragraphs, and estimate reading time in a single call.
Tools: text_count_words.
Use this for content length validation, SEO checks, or enforcing word limits. Returns all text metrics at once.
Returns: {words, characters, sentences, paragraphs, readingTime}. No API key required — x402 micropayment $0.001/call on Base L2.
Phone Validator — Carrier, Line Type, E.164 Format
Phone number validation API for AI agents. Validate any phone number worldwide: country detection, carrier lookup, line type (mobile/landline/VoIP), E.164 format normalization, and validity check. Single and batch (50) modes.
Tools: phone_validate_number (single), phone_validate_batch (up to 50).
Use this before sending SMS, making calls, or storing phone numbers. Essential for KYC, contact verification, and fraud detection. IMPORTANT: For SMS-readiness check, use sms_validate_number instead.
Returns: {valid, country, carrier, lineType, e164}. No API key required — x402 micropayment $0.003/call on Base L2.