Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

com.wapiworld/wapiworld

com.wapiworld/wapiworld

Inspect Wapiworld sender and webhook health, and send one explicitly confirmed WhatsApp text.

Uptime
100.0%
1 direct probes · 30d
Response
991ms
last probe
Tools
8
callable
Resources
4
readable
Prompts
0
available

Tools · 8

list_projects

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_instances

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…

get_instance

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…

get_instance_status

Fetch the current safe connection health for one tenant-scoped Wapiworld instance without returning QR pairing codes or authentication data.

get_message_recording_policy

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_webhook_subscriptions

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_message

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…

show_project_overview

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

wapiworld-project-overview

An inline Wapiworld view that presents safe operations for one tenant-scoped project.

ui://wapiworld/project-instances-overview-v1.html
wapiworld-instance-health

An inline Wapiworld view that presents safe connection health for one tenant-scoped instance.

ui://wapiworld/instance-health-v1.html
wapiworld

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
whatsapp-operations

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

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"
    }
  }
}