MCP Tools Catalog
These are the real tool names the MCP server advertises (tools/list). Call them with tools/call and { "name": "<tool>", "arguments": { ... } }. Every REST call also needs site_id.
Cursor already sees the live JSON schema. Use these pages when you need params, actions, and the matching HTTP route.
By domain
| Domain | Tools |
|---|---|
| CRM & sales | leads, deals, tasks |
| Messaging | messages, conversations, sendEmail, sendWhatsApp, sendBulkMessages, whatsappTemplate |
| Marketing & content | campaigns, segments, content, publish, copywriting |
| Commerce | checkout, reservations, quotations, sales, purchases, catalog_commerce (includes items, modifiers, tech specs, and taxes) |
| Platform ops | requirements, requirementStatus, instance, webhooks, updateSiteSettings, workflows |
| Media & research | generateImage, generateVideo, generateAudio, webSearch, urlToMarkdown, urlToSitemap |
Also on the server (same action pattern): assets, memories, report, audience, configureEmail, configureWhatsApp, createSecret, scheduling, calendars, analyzeICPTotalCount, createIcpMining, getFinderCategoryIds.
Auth
Authorization: Bearer YOUR_API_KEY
x-mcp-site-id: YOUR_SITE_IDMost tools take action (create | list | update | …). REST maps list → /get.
Last updated on