Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”’ Security
  3. Volta MCP Server
Volta MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 2:19:17 PM

Volta MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
securitycryptographycredentialsmcp

Creates and reads AES-256-GCM encrypted, one-time Volta Notes for credential handoff between users and AI agents.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "iamredmh-volta-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "args"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (2) Directory Badge Claim listing Alternatives๐Ÿ”’ More in Security

Overview

iamredmh/volta-mcp-server MCP server lets AI agents create and consume burn-after-read encrypted notes through Volta Notes. It exposes tools for creating a note from secret content and reading a full one-time URL, with the note destroyed after retrieval. Encryption uses AES-256-GCM, while the decryption key remains in the URL fragment and is not sent to the server. Use it when an agent needs to exchange credentials without placing the plaintext in conversation history.

Use cases

โ€ขExchange API keys with an AI agent
โ€ขSend passwords through a one-time link
โ€ขPass credentials between autonomous agents
โ€ขReturn a secret to a user without storing it in chat history

Key features

โ€ขCreate AES-256-GCM encrypted notes
โ€ขRead and permanently destroy notes
โ€ขKeep decryption keys in URL fragments
โ€ขSupport 2 KB secret content
โ€ขExpire unread notes after seven days

Capabilities & Tool Schemas (2) ~32 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server โ€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Volta MCP Server.

create_volta_note

Creates an encrypted note and returns a one-time URL.

read_volta_note

Reads and permanently destroys a Volta note.

How Volta MCP Server works

What iamredmh/volta-mcp-server MCP server does

The iamredmh/volta-mcp-server MCP server connects an MCP-compatible agent to Volta Notes, a service for single-use encrypted notes. It supports two operations: creating a note containing secret text and reading a note from its complete Volta URL.

A created note is intended for short-lived credential exchange. For example, a user can paste an API key into Volta Notes and give the resulting one-time URL to an agent. The agent can then retrieve the content with the read tool. The reverse flow is also supported: an agent can create a note and send the link to a user.

The note content limit is 2 KB. Notes are permanently removed after a successful read, and unread notes expire after seven days. The README states that the service does not require accounts, login, or tracking.

How it works

The iamredmh/volta-mcp-server MCP server uses AES-256-GCM encryption. For note creation, encryption happens locally before ciphertext is sent to the Internet Computer canister that stores the note. The resulting URL contains a note identifier and the decryption key in its fragment portion.

URL fragments are not transmitted in ordinary HTTP requests. As a result, the key is kept out of the server-side request, while the canister receives only ciphertext. When a recipient reads a note, the stored ciphertext is fetched, the note is deleted by the canister, and the content is decrypted using the key from the URL fragment.

A second attempt to read the same note fails because the note has already been destroyed. This workflow is suited to runtime secrets such as API keys, passwords, and other credentials that should not remain in an agent conversation.

Setup and configuration

The package requires Node.js 18 or later and uses the built-in Web Crypto API. It can be run through an MCP client's standard command-and-arguments configuration:

config.json
{
  "command": "npx",
  "args": ["-y", "@voltanotes/mcp"]
}

For Claude Desktop, place that command in the mcpServers section of claude_desktop_config.json. The same configuration format is documented for Cursor, Windsurf, Cline, and other compatible clients. Claude Code can register the server with its MCP command, while Hermes Agent can use the equivalent npx command and package name in its MCP YAML configuration.

No environment variables or API credentials are listed as requirements. After registration, restart the client if required and verify the connection using the client's MCP status tools. Successful startup logs Volta MCP server started to standard error.

Tools and capabilities

The iamredmh/volta-mcp-server MCP server exposes these tools:

  • create_volta_note: Accepts a content string of up to 2 KB, encrypts it, and returns a one-time voltanotes.com URL.
  • read_volta_note: Accepts the full Volta URL, including its # fragment, and returns the decrypted note content while permanently destroying the note.

The URL must include the fragment for decryption. A URL without the fragment cannot provide the key required to recover the plaintext.

Limitations and notes

This server is designed for secrets that can be read once, not for durable storage or repeated access. The one-time behavior means recipients should preserve the complete URL until it is used, but should not expect it to work again afterward.

The security model depends on protecting the URL fragment. Anyone who obtains the complete one-time URL may be able to read the note before it is consumed. Notes are limited to 2 KB and unread notes expire after seven days. The README documents support for Node.js 18+; it does not describe configuration options for changing storage, expiration, or encryption behavior.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Security View all alternatives
  • Mobb Vibe Shield MCP logoMobb Vibe Shield MCP

    Mobb Vibe Shield identifies and remediates vulnerabilities in both human and AI-written code, ensuring your applications remain secure without slowing development.

    ๐Ÿ”’ Security2 views
    Compare vs Mobb Vibe Shield MCP โ†’
  • Shield logoShield

    Local guardrail proxy for AI coding agents. Wraps any MCP server (stdio or Streamable HTTP) and blocks destructive tool calls โ€” DROP TABLE, rm -rf, force-push โ€” before they execute. MCP supply-chain protection: TOFU tool-catalog pinning against rug pulls, plus tool-description and tool-result scanning for tool poisoning and prompt injection. 51 starter rules, approval gates, audit logging. Single binary, Apache-2.0.

    ๐Ÿ”’ Security3 views
    Compare vs Shield โ†’
  • Authbox logoAuthbox

    Zero-knowledge password manager with MCP credential gateway. BIP-39 seed phrase recovery, deterministic passwords, policy-gated AI agent access (scope, rate limits, time windows, step-up approval), 70+ API key providers, and hash-chain audit trail. Go + Next.js + TypeScript.

    ๐Ÿ”’ Security3 views
    Compare vs Authbox โ†’
  • Jadx AI MCP logoJadx AI MCP

    JADX-AI-MCP is a plugin and MCP Server for the JADX decompiler that integrates directly with Model Context Protocol (MCP) to provide live reverse engineering support with LLMs like Claude.

    ๐Ÿ”’ Security3 views
    Compare vs Jadx AI MCP โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
1
Stargazers on the source repository.
npm downloads
7M
Package downloads in the last 30 days.
Last commit
4mo ago
Most recent push to the default branch.
Tools exposed
2
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Volta MCP Server

Run it through an MCP client with `npx -y @voltanotes/mcp`, or install the package globally with `npm install -g @voltanotes/mcp` and register its Node.js entry point.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewVolta MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/iamredmh-volta-mcp-server?style=directory)](https://allmcps.com/mcp/iamredmh-volta-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/iamredmh-volta-mcp-server"><img src="https://allmcps.com/api/badge/iamredmh-volta-mcp-server?style=directory" alt="Volta MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”’Security
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf, Cline / VS Code
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit4mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Apr 22, 2026
npm downloads7,963,852/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
57Quality signal: Good ยท 57/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools28/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev ยท args (npm)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”’ Security โ†’Best MCP servers for Security โ†’Alternatives to Volta MCP Server โ†’Install in Claude DesktopInstall in CursorInstall in VS Code