Use the Model Context Protocol (MCP) to give Claude, Cursor, Copilot or ChatGPT direct access to your deals and value models.
Connecting valueIQ to your AI assistant lets it work directly with your deals, value models, and coaching insights, no copy-pasting between tools.
Ask your assistant about any deal in your workspace and get value-driven guidance.
Your customer model, value drivers and KPIs become first-class context.
The assistant sees exactly what you see, nothing more, nothing less.
https://mcp.valueiq.ai
Copied!
Authentication is handled by the client on first use, you'll be prompted to sign in to valueIQ via OAuth and approve the connection. No token to copy.
Add valueIQ as a custom Connector, it works the same way on claude.ai, Claude Desktop, Cowork, and mobile.
https://mcp.valueiq.aiCopied!On Team/Enterprise plans, an org Owner adds the connector first under Organization Settings → Connectors; members then click Connect to authenticate individually.
Prefer editing a config file instead? Paste into claude_desktop_config.json:
{
"mcpServers": {
"valueiq": {
"url": "https://mcp.valueiq.ai"
}
}
}Copied!Vendor MCP configuration syntax can change, if a step looks out of date, the docs link above is the canonical source.
Connect valueIQ to Claude Code from the CLI.
claude mcp add --transport http valueiq https://mcp.valueiq.aiCopied!claude session and run /mcp. Select valueiq and choose Authenticate, Claude Code opens a browser tab to complete OAuth.Vendor MCP configuration syntax can change, if a step looks out of date, the docs link above is the canonical source.
Register valueIQ as a remote MCP server in Cursor.
~/.cursor/mcp.json):{
"mcpServers": {
"valueiq": {
"url": "https://mcp.valueiq.ai"
}
}
}Copied!Vendor MCP configuration syntax can change, if a step looks out of date, the docs link above is the canonical source.
Add valueIQ as a remote MCP server in VS Code.
Cmd/Ctrl+Shift+P) and run MCP: Add Server…. Choose HTTP and paste the server URL:https://mcp.valueiq.aiCopied!Prefer editing a config file instead? Edit .vscode/mcp.json directly:
{
"servers": {
"valueiq": {
"type": "http",
"url": "https://mcp.valueiq.ai"
}
}
}Copied!Vendor MCP configuration syntax can change, if a step looks out of date, the docs link above is the canonical source.
Register valueIQ as a remote MCP server in Windsurf.
https://mcp.valueiq.aiCopied!Prefer editing a config file instead? Click View Raw Config in the Cascade panel to edit mcp_config.json directly:
{
"mcpServers": {
"valueiq": {
"serverUrl": "https://mcp.valueiq.ai"
}
}
}Copied!Vendor MCP configuration syntax can change, if a step looks out of date, the docs link above is the canonical source.
Available on ChatGPT Plus, Pro, Business, Enterprise, and Education via custom apps (formerly called “connectors”).
https://mcp.valueiq.aiCopied!Custom MCP apps require a paid ChatGPT plan (Plus, Pro, Business, Enterprise, or Education) with Developer Mode enabled. OpenAI updates this surface frequently, see the docs link below for current availability.
ChatGPT MCP docsVendor MCP configuration syntax can change, if a step looks out of date, the docs link above is the canonical source.