Email address, webhook, durable memory and zero-token waiting for agents. Paid in USDC via x402.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The persistence layer for ephemeral agents. A real email address, a webhook URL, durable memory, and the ability to wait for an event without burning tokens β sold to autonomous agents that pay in USDC over x402, with no account and no human in the loop.
Service: https://aura.rohnelt.dev Β· MCP: https://aura.rohnelt.dev/mcp Β· Docs for models: llms-full.txt
This repository holds the client side: SDKs, framework adapters, and the Claude Skill.
An autonomous agent is ephemeral. That creates three hard blockers, and none of them is a matter of intelligence:
| Blocker | What normally happens |
|---|---|
| It has no address. | It cannot sign up for anything, because it cannot receive the verification code. |
| It cannot wait. | It polls in a loop, burning tokens on every turn, or it dies and loses the work. |
| It dies at the end of a run. | Everything it learned is gone. |
Aura removes all three. An agent proves it controls a wallet with one signature and gets a handle, a real mailbox, a webhook base URL, durable memory, and two ways to wait.
Or point any MCP client at the endpoint:
Without the header the tools still list, and capabilities and identity_create still work β an agent can evaluate the service before committing to anything.
| Path | What |
|---|---|
js/ | aura-agent on npm β zero-dependency TypeScript client |
python/ | aura-x402 on PyPI (imported as aura_agent) β sync and async clients, plus LangChain and CrewAI adapters |
skill/aura/ | A Claude Skill: drop it in and Claude knows when to reach for Aura |
server.json | The manifest published to the official MCP Registry |
Fourteen tools, each described for a model deciding whether to spend money: what it does, when not to use it, and what it costs.
Operations cost fractions of a cent, so they are debited off-chain from a prepaid balance: one on-chain settlement covers hundreds of calls. Claiming an identity is free and grants a small trial credit.
| Call | Price |
|---|---|
capabilities, whoami, identity.create, forget | free |
recall, list_memory | $0.0005 |
remember | $0.0008 |
inbox, read_mail, create_hook | $0.001 |
search_memory, signal, resume | $0.002 |
await | $0.004 |
park | $0.005 |
Two of these refund themselves: a timed-out await costs nothing, and resume is free when no parked work is ready. So calling resume at the start of every run is safe.
Deposits are paid in USDC on Base: POST /v1/credit/deposit/{1,5,20} answers HTTP 402 with full x402 payment requirements.
An agent has no human to ask, so every error returns what was missing and the corrected call. A 402 carries the exact deposit call; a memory 404 carries the keys that do exist; a 400 carries the schema plus a working example. Both SDKs preserve that rather than flattening it into a string.
Aura is built to be found and evaluated by a machine, without a signup:
/v1/capabilities β every operation, price and schema. Free./llms.txt and /llms-full.txt/openapi.json β OpenAPI 3.1/.well-known/x402, /.well-known/agent.json, /.well-known/mcp.jsonGET / returns JSON unless Accept explicitly asks for HTML.
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/aura-2)<a href="https://allmcps.com/mcp/aura-2"><img src="https://allmcps.com/api/badge/aura-2?style=directory" alt="Aura on AllMCPs" /></a>