How to Use the FunnelCockpit MCP in Cursor
Generate working FunnelCockpit integration code with live data directly in your Cursor editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect FunnelCockpit MCP to Cursor
Create your Vinkius account to connect FunnelCockpit 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.
Build integrations with real data
The `list_funnels` tool lets you ask Cursor's agent for active funnels, then use a real ID to call `get_funnel`. The agent won't just show you the JSON response; it will write the Python or TypeScript code to make that exact API call. You're not working with mock data. You get real funnel structures and page details from your FunnelCockpit account, which means the code you write works the first time. It completely changes how you build API integrations.
Script contact management
If you're building a data migration script, start by using the agent to call `list_contacts` to see the data structure. From there, you can prototype the logic for adding new leads by feeding it data and having it generate the `create_contact` call. This workflow is perfect for building one-off import scripts or a new signup endpoint for your application. The agent can also help structure the JSON payload for the `update_contact` tool.
Prototype with your MCP Server
Before you commit to a complex integration, you can explore the entire FunnelCockpit API from your editor. Configure this MCP Server in Cursor and use the agent to call `list_campaigns`, `get_account`, and `check_funnelcockpit_status`. You see the exact responses immediately and can figure out the data flow you need on the fly. This turns your editor into an API client that also writes the code for you.
Set up FunnelCockpit 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 FunnelCockpit 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 FunnelCockpit transactions." If the MCP tools are loaded correctly, Cursor will call the FunnelCockpit tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"funnelcockpit-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 FunnelCockpit. 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 FunnelCockpit MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the FunnelCockpit MCP today
We host it, we monitor it, we maintain it. You just paste one token.