How to Use the CaptivateIQ MCP in Cursor
Inject live CaptivateIQ commission data and employee details directly into your code with Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect CaptivateIQ MCP to Cursor
Create your Vinkius account to connect CaptivateIQ to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Code Scripts with Real Payout Data
The `list_commission_payouts` and `list_employees` tools let you write code with live data, not stale CSVs. When you're building a Python script to analyze sales performance, tell Cursor's agent to fetch the latest payout data from CaptivateIQ. The agent calls the tools and drops a clean JSON response right into your editor. You get code that's already wired to the real data structure, not some placeholder you have to fix later. It saves a ton of time.
Prototype UIs with Live CaptivateIQ Data
Use `list_payout_statements` and `get_employee_details` to build front-end components with real information. Need a simple dashboard for sales reps? Ask Cursor to generate the React component and populate it with statement data for a specific employee. This MCP Server makes prototyping real from the start. The agent uses `get_employee_details` to find the user, then `list_payout_statements` to grab their history. You can focus on the UI instead of mocking APIs.
Run Audits from Your Cursor Editor
The `list_commission_inquiries`, `list_workbooks`, and `list_worksheets` tools are perfect for quick data integrity checks. From Cursor, you can ask the agent to "list all commission inquiries" or "show me the worksheets in the Q3 workbook." This isn't just about writing new code; it's about using your editor as a command center for your data. You can pull context from CaptivateIQ without ever leaving your project files. This MCP connection keeps you in the flow.
Set up CaptivateIQ MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the CaptivateIQ MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent CaptivateIQ transactions." If the MCP tools are loaded correctly, Cursor will call the CaptivateIQ tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"captivateiq-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 CaptivateIQ. 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 CaptivateIQ MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the CaptivateIQ MCP today
We host it, we monitor it, we maintain it. You just paste one token.