Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →
MCPTools catalog

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

DomainTools
CRM & salesleads, deals, tasks
Messagingmessages, conversations, sendEmail, sendWhatsApp, sendBulkMessages, whatsappTemplate
Marketing & contentcampaigns, segments, content, publish, copywriting
Commercecheckout, reservations, quotations, sales, purchases, catalog_commerce (includes items, modifiers, tech specs, and taxes)
Platform opsrequirements, requirementStatus, instance, webhooks, updateSiteSettings, workflows
Media & researchgenerateImage, 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_ID

Most tools take action (create | list | update | …). REST maps list/get.

Last updated on