Quick update on this issue. Since it was filed, Deals, Segments, Activities, and Email Lists have all been added to the MCP — thanks, that covers a lot of ground.
The remaining gaps as far as I can tell:
Email Campaigns & Drip Sequences — no tools for GET/POST /email/campaigns or GET/POST /email/sequences. No way to list campaigns, check stats, or manage drip enrollment directly. (Side note: update_activities with create_custom can trigger a drip by title-matching, which is a useful workaround — but it's not the same as actual sequence management.)
Billing — no tools for Discounts (CRUD, apply to subscriptions) or Add-ons (CRUD, add to subscriptions, usage tracking). Both are available in the REST API (/billing/discounts, /billing/addons) but not exposed through the MCP.
Tickets — no tools for GET/POST /support/cases. No way to list, create, or update support tickets through the MCP.
Knowledge Base — search_knowledge_base exists (read-only, semantic search) but there's no way to create, update, or delete articles. The REST API likely exposes these operations but they're not surfaced in the MCP.
Quick update on this issue. Since it was filed, Deals, Segments, Activities, and Email Lists have all been added to the MCP — thanks, that covers a lot of ground.
The remaining gaps as far as I can tell:
Email Campaigns & Drip Sequences — no tools for
GET/POST /email/campaignsorGET/POST /email/sequences. No way to list campaigns, check stats, or manage drip enrollment directly. (Side note:update_activitieswithcreate_customcan trigger a drip by title-matching, which is a useful workaround — but it's not the same as actual sequence management.)Billing — no tools for Discounts (CRUD, apply to subscriptions) or Add-ons (CRUD, add to subscriptions, usage tracking). Both are available in the REST API (
/billing/discounts,/billing/addons) but not exposed through the MCP.Tickets — no tools for
GET/POST /support/cases. No way to list, create, or update support tickets through the MCP.Knowledge Base —
search_knowledge_baseexists (read-only, semantic search) but there's no way to create, update, or delete articles. The REST API likely exposes these operations but they're not surfaced in the MCP.