Hosted OAuth (recommended first)
The User Intuition MCP server is available at:stdio clients
Claude Desktop, Cursor, Claude Code, and VS Code can launch the MCP server locally. SetUSERINTUITION_API_KEY to a key created under Settings → API Keys. The key has the access of the account that created it.
Keep API keys out of source control, screenshots, prompts, and shared configuration files. Rotate a key immediately if it is exposed.
Authorization behavior
Every backend request is scoped to the authenticated account. Resource reads, updates, and deletes also perform ownership checks. A valid OAuth session or API key can still receive403 or 404 when the requested resource is not accessible.

