← Back to Plugins
MCP Server MCP

Leporis WhatsApp

github By github 👁 1 views ▲ 0 votes

Send and read WhatsApp messages on your Leporis account from AI coding agents, via your own API key.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://leporis.mcp.rstechie.in/mcp",
      "headers": [
        {
          "description": "Your Leporis API key as a Bearer token (e.g. \"Bearer lp_live_...\"). Generate one from your Leporis dashboard under WhatsApp -> Integrations.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...