# Volta Notes

Burn-after-read encrypted notes on the Internet Computer. Share passwords, keys, and secrets as one-time links — AES-256-GCM encrypted client-side, permanently destroyed on read. No account required.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add rmh104/voltanotes

# Browse available tools
npx -y @smithery/cli@latest tool list rmh104/voltanotes

# Get full schema for a tool
npx -y @smithery/cli@latest tool get rmh104/voltanotes create_volta_note

# Call a tool
npx -y @smithery/cli@latest tool call rmh104/voltanotes create_volta_note '{}'
```

## Direct MCP Connection

Endpoint: `https://voltanotes--rmh104.run.tools`

## Tools (3)

- `create_volta_note` — Creates a Volta secure note and returns a one-time URL. Use this to send sensitive information to a user — they open th…
- `read_volta_note` — Reads a Volta secure note and permanently destroys it. Call this when a user sends you a voltanotes.com URL containing …
- `request_volta_note` — Request sensitive information from a user securely via Volta Notes. Use this tool whenever you need the user to provide…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get rmh104/voltanotes <tool-name>
```

## Prompts (1)

- `share_secret_securely` (content) — Share a password, key, or any sensitive value with someone via a burn-after-read Volta Note — zero friction, no account…
