CaptivateIQ Connector for AI agents.
8 live capabilities
Manage commission payouts and incentive plans with your AI agent.
Waiting for input…
Why people use CaptivateIQ
Stop the Spreadsheet Shuffle with CaptivateIQ Commission Tracking
With this Connector, you just ask your agent for the payout list. It pulls the data directly from CaptivateIQ, so you're looking at the source of truth without the manual middleman.
What Vinkius changes
You get a direct conversational link to your commission and payroll data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Answering a rep's bonus question
A rep asks why their bonus was $500 less than expected.
- Real-world use case 02
Prepping a monthly payroll run
Finance needs to prep a payroll run for 50 people.
- Real-world use case 03
Auditing team plan designations
A new manager needs to know their team's plans.
Complete set · 8capabilities
The complete CaptivateIQ capability set.
These are the exact actions your AI can choose when you ask it to work with CaptivateIQ.
01—04
4 capabilities in this set.
Part of 8 available through CaptivateIQ.
- 01 Capability
Get account status
Retrieve core account and integration information. Use this to verify that your connection is active and healthy.
- 02 Capability
Get employee details
Get details of a specific employee. This helps you see an individual's plan designation and hierarchy status.
- 03 Capability
List employees
List all employee records and plan designations. Use this to audit your entire team's current incentive structures.
- 04 Capability
List commission inquiries
List commission disputes and inquiries. Use this to stay on top of all open questions from your sales team.
05—08
4 capabilities in this set.
Part of 8 available through CaptivateIQ.
- 05 Capability
List commission payouts
List all processed commission payouts. This lets you see every payment made to your team in one view.
- 06 Capability
List payout statements
List individualized payout statements for employees. Use this to pull specific pay records for any team member.
- 07 Capability
List workbooks
List all calculation workbooks. Use this to see the underlying logic for your various commission plans.
- 08 Capability
List worksheets
List all calculation worksheets. This gives you a granular look at the math behind your specific payout logic.
Set up in minutes
One URL. Then ask CaptivateIQ to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use CaptivateIQ from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_PZ9nxntxJD0FY9fLoCCl9YBgBQ87KHPmBhdjm1Vo/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it CaptivateIQ, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable CaptivateIQ for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_PZ9nxntxJD0FY9fLoCCl9YBgBQ87KHPmBhdjm1Vo/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the CaptivateIQ URL.
- Step 03
Save and start
Save the connection and enable CaptivateIQ in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"captivateiq": {
"url": "https://edge.vinkius.com/vk_preview_PZ9nxntxJD0FY9fLoCCl9YBgBQ87KHPmBhdjm1Vo/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using CaptivateIQ
Open Agent mode in chat and ask: "Using CaptivateIQ, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"captivateiq": {
"url": "https://edge.vinkius.com/vk_preview_PZ9nxntxJD0FY9fLoCCl9YBgBQ87KHPmBhdjm1Vo/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using CaptivateIQ
Ask Copilot: "Using CaptivateIQ, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"captivateiq": {
"url": "https://edge.vinkius.com/vk_preview_PZ9nxntxJD0FY9fLoCCl9YBgBQ87KHPmBhdjm1Vo/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using CaptivateIQ
Open Cascade and ask: "Using CaptivateIQ, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"captivateiq": {
"url": "https://edge.vinkius.com/vk_preview_PZ9nxntxJD0FY9fLoCCl9YBgBQ87KHPmBhdjm1Vo/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using CaptivateIQ
Ask Cline: "Using CaptivateIQ, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add captivateiq --transport http "https://edge.vinkius.com/vk_preview_PZ9nxntxJD0FY9fLoCCl9YBgBQ87KHPmBhdjm1Vo/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using CaptivateIQ
Ask Claude: "Using CaptivateIQ, show me...". 8 tools are ready
Where the request belongs
Work CaptivateIQ can move forward.
For finance managers who hate manual exports and sales ops leaders who need to answer commission questions on the fly.
Payroll Specialist
Pulling payout data for monthly runs without opening a separate browser.
Sales Ops Manager
Verifying employee plan designations during quarterly reviews.
Revenue Leader
Getting high-level summaries of commission trends for board meetings.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsProductive
Manage your entire agency workflow via Productive. fetch budgets, analyze time entries, track deals, and monitor project health directly from any AI agent.
Karbon
Manage your accounting firm's workflow, contacts, and work items directly via AI agents.
Sellsy
Equip your AI agent with full read access to your Sellsy CRM to audit deals, generate invoices overviews, and prospect natively.
Axonaut
All-in-one ERP and CRM automation. manage invoices, quotes, tasks, and company relationships via AI.
Attio
Build powerful CRM workflows with flexible data models, relationship tracking, and deal management tailored to your process.
GUIDEcx
Automate customer onboarding via GUIDEcx. manage projects, tasks, and time tracking directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep CaptivateIQ connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about CaptivateIQ.
The practical details behind the request, access and result.
Can I use CaptivateIQ MCP to see commission payouts?
Yes, you can pull all processed commission payouts directly through your AI agent. This allows you to see every payment made to your team in one view without opening the platform.
How do I get employee plan details with CaptivateIQ MCP?
You can ask your agent to list all employees or get details for a specific person. It will return their plan designations and hierarchy status instantly.
Can CaptivateIQ MCP help with commission disputes?
Yes, it can list all commission disputes and inquiries. This helps you stay on top of open questions from your sales team in one place.
Can I see the math behind our commissions using CaptivateIQ MCP?
Yes, you can list all calculation workbooks and worksheets. This gives you a granular look at the logic and math behind your specific payout structures.
Does CaptivateIQ MCP work with my current AI client?
Yes, it works with any MCP-compatible client like Claude, Cursor, or Windsurf. You just need to connect your CaptivateIQ API token.
Is CaptivateIQ MCP good for payroll verification?
It is excellent for oversight. Finance teams can use it to quickly verify payout statements and list all processed payments to ensure everything matches before finalizing payroll.
Can I check the total commission for a specific employee using the agent?
Yes! Use the get_employee_details capability or the list_payout_statements capability. Your agent will fetch the relevant data, including the total commission amount for the period.
How do I list all the processed payouts for my team?
Simply ask the agent to list_commission_payouts. It will retrieve the full history of processed payouts from your CaptivateIQ account, including dates and totals.
Does the integration allow creating a new payout manual adjustment?
The current toolset focuses on querying and monitoring (Read-Only) for data analysis and payroll extraction. Adjustments or changes to the calculation logic should be managed via the CaptivateIQ web platform.
One connection away
Give your agent a direct line to CaptivateIQ.
Connect CaptivateIQ once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available