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) 546 B
export declare const TICKETS_ENDPOINT = "https://api-staging.periskope.app/v1/tickets"; export declare const SEND_MESSAGE_ENDPOINT = "https://api-staging.periskope.app/v1/message/send"; export declare const MESSAGES_ENDPOINT = "https://api-staging.periskope.app/v1/message"; export declare const CHATS_ENDPOINT = "https://api-staging.periskope.app/v1/chats"; export declare const CREATE_CHAT_ENDPOINT = "https://api-staging.periskope.app/v1/chats/create"; export declare const CONTACTS_ENDPOINT = "https://api-staging.periskope.app/v1/contacts";