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.
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.
Token Safety Scanner — Honeypot & Rug-Pull Detection
Token contract safety scanner API for AI agents. Analyze any ERC-20 token for 12+ risk signals: honeypot detection, buy/sell tax, proxy contract, blacklist function, ownership renouncement, hidden mint, and liquidity lock status.
Tools: token_check_safety.
MANDATORY: Call this BEFORE buying ANY new token. Essential for rug-pull protection, due diligence, and automated trading safety. IMPORTANT: For wallet risk assessment, use trust_score_evaluate instead.
Returns: {safe, risks[], honeypot, tax, proxy, blacklist}. No API key required — x402 micropayment $0.003/call on Base L2.
AI Summarizer — Text & URL Key Points Extraction
AI-powered text and URL summarization API for AI agents. Extract key points from long text or web pages: bullet-point summary, word count reduction ratio, reading time savings. Fast extractive summarization.
Tools: ai_summarize_text (from text), ai_summarize_url (from URL).
Use this for content curation, research digests, news briefings, or reducing context window usage. IMPORTANT: For full web content extraction, use web_scrape_to_markdown instead.
Returns: {summary, keyPoints[], reduction, readingTime}. No API key required — x402 micropayment $0.01/call on Base L2.