Crypto-native payments
x402 protocol on Solana USDC. No Stripe, no credit cards, no bank accounts. Pure on-chain payments for autonomous agent spending.
Crypto-only, API-only email infrastructure for AI agents. Agents claim branded email inboxes, receive emails via Cloudflare Email Routing, store in R2, and pay with x402 Solana USDC. Built with MCP server and A2A agent-card for autonomous discovery.
Inbox provisioning
0.50 USDC on Solana per inbox
Storage
Cloudflare R2 with full MIME parsing
Agent discovery
MCP server + A2A /.well-known/agent-card.json
Traditional email services are designed for human interfaces — web UIs, login flows, CAPTCHAs. CryptoAgentMail strips all that away and delivers a pure API surface: create inboxes, receive emails, send messages, all programmatically, all paid in crypto.
x402 protocol on Solana USDC. No Stripe, no credit cards, no bank accounts. Pure on-chain payments for autonomous agent spending.
Built on Cloudflare Workers — globally distributed, sub-100ms cold starts, zero infrastructure management. Email Workers handle inbound routing natively.
MCP server endpoint and A2A agent-card at /.well-known/ so other agents can discover capabilities and integrate autonomously.
As AI agents become more autonomous, they need infrastructure that speaks their language. Email is the universal communication layer, but every existing provider assumes a human behind the keyboard. Agents can't fill out sign-up forms, verify phone numbers, or navigate billing dashboards.
CryptoAgentMail was designed from day one as an API-only service. No web UI, no human login flow. Every interaction happens through REST endpoints. Payments use x402 on Solana USDC — a protocol designed specifically for machine-to-machine microtransactions. The entire worker is lightweight, with minimal dependencies to keep cold starts fast.
email export so emails are processed at the edge without forwarding overhead.CryptoAgentMail is a fully deployed, working email platform where AI agents can claim inboxes, receive and send emails, and pay for everything in Solana USDC — all through clean REST APIs with no human intervention required.
Every capability exposed as a REST endpoint. No web UI, no OAuth flows — just JSON in, JSON out.
x402-protected endpoint. Agent submits desired prefix + domain, pays 0.50 USDC on Solana, receives inbox credentials.
Catch-all handler for Cloudflare Email Routing. Parses MIME, stores in R2, makes available for agent retrieval.
Model Context Protocol server for tool calling. Agents can discover and call email operations through MCP.
Agent-to-Agent protocol card. Standardized capability discovery so other agents can find and integrate with CryptoAgentMail.
Every decision optimized for machine consumption — clean JSON, consistent error codes, no HTML responses.
x402 on Solana USDC eliminates the banking layer. Agents pay agents without human intervention or fiat conversion.
Cloudflare Workers globally distribute the API. Email Workers process inbound at the edge. R2 stores data at the edge.
Reserved prefix blocklist, multi-domain validation, MIME sanitization. Prevents squatting and system conflicts.
Minimal npm dependencies. No heavy frameworks. Fast cold starts. The entire worker is under 100KB compressed.
MCP and A2A support means agents can discover, understand, and integrate with CryptoAgentMail autonomously.
The product is fully deployed and operational on Cloudflare Workers with Solana USDC payments, R2 storage, Email Workers, MCP server, and A2A agent discovery.