Build into the tools people already use.
Remote MCP uses a bare endpoint and bearer or OAuth app authentication. Credentials stay out of URLs; personal data still needs a separate consent decision.
FOR BUILDERS
Hussh gives external agents a consent-first route to relevant information: discover what is available, ask for one narrow scope in plain language, wait for the person, then receive an encrypted export only after approval.
Remote MCP uses a bare endpoint and bearer or OAuth app authentication. Credentials stay out of URLs; personal data still needs a separate consent decision.
An approved export does not authorize a CRM mutation. Read, create, and update require a signed-in owner, typed intent, confirmation, binding, idempotency, and readback. Delete is blocked in v1.
Developer workspacehushh.ai/developers
Open-source researchgithub.com/hushh-labs/hushh-research
Developer communityhushh.ai/discordSearch user scopes · request consent · check consent status · get encrypted scoped export. A compatibility context tool exists, but it is not the normal path.
Bearer or PKCE lets a developer app connect. It never gives that app automatic access to someone’s personal information.
No query-token URLs. No plaintext fallback. Connector private keys and ciphertext do not belong in a prompt, log, or tool description.