Currency Converter — Fiat & Crypto Cross-Rates
Currency conversion API for AI agents. Convert between fiat currencies (ECB rates) and crypto (CoinGecko rates). Instant cross-rate lookup for USD, EUR, GBP, JPY, BTC, ETH, and 100+ currencies.
Tools: finance_convert_currency.
Use this for price normalization, international pricing, or cross-currency calculations. Supports both fiat-to-fiat and fiat-to-crypto conversions.
Returns: {result, rate, from, to, timestamp}. No API key required — x402 micropayment $0.001/call on Base L2.
PII Detector — Find Emails, SSNs, Credit Cards in Text
PII (Personally Identifiable Information) detection API for AI agents. Scan any text for sensitive data: email addresses, phone numbers, SSNs, credit card numbers, IP addresses, physical addresses, and names. Risk scoring and redaction-ready output.
Tools: compliance_detect_pii.
Use this BEFORE logging, storing, or transmitting text that might contain personal data. Essential for GDPR/CCPA compliance, data sanitization, and privacy-by-design. IMPORTANT: For website GDPR compliance, use compliance_scan_gdpr.
Returns: {piiFound[], riskLevel, redacted}. No API key required — x402 micropayment $0.005/call on Base L2.
Cron Expression Parser — Explain & Next Run Times
Cron expression parser API for AI agents. Parse, validate, and explain cron expressions in plain English. Get next N scheduled run times in any timezone.
Tools: schedule_parse_cron.
Use this for debugging cron schedules, building scheduling UIs, or validating cron syntax. IMPORTANT: For generating cron from natural language, use utility_generate_crontab instead.
Returns: {valid, explanation, nextRuns[]}. No API key required — x402 micropayment $0.001/call on Base L2.
Image Resizer — Resize, Convert PNG/JPEG/WebP
Image resize and format conversion API for AI agents. Resize images from URL: custom width/height, format conversion (PNG, JPEG, WebP), aspect ratio preservation, and quality control.
Tools: media_resize_image.
Use this for thumbnail generation, image optimization, or preparing assets for different platforms. Returns base64-encoded processed image.
Returns: base64-encoded resized image. No API key required — x402 micropayment $0.003/call on Base L2.
PDF Generator — HTML/Markdown to Professional PDFs
PDF document generation API for AI agents. Generate PDFs from HTML or Markdown: custom page size (A4, Letter), margins, headers, footers. Ideal for reports, invoices, contracts, and documentation.
Tools: document_generate_pdf.
Use this for generating professional documents, reports, or invoices. IMPORTANT: For capturing existing web pages as PDF, use webpage_to_pdf instead.
Returns: base64-encoded PDF document. No API key required — x402 micropayment $0.008/call on Base L2.
ENS Resolver — Name ↔ Address + Avatar
ENS name resolution API for AI agents. Resolve ENS names (vitalik.eth) to Ethereum addresses and reverse-resolve addresses to ENS names. Includes avatar URLs and text records.
Tools: crypto_resolve_ens.
Use this for displaying human-readable names, identity verification, or building wallet UIs. The identity layer every crypto agent needs. IMPORTANT: For wallet balance lookup, use wallet_get_portfolio instead.
Returns: {address, name, avatar, records}. No API key required — x402 micropayment $0.002/call on Base L2.