Chili Piper Connector for AI agents.
8 live capabilities
Manage lead routing and meeting schedules through your chat interface.
Waiting for input…
Why people use Chili Piper
Chili Piper Lead Routing Oversight for Sales Ops
With this Connector, you just ask your agent to list your inbound routers. You get the status of your lead flow instantly in the chat window where you're already working.
What Vinkius changes
You get a direct line into your scheduling data without leaving your chat app.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking Distribution
A Sales Ops manager asks the agent to check if the US Enterprise leads are still going to the right queue using list_inbound_routers.
- Real-world use case 02
Meeting Audits
A RevOps person asks for the total number of meetings booked yesterday and uses list_booked_meetings to get the count.
- Real-world use case 03
Team Verification
A manager wants to know who is on the Inside Sales team and asks the agent to list the members using list_chili_teams.
Complete set · 8capabilities
The complete Chili Piper capability set.
These are the exact actions your AI can choose when you ask it to work with Chili Piper.
01—04
4 capabilities in this set.
Part of 8 available through Chili Piper.
- 01 Capability
Get chili account info
Pulls core account and user details. This helps you verify your configuration and account status quickly.
- 02 Capability
Get queue details
Provides deep information on a specific routing queue. This shows you exactly how leads are being handled in that path.
- 03 Capability
List inbound routers
Lists all inbound routers used for form routing. It helps you confirm that your marketing forms are sending leads to the right place.
- 04 Capability
List booked meetings
Lists your most recent bookings. You can use this to see what is currently on the calendar without opening the app.
05—08
4 capabilities in this set.
Part of 8 available through Chili Piper.
- 05 Capability
List chili teams
Lists all teams and their members. This allows you to verify your sales structure and roster assignments instantly.
- 06 Capability
Get meeting details
Fetches specific data for a single meeting. You can use this to check booking status or specific event content.
- 07 Capability
List chili queues
Retrieves a list of all active routing queues in your account. This gives you a birds-eye view of your lead distribution setup.
- 08 Capability
List meeting reminders
Shows your configured reminders and templates. This ensures your follow-up communication stays consistent across the team.
Set up in minutes
One URL. Then ask Chili Piper to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Chili Piper 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_BNV8oUntErKLUkeMfA71Y8etuQyKNDIFnb2OXMaw/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 Chili Piper, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Chili Piper for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_BNV8oUntErKLUkeMfA71Y8etuQyKNDIFnb2OXMaw/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 Chili Piper URL.
- Step 03
Save and start
Save the connection and enable Chili Piper in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"chili-piper": {
"url": "https://edge.vinkius.com/vk_preview_BNV8oUntErKLUkeMfA71Y8etuQyKNDIFnb2OXMaw/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 Chili Piper
Open Agent mode in chat and ask: "Using Chili Piper, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"chili-piper": {
"url": "https://edge.vinkius.com/vk_preview_BNV8oUntErKLUkeMfA71Y8etuQyKNDIFnb2OXMaw/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 Chili Piper
Ask Copilot: "Using Chili Piper, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"chili-piper": {
"url": "https://edge.vinkius.com/vk_preview_BNV8oUntErKLUkeMfA71Y8etuQyKNDIFnb2OXMaw/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 Chili Piper
Open Cascade and ask: "Using Chili Piper, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"chili-piper": {
"url": "https://edge.vinkius.com/vk_preview_BNV8oUntErKLUkeMfA71Y8etuQyKNDIFnb2OXMaw/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 Chili Piper
Ask Cline: "Using Chili Piper, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add chili-piper --transport http "https://edge.vinkius.com/vk_preview_BNV8oUntErKLUkeMfA71Y8etuQyKNDIFnb2OXMaw/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 Chili Piper
Ask Claude: "Using Chili Piper, show me...". 8 tools are ready
Where the request belongs
Work Chili Piper can move forward.
This Connector is for the sales ops and revenue teams who are tired of manual data audits. It targets the people responsible for lead flow and team organization who need to verify settings without constant dashboard logins.
Sales Operations Manager
Verifies that lead distribution routers are active and correctly assigned during weekly audits.
Revenue Operations Analyst
Audits meeting volumes and team configurations to ensure sales targets are being met.
Hiring Manager
Quickly checks team rosters and meeting details to stay organized during the interview process.
Marketing Lead
Confirms that inbound routers are correctly connected to new marketing forms.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse Connectorsmeetergo
Schedule meetings intelligently with routing rules that send leads to the right rep based on territory, availability, and deal size.
GoHighLevel
Equip your AI agent with direct access to GoHighLevel. manage contacts, pipelines, and campaigns without opening the CRM dashboard.
Drift
Equip your AI agent to manage conversations, track contacts, and monitor agent availability via the Drift API.
Chili Piper
Automate demand conversion via Chili Piper. manage concierge routes, distribution queues, and generate instant booking links directly from any AI agent.
Agendor
CRM for sales teams. manage leads, organizations, and pipelines via AI.
FirstQuadrant
Let AI handle your outbound sales prospecting with autonomous research, personalized messaging, and smart follow-up sequences.
Bring your own AI
Change the model, client or framework. Keep Chili Piper 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 Chili Piper.
The practical details behind the request, access and result.
Can the Chili Piper MCP show me my team rosters?
Yes, it lets your agent see all teams configured in your account. You can quickly ask who is on a specific team to see the active members.
How do I check if my lead routers are active?
You can ask your agent to list your inbound routers. It will show you the status of every router used for form routing.
Can I use this to see my meeting reminders?
Yes, it pulls your configured reminders and templates. This helps you ensure your follow-up communication is consistent.
Does this Connector help with sales lead distribution?
It provides oversight for lead distribution by letting you monitor queues and routers through natural conversation.
Can I get account info with the Chili Piper MCP?
Yes, it can retrieve core account and user information to help you verify your setup and workspace details.
Can I book new meetings with this Connector?
No, this Connector is designed for data oversight and auditing. You'll still use the Chili Piper interface to book new meetings.
Can I see my active routing queues through the agent?
Yes! Use the list_chili_queues capability. The agent will return all configured queues in your account, allowing you to audit how leads are being distributed.
How do I check the details of a specific meeting?
Use the get_meeting_details capability with the unique meeting ID. Your agent will fetch the full record, including the attendees, timestamp, and status.
Where do I find my Chili Piper API Key?
Log in to your Chili Piper Admin Center and navigate to Integrations. You will find your API key there (it may be labeled as the Zapier API Key).
One connection away
Give your agent a direct line to Chili Piper.
Connect Chili Piper once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available