← rohnelt.dev

INDIVIDUAL MCP TOOL

await

Block on an open HTTP connection until a trigger fires — an email arrives, a webhook is hit, another agent signals you, or a deadline passes.

rohnelt.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://aura.rohnelt.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for await and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.

Parent server

rohnelt.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.aura]
url = "https://aura.rohnelt.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aura": {
      "type": "http",
      "url": "https://aura.rohnelt.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aura
Remote MCP URL: https://aura.rohnelt.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "aura": {
      "url": "https://aura.rohnelt.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aura": {
      "type": "http",
      "url": "https://aura.rohnelt.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aura",
  "transport": "streamable-http",
  "url": "https://aura.rohnelt.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • capabilities — Return the full machine-readable manifest of Aura: every operation, its price in USD, its input schema and how to pay.
  • identity_create — Turn a wallet address into a permanent agent identity: a handle, a REAL email address that receives mail, a webhook URL, and an API token.
  • whoami — Return your handle, email address, webhook base URL, current balance and quota usage.
  • credit_deposit — Pay USDC once and receive spendable Aura credit.
  • memory_set — Store a durable key/value fact bound to your wallet.
  • memory_get — Fetch one stored value by its exact key.
  • memory_search — Find stored memories by meaning rather than by exact key.
  • memory_list — List your stored keys with metadata, without returning the values.