Documentation Index
Fetch the complete documentation index at: https://docs.userintuition.ai/llms.txt
Use this file to discover all available pages before exploring further.
Auth errors / 401 responses
If you receive a401 Unauthorized error, check two things:
- The
USERINTUITION_API_KEYenvironment variable is set in your MCP client’s configuration. - The key value begins with
ui_sk_. Keys that start with anything else are not valid API keys for this server.
Stale npx cache
npx caches packages locally. If an older version of userintuition-mcp is
cached, you may be running stale code even after a package update.
Clear the cache with:
ChatGPT OAuth connector setup
The ChatGPT connector uses the Streamable HTTP transport and requires OAuth. Before you can add the MCP server URL, you must enable developer mode in ChatGPT:- Open Settings → Apps & Connectors → Advanced.
- Toggle Enable Developer Mode.
- Go to Settings → Connectors → Create and fill in:
- Name: User Intuition
- MCP Server URL:
https://mcp.userintuition.ai/mcp - Authentication: OAuth (auto-discovered)
Tools not visible after editing config
Most MCP clients (Claude Desktop, Cursor, VS Code) load MCP servers only at startup. If you edit your config file to add or update theuserintuition server
block, the new tools will not appear until you fully restart the client application.
Reload or restart the client after any config change.
Getting help
- Use the
contact_supportMCP tool directly — it sends a support request and CCs you on the confirmation email. - Email support@userintuition.ai for account or billing issues.

