{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.wabery/mcp",
  "title": "Wabery MCP Server",
  "description": "WhatsApp Business tools for projects, channels, messages, Flows, broadcasts, functions, and agents. Streamable HTTP at https://mcp.wabery.com; local stdio via @wabery/cli.",
  "version": "0.1.3",
  "serverUrl": "https://mcp.wabery.com",
  "websiteUrl": "https://wabery.com/developers/",
  "icons": [
    {
      "src": "https://wabery.com/android-chrome-512x512.png",
      "mimeType": "image/png",
      "sizes": ["512x512"]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.wabery.com"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@wabery/cli",
      "version": "0.17.0",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
