How to Use the CustomerGauge MCP in Windsurf
Connect CustomerGauge to Windsurf and let Cascade autonomously track B2B NPS and revenue impact across your accounts.
Works with every AI agent you already use
…and any MCP-compatible client
Connect CustomerGauge MCP to Windsurf
Create your Vinkius account to connect CustomerGauge to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Analyze B2B NPS and Revenue in Windsurf
Cascade can read your account hierarchy and pull satisfaction metrics without you prompting every step. You just tell it to analyze a specific client. The agent automatically runs `list_b2b_accounts` to find the ID, then hits `get_account_nps` to grab the current score. Instead of stopping there, the IDE continues the chain. It executes `list_revenue_impact_data` to map those satisfaction numbers against actual dollars. You get a complete picture of at-risk revenue printed directly in your editor workspace.
Track Down Specific Survey Comments
Finding exact customer quotes usually means digging through dashboards. This MCP setup changes that workflow entirely. Just ask your agent to find mentions of a specific bug or feature request. Cascade fires off `search_responses_by_keyword` to locate relevant feedback entries. From there, it uses `get_response_details` to pull the full verbatim comments and driver scores, dropping the exact quotes right into your current file.
Generate Portfolio Summaries Instantly
Building executive reports takes time you probably don't want to spend. Your agent handles the heavy lifting by querying the global experience metrics directly through the MCP Server. It starts with `get_portfolio_nps_summary` to establish the baseline. If a specific division looks off, Cascade digs deeper using `get_business_unit_nps`. The agent formats the data into a clean markdown table before you even realize it finished the first query.
Set up CustomerGauge MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the CustomerGauge MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my CustomerGauge payment history." If connected, Cascade will call the CustomerGauge tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"customergauge-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by CustomerGauge. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about CustomerGauge MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the CustomerGauge MCP today
We host it, we monitor it, we maintain it. You just paste one token.