×

Connect valueIQ to your AI tools

Use the Model Context Protocol (MCP) to give Claude, Cursor, Copilot or ChatGPT direct access to your deals and value models.

What you get

Connecting valueIQ to your AI assistant lets it work directly with your deals, value models, and coaching insights, no copy-pasting between tools.

Coach on live deals

Ask your assistant about any deal in your workspace and get value-driven guidance.

Pull model context

Your customer model, value drivers and KPIs become first-class context.

Your identity, your scope

The assistant sees exactly what you see, nothing more, nothing less.

Server URL
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.

Setup by platform

Add valueIQ as a custom Connector, it works the same way on claude.ai, Claude Desktop, Cowork, and mobile.

1
Open Connectors settings. Go to Settings → Connectors (some client versions show this as Customize → Connectors).
2
Add the valueIQ connector. Click + Add custom connector and paste the server URL:
https://mcp.valueiq.aiCopied!
3
Connect and authenticate. Click Add, then Connect to approve the OAuth consent screen. No API key or OAuth client ID/secret needed.

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!
Claude MCP docs

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.

1
Add the server. Run:
claude mcp add --transport http valueiq https://mcp.valueiq.aiCopied!
2
Authenticate. Start (or reopen) a claude session and run /mcp. Select valueiq and choose Authenticate, Claude Code opens a browser tab to complete OAuth.
Claude Code MCP docs

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.

1
Open MCP settings. Open Cursor → Settings → MCP → Add new MCP server.
2
Add the valueIQ server. Choose transport HTTP (or paste into ~/.cursor/mcp.json):
{
  "mcpServers": {
    "valueiq": {
      "url": "https://mcp.valueiq.ai"
    }
  }
}
Copied!
3
Authenticate on first use. Save. Cursor will prompt for OAuth on first tool use.
Cursor MCP docs

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.

1
Add the server. Open the Command Palette (Cmd/Ctrl+Shift+P) and run MCP: Add Server…. Choose HTTP and paste the server URL:
https://mcp.valueiq.aiCopied!
2
Authenticate. Open Copilot Chat in Agent mode and approve the OAuth prompt on first use.

Prefer editing a config file instead? Edit .vscode/mcp.json directly:

{
  "servers": {
    "valueiq": {
      "type": "http",
      "url": "https://mcp.valueiq.ai"
    }
  }
}
Copied!
VS Code / Copilot MCP docs

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.

1
Add the server. Go to Settings → Tools → Windsurf Settings → Add Server, choose transport HTTP, and paste the server URL:
https://mcp.valueiq.aiCopied!
2
Refresh and authenticate. Click the refresh button next to the server list, then approve the OAuth prompt on first tool use.

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!
Windsurf MCP docs

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”).

1
Enable Developer Mode. Go to Settings → Apps → Advanced settings and enable Developer mode (Business/Enterprise: a workspace admin may need to enable it first).
2
Create the app. Click Create app next to Advanced settings, then enter a name and the server URL:
https://mcp.valueiq.aiCopied!
3
Complete the OAuth flow. Click Create, ChatGPT lists the tools the server advertises and completes OAuth on first use.

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 docs

Vendor MCP configuration syntax can change, if a step looks out of date, the docs link above is the canonical source.

PrivacyMCP calls run with your valueIQ identity and respect the same workspace permissions as the app. Revoke a connected client anytime from your workspace developer settings.