Skip to main content
The server has two transports with two auth methods.

stdio (Claude Desktop, Cursor, Claude Code, VS Code)

Set USERINTUITION_API_KEY to a ui_sk_... key from Settings → API Keys. The key is passed per request to the User Intuition backend. There are no scopes — a key has the full access of the account that created it.

Streamable HTTP (ChatGPT)

The hosted server at https://mcp.userintuition.ai/mcp uses OAuth, auto-discovered by the client. No key handling required.

Not supported

Webhooks and OAuth credential-exchange callbacks are not part of the MCP surface.