How to Use the FunnelCockpit MCP in Claude Code
Automate FunnelCockpit from your terminal. Pipe contacts, trigger campaigns, and run nightly backups with Claude Code and a few lines of shell.
Works with every AI agent you already use
…and any MCP-compatible client
Connect FunnelCockpit MCP to Claude Code
Create your Vinkius account to connect FunnelCockpit to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate CRM in CI/CD
Add a new lead to your CRM right from a script. The `create_contact` tool lets your CI/CD pipeline push new signups into FunnelCockpit automatically after a successful build or deployment. You can also manage existing records. Use `update_contact` in a script to bulk-tag users after a migration, or run `get_contact` to verify a user's status before running another step in your pipeline. That's it.
Script and Export Marketing Data
This is built for the command line. Pipe the output of `list_contacts` directly to `jq` for processing or into a file for a daily backup. No need for a complex application—just a simple shell script. You can schedule a cron job to check on your marketing systems. Use `check_funnelcockpit_status` for a health check or run `list_campaigns` and diff the output against yesterday's to see what's changed.
Headless Funnel Management
This MCP Server exposes your FunnelCockpit account to the command line. Get a raw list of all your sales funnels with `list_funnels` or drill down into a specific one with `get_funnel`. It’s all text, so it’s all scriptable. Chain commands together to build powerful automations. For example, get a list of funnels, loop through each one, and use `list_pages` to create a site map.
Set up FunnelCockpit MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seefunnelcockpit-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest FunnelCockpit transactions." It will automatically discover and invoke the available FunnelCockpit tools.
claude mcp add --transport http funnelcockpit-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Claude Code
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.