{"name":"com.wapiworld/wapiworld","slug":"wapiworld","title":null,"description":"Inspect Wapiworld sender and webhook health, and send one explicitly confirmed WhatsApp text.","url":"https://mcp.market/server/wapiworld","rating":null,"grade":"C","score":56,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":20,"ok":20,"last_checked_at":"2026-09-24T06:56:20.757Z","last_ok_at":"2026-09-24T06:56:20.757Z","latency_ms":434},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://app.wapiworld.com/developers#mcp","version":"0.1.0","remotes":[{"type":"streamable-http","url":"https://mcp.wapiworld.com/mcp"}],"packages":[],"tools":[{"name":"get_instance","description":"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 never returned.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"instanceId":{"type":"string","pattern":"^[0-9a-f]{24}$","description":"Wapiworld instance id: 24 lowercase hexadecimal characters"}},"required":["instanceId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_instance_status","description":"Fetch the current safe connection health for one tenant-scoped Wapiworld instance without returning QR pairing codes or authentication data.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"instanceId":{"type":"string","pattern":"^[0-9a-f]{24}$","description":"Wapiworld instance id: 24 lowercase hexadecimal characters"}},"required":["instanceId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_message_recording_policy","description":"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 bodies, previews, sender names, contact identifiers, chat-level override keys, or WhatsApp message ids.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"instanceId":{"type":"string","pattern":"^[0-9a-f]{24}$","description":"Tenant-scoped Wapiworld instance id to inspect: 24 lowercase hexadecimal characters"}},"required":["instanceId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_instances","description":"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, API keys, proxy data, or arbitrary stored fields.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"projectId":{"type":"string","minLength":1,"maxLength":128,"description":"Filter to one project id"},"limit":{"type":"integer","exclusiveMinimum":0,"maximum":100,"description":"Maximum instances to return (default 25, maximum 100)"},"cursor":{"type":"string","maxLength":4096,"description":"Opaque pagination cursor returned by a previous call"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_projects","description":"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 omitted.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"type":"integer","exclusiveMinimum":0,"maximum":100,"description":"Maximum projects to return (default 25, maximum 100)"},"cursor":{"type":"string","maxLength":4096,"description":"Opaque pagination cursor returned by a previous call"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_webhook_subscriptions","description":"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 in a row is disabled automatically. Requires an operator OAuth session; API-key sessions cannot read this route. The signing secret is never returned, and only the scheme and host of the delivery URL are shown because hook paths often embed a credential.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"projectId":{"type":"string","minLength":1,"maxLength":128,"description":"Filter to one project id"},"limit":{"type":"integer","exclusiveMinimum":0,"maximum":100,"description":"Maximum webhook subscriptions to return (default 25, maximum 100)"},"cursor":{"type":"string","maxLength":4096,"description":"Opaque pagination cursor returned by a previous call"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"send_message","description":"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 text, obtain explicit confirmation for one send, call once, and never retry automatically when the outcome is uncertain. Do not include restricted data. Existing Wapiworld recording settings may persist outbound content.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"instanceId":{"type":"string","minLength":1,"maxLength":128,"description":"The tenant-scoped Wapiworld instance id to send from"},"chatId":{"type":"string","minLength":1,"maxLength":128,"description":"Exact recipient phone number in international format (for example +1234567890) or exact WhatsApp chat id. Show it to the user before requesting confirmation."},"content":{"type":"string","minLength":1,"maxLength":4096,"description":"Exact text message to send, maximum 4096 characters. Show the complete text before confirmation. Do not send credentials, PHI, PCI cardholder data, government identifiers, or other restricted data."}},"required":["instanceId","chatId","content"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"show_project_overview","description":"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, and arbitrary stored fields are excluded.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"projectId":{"type":"string","minLength":1,"maxLength":128,"description":"Wapiworld project id to summarize"}},"required":["projectId"],"$schema":"https://json-schema.org/draft/2020-12/schema"}}],"scan":{"score":56,"grade":"C","scanned_at":"2026-09-23T11:53:57.792Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-23T11:53:57.706Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 2387ms"]},"poisoning":{"score":15,"max":15,"notes":["8 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.wapiworld.com/mcp","reachable":true,"authRequired":false,"latencyMs":2387,"serverInfo":{"name":"wapiworld-mcp","version":"0.1.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://www.imagelato.com/images/favicon-cron-10ee1248.svg","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}