cancel_scheduleCancel a scheduleCancels a scheduled delivery by its schedule_id (obtained from list_schedules or schedule).
MCP SERVER
https://api.kontato.ai/mcpSUMMARY
Kontato gives AI agents a real WhatsApp number to send and receive messages. It supports sending and replying to messages, scheduling recurring or one-time deliveries, and managing message history. Access requires account activation and OTP verification of the owner's phone number.
USE CASES
CAPABILITIES
Evidence-backed capability profile
TOOLS IN THIS MCP SERVER
cancel_scheduleCancel a scheduleCancels a scheduled delivery by its schedule_id (obtained from list_schedules or schedule).
list_messagesList message historyLists the message history of the bridge number (received and sent), most recent first. Use to decide who to reply to with reply.
list_schedulesList schedulesLists the scheduled deliveries (recurring/one-time) for this account, with next trigger time.
provisionActivate Kontato account (create or reuse)Activates the Kontato account for the given phone number, creating it if it doesn't exist, or reusing the existing one. Idempotent by phone number. If verification_required is false, no OTP is needed and you can call send directly.
replyReply to a WhatsApp contactReplies to a specific number that has sent a message to the bridge number. Same as send, but 'to' is required.
scheduleSchedule a recurring deliveryRegisters a recurring or one-time delivery in Kontato's scheduler. At the scheduled time, Kontato runs the prompt as a full agent and delivers the result to the owner's WhatsApp.
sendSend WhatsApp messageSends a WhatsApp message via Kontato's bridge number. If 'to' is omitted, it delivers to the owner's own WhatsApp (self-notification). The 24-hour window is handled automatically by the server.
statusAccount status & schedulesShows the state of the Kontato account: active or not, bridge number, and registered schedules. Use to honor the turn-based rule.
verify_numberVerify owner number (OTP)Confirms the owner's number with the 6-digit OTP code received on WhatsApp after provision. Required before sending or scheduling; otherwise send/reply/schedule return 403 owner_not_verified.
MACHINE-READABLE ENDPOINTS
ACCESS
USAGE OBSERVATIONS