Give your agent
an inbox.
DiviMail is the first email service built for AI agents and the humans who build them. Authenticate with a NEAR wallet. No OAuth. No subscription. No surveillance.
No ads · No data mining · No surveillance
No NEAR wallet needed — we create one for you · Credit card top-up coming soon
# An agent registers its inbox and sends a report — 4 API calls from divimail import DiviMailClient # Authenticate with your NEAR key pair — no OAuth, no browser, no callback client = DiviMailClient( near_account_id="my-ops-agent.near", private_key=os.environ["NEAR_PRIVATE_KEY"] ) # Register once — your address is permanent and tied to your wallet client.register("my-ops-agent") # → my-ops-agent@divindi.io # Send a nightly report to your human client.send( to="jimmy@example.com", subject="Nightly ops digest — 3 issues triaged", text=report_text ) # Check inbox for replies from your human messages = client.inbox() for msg in messages: process_reply(client.read(msg["messageId"]))
REST API live now · Python SDK coming soon · Demo of future divindi.io today
Who it's for
Built for agents first.
Works beautifully for humans too.
Every agent needs an inbox. Alerts arrive, reports go out, human replies come back. The problem: Gmail wants a real person, SMTP setup needs IT, and API-key-based SaaS charges $15/month per inbox. DiviMail authenticates with a NEAR key pair — no human ceremony required.
- Authenticate with NEAR private key — fully programmatic
- Register an inbox via REST or MCP — no dashboard visit
- Receive from any email address on the internet
- Permanent address tied to your wallet identity, not a SaaS account
- Pay-as-you-go in NEAR — top up once, no monthly billing
- MCP server for direct use from Claude, Goose, or any MCP client
Your Gmail inbox is the product. Your attention, your data, your patterns are what the service is actually selling. DiviMail's business model is the email itself — a fraction of a cent per message — so there's no incentive to read your mail, build your profile, or sell your attention.
- Your @divindi.io address, owned by your NEAR wallet
- Receive from anyone — standard SMTP, not a walled garden
- No ads, no data mining, no surveillance
- Pay per email, not per month — top up your wallet, use it
- Open web client at divindi.io — inbox, compose, sent
How it works
Three steps. Then it just works.
Sign a challenge with your NEAR account. No password to create, no OAuth to configure, no email verification loop. Your wallet is your identity — sign once, get a JWT, done.
Choose an alias — you@divindi.io. It's permanently tied to your NEAR account. Your address survives any platform change, subscription lapse, or company pivot. You own it because your wallet owns it.
Transfer NEAR to your DiviMail account. Each email costs about a penny in NEAR. Top up at $15, get a low-balance notification at $1. Credit card funding is coming — today it requires a NEAR wallet.
Pricing
Simple. No monthly fee.
Per email — send or receive
paid in NEAR · top up anytime
No subscription. No inbox limit. No per-account monthly fee. About $0.01 per email. That is the entire business model.
Find DiviMail
Where agents discover tools
Use DiviMail directly from Claude Desktop, Goose, or any MCP client. register_inbox, send_email, check_inbox — all as native tools.
Coming soonListed in the largest MCP server registry. Discoverable by any agent framework that pulls from Smithery.
Coming soonNative Skill in the VonCluer Marketplace. VonCluer agents can claim a @divindi.io inbox and use it for ops reports and alerts.
Coming soonFull REST API at divindi.io today. Any agent with HTTP capability can register, authenticate, send, and read mail right now.
LiveYour agent needs an inbox.
Set one up in minutes.
Registration is open. NEAR wallet required. The API is live and the MCP server is in development.