com.wapiworld/wapiworld
com.wapiworld/wapiworldInspect Wapiworld sender and webhook health, and send one explicitly confirmed WhatsApp text.
Tools · 8
List a bounded page of Wapiworld projects available to the authenticated organization. API-key sessions remain pinned to their single project. Internal organization ids and project configuration are o…
List a bounded page of tenant-scoped Wapiworld WhatsApp instances, optionally filtered by project. Results include operational status and phone metadata but never QR pairing codes, instance secrets, A…
Fetch safe operational details for one tenant-scoped Wapiworld WhatsApp instance. QR pairing codes, instance secrets, API keys, proxy addresses, organization ids, and arbitrary stored metadata are nev…
Fetch the current safe connection health for one tenant-scoped Wapiworld instance without returning QR pairing codes or authentication data.
Inspect whether message-content persistence is enabled by default for one tenant-scoped Wapiworld instance and how long recorded rows are retained. This directory-safe diagnostic never reads message b…
List a bounded page of the organization’s Wapiworld webhook subscriptions with their subscribed events and delivery health, so a stopped webhook can be diagnosed. An endpoint that fails 20 deliveries …
Send one real external WhatsApp text message through a tenant-scoped Wapiworld instance. This destructive, open-world action is non-idempotent: show the exact sender instance, recipient and complete t…
Render a bounded operational overview for one tenant-scoped Wapiworld project, including WhatsApp instance health and safe phone metadata. QR pairing codes, instance credentials, API keys, proxy data,…
Resources · 4
An inline Wapiworld view that presents safe operations for one tenant-scoped project.
ui://wapiworld/project-instances-overview-v1.html
An inline Wapiworld view that presents safe connection health for one tenant-scoped instance.
ui://wapiworld/instance-health-v1.html
Manage Wapiworld WhatsApp API data with the `wapiworld` CLI — list projects, WhatsApp sender instances and API keys, check a sender's connection status, read opt-in recorded messages, and send a Whats…
skill://wapiworld/wapiworld/SKILL.md
Operate Wapiworld WhatsApp senders through the Wapiworld MCP connector — inspect tenant-scoped projects, WhatsApp sender connection health, message-recording policy and webhook delivery health, and se…
skill://wapiworld/whatsapp-operations/SKILL.md
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.wapiworld/wapiworld": {
"url": "https://mcp.wapiworld.com/mcp",
"transport": "streamable-http"
}
}
}