Screenshot & PDF Capture — Full-Page Chromium Rendering
Web capture API for AI agents. Take full-page screenshots (PNG/JPEG/WebP) and generate PDFs from any URL using headless Chromium. Custom viewport size, device emulation, and scroll capture.
Tools: capture_screenshot (image), webpage_to_pdf (PDF).
Use this for visual regression testing, documentation, archiving web pages, or generating reports. IMPORTANT: For text extraction from pages, use web_scrape_to_markdown. For custom PDF generation from data, use document_generate_pdf.
Returns: base64-encoded image or PDF. No API key required — x402 micropayment $0.008/call on Base L2.
Base64 Encoder/Decoder — Standard & URL-Safe
Base64 encoding/decoding API for AI agents. Encode text to base64 or decode base64 to text. Supports standard and URL-safe variants with metadata (input length, output length, encoding type).
Tools: utility_encode_base64.
Use this for encoding payloads, decoding tokens, or data transformation in pipelines. Basic utility for data processing.
Returns: {output, encoding, inputLength, outputLength}. No API key required — x402 micropayment $0.001/call on Base L2.
Lorem Ipsum Generator — Paragraphs, Sentences, Words
Lorem Ipsum placeholder text generator API for AI agents. Generate paragraphs, sentences, or words with exact count control. Classic Latin placeholder text for mockups and prototypes.
Tools: text_generate_lorem_ipsum.
Use this for generating placeholder content in mockups, testing layouts, or filling templates. Lightweight utility.
Returns: {text, type, count}. No API key required — x402 micropayment $0.001/call on Base L2.
Hyperliquid Portfolio — Account State & Trade History
Hyperliquid account analysis API for AI agents. Full clearinghouse state for any wallet: open positions with PnL, trade fills with timestamps, pending orders, funding payments, margin usage, and account value.
Tools: hyperliquid_get_account_state, hyperliquid_get_trade_fills, hyperliquid_get_open_orders, hyperliquid_get_user_funding.
Use this for portfolio monitoring, trade analysis, PnL tracking, or building account dashboards. Essential for any Hyperliquid portfolio management agent. IMPORTANT: For market-wide data, use hyperliquid_get_market_data instead.
Returns full account snapshot. No API key required — x402 micropayment $0.003/call on Base L2.
Regex Tester — Match, Capture Groups & Explain
Regex testing API for AI agents. Test regex patterns against strings: get all matches, capture groups with positions, and plain-English pattern explanations. Debug complex patterns instantly.
Tools: text_test_regex.
Use this for building and testing regex patterns, data extraction, or input validation. Returns human-readable explanations alongside technical results.
Returns: {matches[], groups[], explanation}. No API key required — x402 micropayment $0.001/call on Base L2.
Address Validator — Parse & Verify Postal Addresses
Postal address validation API for AI agents. Parse and validate addresses worldwide: country detection, component extraction (street, city, state, postal code), postal code format verification. Supports US, UK, FR, DE, and 50+ countries.
Tools: address_validate.
Use this for KYC compliance, shipping address verification, CRM data cleaning, or form validation. Returns structured components for standardized storage.
Returns: {valid, components, country, formatted}. No API key required — x402 micropayment $0.003/call on Base L2.