campaign_chest
Provides tools for managing consultation booking pages, including creating event types, checking availability, and programmatically creating and monitoring bookings.
Provides tools for managing email campaigns, including creating and updating contacts, segments, email templates, campaigns, and manually adding contacts to campaigns.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@campaign_chestCreate event, booking page, and email campaign for a webinar."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
campaign_chest
AI Marketing Orchestrator Toolbox — 35 MCP tools for end-to-end campaign automation.
Integrates Hi.Events + Cal.com + Mautic into a single curated toolset designed for LangGraph agents running the deterministic campaign pipeline:
Create Event (Hi.Events) → Publish → Get ticket URL
→ Create Booking Page (Cal.com) → Get booking URL
→ Inject URLs into email templates (Mautic)
→ Create segment + drip campaign → Add contactsTool Inventory
Hi.Events: Ticketed Events (11 tools)
Tool | Purpose |
| Get organizer_id before creating events |
| Check if event already exists |
| Get event details + construct public URL |
| Create event as DRAFT |
| Set location, timezone, support_email |
| Create ticket type with price + quantity |
| Set total event capacity |
| Publish event LIVE → URL becomes active |
| List ticket types + IDs |
| Ticket sales, revenue, attendance rate |
| Who registered (for Mautic contact import) |
Cal.com: Consultation Booking (8 tools)
Tool | Purpose |
| Get username + timezone for URL construction |
| Pick schedule when creating event type |
| Check existing consultation pages + get URLs |
| Get booking URL after creation |
| Create consultation booking page |
| Show host availability to agent/user |
| Programmatically create a booking |
| Monitor incoming consultation bookings |
Mautic: Email Campaign (16 tools)
Tool | Purpose |
| Check who already exists |
| Verify contact details |
| Add prospect |
| Update contact fields |
| Check existing segments |
| Create campaign audience |
| Manual add — reliable (filter-based requires cron) |
| Check existing email templates |
| Create email template with injected URLs |
| Edit email content |
| Check existing campaigns |
| Create drip campaign with event timeline |
| Verify campaign state + published status |
| Verify contacts entered campaign |
| Direct send fallback (bypasses cron) |
| Manually push contact into campaign |
Related MCP server: MisarMail
Installation
cd /Users/ds/my-mcp-servers/campaign_chest
uv pip install -e ".[mcp]"Environment Variables
Variable | Service | Required |
| Hi.Events | Yes |
| Hi.Events | Yes |
| Hi.Events | Yes |
| Cal.com | No (default: https://api.cal.com) |
| Cal.com | Yes |
| Mautic | Yes |
| Mautic | Yes |
| Mautic | Yes |
Claude Desktop Config
"campaign-chest": {
"command": "uv",
"args": ["--directory", "/Users/ds/my-mcp-servers/campaign_chest",
"run", "--extra", "mcp", "mcp_server.py"],
"env": {
"HI_EVENTS_BASE_URL": "https://events.brothersbit.com/api",
"HI_EVENTS_EMAIL": "...",
"HI_EVENTS_PASSWORD": "...",
"CALCOM_BASE_URL": "https://connect-api.marketfier.com",
"CALCOM_API_KEY": "...",
"MAUTIC_BASE_URL": "https://marketing.brothersbit.com",
"MAUTIC_USERNAME": "...",
"MAUTIC_PASSWORD": "..."
}
}Key API Quirks
Hi.Events:
location_detailscauses 500 on event create — always useupdate_settings()separatelyHi.Events: Public ticket URL:
{base_url without /api}/event/{id}/{slug}Hi.Events: Products are returned via
/product-categories(not/productswhich 500s)Cal.com: Slots use
start/endparams (NOTstartTime/endTime)Mautic: Campaign
triggerMode: "date"causes 500 — use"immediate"or"interval"onlyMautic:
publishUpformat:"YYYY-MM-DD HH:MM:SS"(no T, no timezone offset)Mautic: Campaign events need BOTH
parentfield ANDcanvasSettings.connectionsMautic: Use manual
add_to_segment()— filter-based segments require cron to processMautic:
emailType: "transactional"bypasses frequency rules (right for event invitations)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dsddet/campaign_chest'
If you have feedback or need assistance with the MCP directory API, please join our Discord server