kpaste_create
Create an encrypted, ephemeral paste that expires and self-destructs after reading. Returns a URL with the decryption key in the fragment for secure sharing.
Instructions
Create an encrypted, ephemeral paste on kPaste (zero-knowledge, AES-256-GCM). Returns a URL with the decryption key in the fragment; only use with a trusted transcript and MCP client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The text/secret to share | |
| password | No | Optional extra paste password. Treat it as transcript-visible secret material; prefer sharing it through a different channel. | |
| expiration | No | When the paste expires (default: 1day) | |
| burn_after_reading | No | Auto-delete after first read (default: false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes |