SecureNote.link MCP Server - allowing AI agents to securely share sensitive information through end-to-end encrypted notes.
1.2K
5 Tools
Version 4.43 or later needs to be installed to add the server automatically
Tools
Name | Description |
---|---|
retrieve_and_decrypt_secret | Retrieve and decrypt a secret from the API. |
send_secure_note_return_api_url_and_key | Encrypt a message, store it via the API, and return the retrieval URL and decryption key separately. This function is for advanced workflows where you want to handle retrieval and decryption yourself. It returns: - The API URL to retrieve the encrypted message (returns JSON, not a user-facing page) - The decryption key (base64-encoded, to be used separately) After calling this function, you (or your code) must: - Use your own code to fetch the encrypted message from the API and decrypt it using the key, OR - Use the provided 'retrieve_and_decrypt_secret' method to fetch and decrypt the message via the API. |
Manual installation
You can install the MCP server using:
Installation for