This page explains how to register Claude as an OAuth client in Pricefx and configure a custom connector in Claude to establish a private connection to your partition via a Remote MCP server.
Client Registration
To use OAuth, each client must be registered with a specific client_id. This configuration is defined through the oauthConfiguration Advanced Configuration Option. Multiple clients can be registered within this setting.
-
Login to your Pricefx partition.
-
Go to Administration > Configuration > System Configuration > Advanced Configuration Options.
-
Click Add.
-
In the Add Option menu:
-
Enter
oauthConfigurationinto Name. -
Enter the following JSON code into Value.
JSON{ "knownClients": { "Claude": { "redirect_uri": "https://claude.ai/api/mcp/auth_callback" } } }
-
-
Click Add.
For more information about Claude’s OAuth callback URL see Building Custom Connectors via Remote MCP Servers.
Create Connection
-
Open browser with Claude.
-
Go to Settings > Connectors.
-
Click Add custom connector.
-
In the Add custom connector menu:
-
Enter the Name.
-
Enter
https://<mcp domain URL>/mcp/<instance base URL>/<partition>into the Remote MCP server URL.
MCP Domain URL (https://mcp.pricefx.com/mcp) -
In the Advanced settings section:
-
Enter the OAuth Client ID.
This is theclient_idfrom theoauthConfigurationAdvanced Configuration Option.
-
-
Click Add.
-
Go to Settings > Connectors.
-
Click Connect.
Once saved (or after a forced reload or closing and reopening the Claude app), your default browser will automatically open the Pricefx login page. Use your personal credentials corresponding to the specific cluster/partition combination.