UNPKG

@periskope/whatsapp-mcp

Version:

The Periskope WhatsApp MCP (Model Context Protocol) tool provides an interface to interact with Periskope's WhatsApp API services through Claude, GPT, and other AI assistants that support the Model Context Protocol.

7 lines (6 loc) 450 B
export const TICKETS_ENDPOINT = "https://api.periskope.app/v1/tickets"; export const SEND_MESSAGE_ENDPOINT = "https://api.periskope.app/v1/message/send"; export const MESSAGES_ENDPOINT = "https://api.periskope.app/v1/message"; export const CHATS_ENDPOINT = "https://api.periskope.app/v1/chats"; export const CREATE_CHAT_ENDPOINT = "https://api.periskope.app/v1/chats/create"; export const CONTACTS_ENDPOINT = "https://api.periskope.app/v1/contacts";