Use OuterProduct from Claude, Cursor, and MCP Clients
Connect the OuterProduct MCP server to Claude, Cursor, or any MCP client and train models, surface reasoning, and run counterfactuals in plain English.
The OuterProduct MCP server bridges your favourite LLM interface and the OuterProduct platform. Once you add a single URL, the assistant can train models on structured data, generate predictions, produce per-feature reasoning, run counterfactuals, and mine decision-pattern aggregates, all without leaving your chat window.
The server uses OAuth 2.1, so there is no API key to copy and paste. Modern MCP clients (Claude Desktop, Claude Code, and Cursor) drive the authentication flow automatically. You add the server URL, click Authenticate, sign in to OuterProduct in your browser, and you’re done.
In Claude Desktop, go to Settings → Connectors → Add custom connector.
2
Paste the server URL
Enter the following URL and confirm:
https://mcp.outerproduct.com/mcp
3
Authenticate
Claude Desktop opens a browser tab. Sign in to OuterProduct and grant access. You are redirected back to Claude Desktop automatically.
1
Register the server
Run this command in your terminal:
claude mcp add --transport http outerproduct https://mcp.outerproduct.com/mcp
2
Authenticate
Inside Claude Code, run /mcp, select outerproduct from the list, then choose Authenticate. Claude Code opens a browser tab to complete the sign-in. The same flow triggers automatically the first time the assistant calls an OuterProduct tool.
1
Edit mcp.json
Open ~/.cursor/mcp.json in any text editor and add the outerproduct entry:
What MCP tools do you have available from outerproduct?
A healthy connection returns a list that includes training, prediction, explanation, counterfactual, and upload tools. Anything you can do in Python with the OuterProduct SDK, you can now ask the assistant to do in plain English.
If the assistant does not list OuterProduct tools, confirm that you completed the Authenticate step for your client and that you are signed in to the correct OuterProduct account.
OuterProduct ships pre-built, end-to-end workflows for common scenarios — such as Suspicious Activity Reports (SAR) and Churn Winback Briefings — that the assistant follows automatically when your prompt matches. See Sample Prompts for the full list and the prompts that trigger them.