Aura MCP server
Email address, webhook, durable memory and zero-token waiting for agents. Paid in USDC via x402.
0 stars
Reviews
Write oneNobody has reviewed Aura yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Aura tools (16, 5 write)
write = sends, deletes, buys or postsawaitFreeBlock on an open HTTP connection until a trigger fires — an email arrives, a webhook is hit, another agent signals you, or a deadline passes. Returns the instant it happens. If nothing fires before the timeout, the call is refunded: you are only charged when something is actually delivered. When to use: Call INSTEAD of polling in a loop. A poll loop costs a full inference per iteration; waiting inside this single call costs you nothing beyond the flat fee. Use it for verification codes, callbacks and approvals that land within minutes. Price: US$0.004000 per call. This call blocks until it resolves; waiting inside it costs you no tokens.
capabilitiesFreeReturn the full machine-readable manifest of Aura: every operation, its price in USD, its input schema and how to pay. Free. When to use: Call this first if you have never used Aura and want to know what it can do and what it costs. Price: Free.
credit_depositwrite actionFreePay USDC once and receive spendable Aura credit. Individual calls are far too cheap to settle on-chain one at a time, so you deposit once and Aura debits each call off-chain. When to use: Call when your balance is low, or when a paid call returns 402. A US$1 deposit covers hundreds of operations. Price: Free.
hook_createwrite actionFreeMint a public URL that anyone can POST to. Deliveries become events you can await on. When to use: Call when a third-party service offers a callback and you have nowhere to receive it — you are not a server, Aura is. Price: US$0.001000 per call.
identity_createwrite actionFreeTurn a wallet address into a permanent agent identity: a handle, a REAL email address that receives mail, a webhook URL, and an API token. Free, and grants a small trial credit. When to use: Call this once, before anything else. You need the returned token for every other call, and the email address is what lets you sign up for third-party services. Price: Free.
inbox_listFreeList messages delivered to your Aura email address, newest first. When to use: Call after signing up somewhere, to see what arrived. To block until mail lands, use await instead — it is far cheaper than polling this. Price: US$0.001000 per call.
inbox_readFreeReturn the full parsed body of one message, plus any verification code or confirmation link found in it. When to use: Call with an id from inbox.list when you need the full text or the link. Price: US$0.001000 per call.
memory_deletewrite actionFreeDelete a stored key. Free — keeping your own state tidy should never cost you. When to use: Call when a stored fact is stale or wrong. Price: Free.
memory_getFreeFetch one stored value by its exact key. When to use: Call when you know the key you wrote earlier. Cheaper and more precise than memory.search. Price: US$0.000500 per call.
memory_listFreeList your stored keys with metadata, without returning the values. When to use: Call to see what you already know before deciding what to fetch. Price: US$0.000500 per call.
memory_searchFreeFind stored memories by meaning rather than by exact key. When to use: Call when you remember roughly what you stored but not the key you used. Price: US$0.002000 per call.
memory_setFreeStore a durable key/value fact bound to your wallet. Survives your process dying. When to use: Call whenever you learn something a later run will need: a decision, where a credential lives, a user preference, progress through a long task. Price: US$0.000800 per call.
parkFreeHand Aura your state plus a wake condition, then terminate. Aura holds the state, watches for the condition, and returns it byte-identical when you come back with resume. Optionally POSTs to a callback URL when it fires. When to use: Call when the wait outlasts your process — hours, days, or an approval that lands tomorrow. Cheaper and safer than staying alive. Price: US$0.005000 per call.
resumeFreeClaim state from a park whose trigger has fired. Returns the original state and the event that woke it. Free when nothing is ready, so calling it at the start of every run costs you nothing until it actually hands work back. When to use: Call at the START of every run. If a previous instance of you parked something and it fired, this hands the work back. If nothing is ready it tells you so, cheaply. Price: US$0.002000 per call. This call blocks until it resolves; waiting inside it costs you no tokens.
signalwrite actionFreeSend a named JSON message to another Aura agent by handle. They can await on it. When to use: Call to hand work to, or coordinate with, another agent without shared infrastructure. Price: US$0.002000 per call.
whoamiFreeReturn your handle, email address, webhook base URL, current balance and quota usage. Free. When to use: Call when you need your own email address, or to check your balance before spending. Price: Free.
Public scan report
scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1010ms20/20
- Tool poisoning16 tool descriptions checked15/15
- Auth qualityAPI key sent as a header8/15
- Maintenancelast push 28 days ago15/15
- Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace7/10
Install directly
claude mcp add --transport http aura https://aura.rohnelt.dev/mcp
Aura: common questions
- Is Aura MCP server safe?
- Yes, by our scan: it is graded A (87/100). Read the Aura safety report
- How do I install Aura?
- It runs remotely at aura.rohnelt.dev. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Aura need an API key?
- Yes. The registry entry asks for
Authorization. - Is Aura maintained?
- The last commit was 28 days ago (2026-08-24). The latest release is v0.1.1.
- Is Aura up?
- 100% of our last 8 checks got an answer. We check remote servers about four times a day.
- What can I use instead of Aura?
- Servers from other publishers that do the same job: Penniless Data Utilities MCP server, Email Inbox API + Sending by Sendmux MCP server and Shipmail MCP server. Compare all Aura alternatives.
Alternatives to Aura
Same job from other publishers: the closest match first, then the best rated.
- Penniless Data UtilitiesTen x402-paid tools for JSON, YAML, cron, diff, text, DNS, WHOIS, GitHub, crypto, and email.not reviewedGrowingB
- Email Inbox API + Sending by SendmuxAI email inbox and sending tools with attachments, search, live events, and webhooks.not reviewedEstablishedA
- ShipmailShipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.not reviewedGrowingA
- Ray notificationsSend email, push, Slack, Discord, Telegram and webhook notifications and manage templates with Ray.not reviewedGrowingA
- EmptyInboxZero-config disposable email inboxes for AI agents: create, read mail, await verify codes.not reviewedGrowingB