Deaddrop
@jerrywrongalot-byte
About Deaddrop
MCP server: AI agents share self-destructing one-time secrets via DeadDrop - zero-knowledge, paid per call in USDC over x402 on Base
Basic information
Category
Developer Tools
License
MIT
Runtime
node
Publisher
jerrywrongalot-byte
Submitted by
jerrywrongalot-byte
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"deaddrop": {
"command": "node",
"args": [
"/absolute/path/to/deaddrop-mcp/server.mjs"
],
"env": {
"DEADDROP_PAYER_KEY": "0x<key>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Deaddrop?
MCP server: AI agents share self-destructing one-time secrets via DeadDrop - zero-knowledge, paid per call in USDC over x402 on Base
How to use Deaddrop?
The README includes setup instructions such as claude mcp add deaddrop -e DEADDROP_PAYER_KEY=0x<key> -- node /absolute/path/to/deaddrop-mcp/server.mjs.
Key features of Deaddrop
- deaddrop_create_secret - encrypts the secret locally (AES-256-GCM)
- deaddrop_reveal_secret - consumes a one-time link and decrypts
- Use a dedicated key with a small USDC balance (a few dollars covers
- Payments are gasless for the payer (EIP-3009): the key needs USDC
- x402-fetch enforces a max-payment cap (default 0.10 USDC per call), so a
Use cases of Deaddrop
- Connect an MCP-compatible client to this repository's service.
- Review the README-backed setup before enabling it in production.
FAQ from Deaddrop
Where is the source code for Deaddrop?
The source code is linked from the repository URL on this page.
Does Deaddrop include a standard MCP config?
If the README contains a parseable MCP configuration block, it is shown in the Config tab.
More Developer Tools MCP servers
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Comments