Resources

Connect ShareLess to your AI

ShareLess works with the AI you already use. Point an agent at your vault, approve each request on your phone, and get a receipt. Start with a booking link, checkout, or one field request.

1 · AgentFind the flightChatGPT or Claude picks the booking page.
2 · PhoneApprove detailsShareLess opens Approvals on your device.
3 · ReceiptFinish with proofReceipts show what was shared and kept private.

Connect an agent

ChatGPT, Claude, or any MCP client

Opened in memory · never stored

Add ShareLess as a custom connector. You sign in and authorize once, then approve field requests, packs, finance answers, and booking handoffs on your phone. Use this connector URL:

https://app.shareless.ai/api/mcp/remote

On this remote path, ShareLess opens each shared value in memory to pass it to your agent and never stores it. For a fully blind path where only your own device can open values, use the Claude Desktop bundle below.

Notes: in Claude, custom connectors are currently added from Claude Desktop (web connectors are limited to Team & Enterprise owners). In ChatGPT, turn on Developer mode to add a custom connector.

For travel, ask your agent to call vault_request_intent for the trip, then open_booking_on_device with the final booking URL. ShareLess sends your phone a notification and fills the booking page in-app.

Claude Desktop bundle, blind and local

Opened only on your device

Install the ShareLess Vault bundle. It runs on your own machine and opens shared values locally, so ShareLess relays only ciphertext it can't read. (Once your agent uses a value, it reaches your model provider like any other message.)

Set up Claude Desktop

Browser extension

Make Private & Fingerprint, in your browser

Runs on your device

See what you're about to overshare before you send it, and check your fingerprint, right where you type. The extension is open-source (Apache-2.0) and runs entirely on your device.

Chrome Web Store listing coming soon.

Mobile apps

iOS & Android

Coming soon

The ShareLess app is where your vault lives and where you approve each request. iOS and Android are in pilot now, join from the app links when they land here.

For developers

ShareLess exposes your vault to agents through a small set of MCP tools. Every value is shared only with your per-request approval on your phone:

  • vault_list_fields, list your field keys and classes (never values)
  • vault_get_field, request one field's value, approved on your phone
  • vault_list_packs, list your context packs
  • vault_get_pack, request a task-scoped bundle of fields
  • vault_request_intent, resolve the minimum fields for checkout, travel, or signup
  • open_booking_on_device, hand a flight or hotel booking page to the phone
  • vault_add_context, let an agent save context back to your vault

Read the connect guide