Klipy MCP is supervised. Drafting is gated behind
comms:draft and sending behind messages:send, and the two are separate steps: an agent can prepare an outbound message, but send_message_draft dispatches nothing without a fresh confirmation token from prepare_message_send and explicit human approval. Everything that could reach a prospect waits for you.CRM read — crm:read
Read people, companies, deals, notes, tasks, segments, pipelines, views, and the CRM schema.
CRM write — crm:write
Create, update, upsert, and delete CRM records, and link or unlink them.
Communications read — comms:read
Read message threads, interactions, and drafts.
Communications draft — comms:draft
Create, update, and discard message drafts. No tool here sends anything.
The gated send handshake — messages:send
Prepare and send an approved draft. This is the only path by which an MCP tool dispatches a real outbound message, and it takes two deliberate steps.
Meetings read — meetings:read
Read meetings, transcripts, recordings, and calendar events.
Agent read — agent:read
Read the Klipy agent’s pending suggestions and ask grounded questions.
Agent write — agent:write
Accept or reject the Klipy agent’s suggestions.
Account read — account:read
Read your identity, token usage, and booking links.
Next steps
Use cases
Workflows that combine these tools end to end.
Troubleshooting
Fix sign-in, missing tools, and scope errors.