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.
TCP Port Scanner — Open Ports & Response Time
TCP port scanner API for AI agents. Scan any host for open/closed port status with response time measurement. 16 common ports by default (HTTP, HTTPS, SSH, FTP, SMTP, MySQL, PostgreSQL, Redis, etc.) or custom port list.
Tools: network_scan_ports.
Use this for security audits, infrastructure monitoring, or service discovery. IMPORTANT: For HTTP header security analysis, use network_analyze_headers. For SSL check, use security_check_ssl.
Returns: {ports[], openCount, closedCount}. No API key required — x402 micropayment $0.003/call on Base L2.
Webhook Tester — Send & Measure HTTP Endpoints
Webhook testing API for AI agents. Send POST/PUT/PATCH/DELETE requests to any endpoint with custom headers and JSON payloads. Measure response latency, TLS handshake time, and status codes.
Tools: api_test_webhook.
Use this for API integration testing, webhook debugging, endpoint monitoring, or health checks. Returns detailed timing breakdown.
Returns: {status, latency, tlsTime, body}. No API key required — x402 micropayment $0.002/call on Base L2.
DNS Lookup — A, MX, TXT, CNAME via Cloudflare DoH
DNS record lookup API for AI agents. Query A, AAAA, MX, TXT, CNAME, NS, SOA, and SRV records via Cloudflare DNS-over-HTTPS. Fast, reliable, privacy-preserving lookups.
Tools: network_lookup_dns.
Use this for domain verification, email setup debugging, infrastructure analysis, or monitoring DNS changes. IMPORTANT: For full domain intelligence (WHOIS + DNS + SSL), use domain_lookup_intelligence.
Returns: {records[], type, ttl}. 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.