Hand a secret to another agent as an encrypted, pay-per-read token, delivered exactly once.
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.
An MCP server for handing a secret from one agent, machine, or person to another without leaving a copy behind.
store_secret encrypts on your machine and returns one token. Whoever holds the
token gets the secret exactly once β the first successful read delivers it and
destroys it, and a second read returns nothing. Slidingbox stores only
ciphertext: the key travels in the token and is never sent to the server.
That block goes in your MCP client's config β claude_desktop_config.json for
Claude Desktop, or claude mcp add for Claude Code.
Storing is free. Reading costs $0.02, and there are two ways to cover it:
| Variable | What it does |
|---|---|
SLIDINGBOX_API_KEY | An evaluation key (sbk_<id>.<hmac>). Covers a fixed number of reads for free. Get one instantly: curl -X POST https://slidingbox.ai/v1/key β no account, no email. |
SLIDINGBOX_PRIVATE_KEY | A Base wallet holding USDC. Reads are paid per call over x402 β no account, no invoice, no subscription. |
SLIDINGBOX_URL | Defaults to https://slidingbox.ai. |
SLIDINGBOX_NETWORK | Defaults to eip155:8453 (Base mainnet). |
With neither set, store_secret still works and retrieve_secret tells you
which one to configure. SLIDINGBOX_PRIVATE_KEY signs payments: give it a
wallet funded for this purpose and nothing else.
Not storage, backup, messaging, or key management. Secrets live 60β900 seconds and then expire. Not for protected health information or payment-card data.
Encryption is AES-256-GCM, done in this process before anything is sent. The
server receives {ciphertext, iv} and a time-to-live, and returns an opaque
pointer. That is the whole reason this is a local stdio server rather than a
route on the API: a remote MCP server would have to receive your plaintext in
order to encrypt it.
Payment, when a wallet is configured, is x402 β the read returns 402, the
client signs an EIP-3009 authorization for $0.02 USDC, and retries. Paying
wallets are screened against the OFAC SDN list before settlement; see
https://slidingbox.ai/compliance.
Slidingbox is a small product and may be retired. This server is built to say so
rather than fail opaquely: a retired service answers 410, and a domain that no
longer resolves is reported as a retirement, not as a stack trace. Nothing you
store is ever held longer than 900 seconds, so a shutdown cannot strand data.
ISC Β© SLIDINGBOX LLC
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/slidingbox-hydrate-dehydrate-2)<a href="https://allmcps.com/mcp/slidingbox-hydrate-dehydrate-2"><img src="https://allmcps.com/api/badge/slidingbox-hydrate-dehydrate-2?style=directory" alt="Dehydrate on AllMCPs" /></a>