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.
Email Sender — Transactional Email via API
Email sending API for AI agents. Send transactional emails programmatically — text or HTML body, custom subject, from address, delivery status confirmation and message ID. Powered by Resend.
Tools: email_send_message.
Use this when your agent needs to send notifications, reports, alerts, or outreach emails. IMPORTANT: Verify recipient with email_verify_address BEFORE sending to avoid bounces.
Returns: {id, status, from, to, subject}. No API key required — x402 micropayment $0.003/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.
Email Verification — Real-Time Deliverability Check
Email verification API for AI agents. Validate any email address in real-time with syntax check, MX record validation, disposable provider detection (Mailinator, Guerrilla Mail, 100+ providers), role-based flags (admin@, info@), and composite quality score 0-100.
Tools: email_verify_address (single), email_verify_batch (up to 100 emails).
Use this BEFORE sending outreach emails, adding contacts to CRM, or processing signups. Essential for cleaning email lists, detecting fake registrations, and qualifying leads. Drop-in replacement for Hunter.io email verification at 15x lower cost.
Returns: {valid, syntax, mx, disposable, role, free, score, email}. No API key required — x402 micropayment $0.002/call on Base L2.