chilipiper-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHILIPIPER_DOMAIN | Yes | Your organization's ChiliPiper domain slug (the part in URLs like calendar.chilipiper.com/YOUR-DOMAIN/...) | |
| CHILIPIPER_API_KEY | Yes | Your ChiliPiper REST API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| route_leadC | Route a lead through a ChiliPiper Concierge router. Submits lead/form data and returns a booking calendar URL. |
| route_conciergeC | Route a lead via the ChiliPiper Concierge fire endpoint. Returns the booking calendar URL for an inbound router. |
| get_booking_linkB | Generate a direct booking link for a ChiliPiper queue or meeting type. |
| check_configA | Validate ChiliPiper MCP configuration. Shows current settings and tests API connectivity. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Most tools are distinct, but route_concierge and route_lead overlap significantly in purpose and output, potentially causing confusion for an agent.
All tools use a consistent verb_noun pattern in snake_case (check_config, get_booking_link, route_concierge, route_lead).
With 4 tools, the set is appropriately scoped for a lead routing and booking service, covering core actions without being unwieldy.
The set covers configuration, booking link generation, and lead routing, but lacks tools for managing queues, updating settings, or handling lifecycle operations.