{
  "markdown": "# leporis-mcp\n\nRemote MCP (Model Context Protocol) server for [Leporis](https://rstechie.in/whatsapp), RS-Techie's multi-tenant WhatsApp Business platform.\n\nExposes Leporis's public REST API (`api/v1/public.php`) as MCP tools so AI coding agents (Claude Code, Cursor, Antigravity, etc.) can send/read WhatsApp messages on your Leporis account directly from chat.\n\n- **Endpoint:** `https://leporis.mcp.rstechie.in/mcp` (Streamable HTTP transport)\n- **Auth:** stateless BYOK (bring your own key) — send your Leporis API key as `Authorization: Bearer <key>` on every request. Get a key from your Leporis dashboard under **WhatsApp → Integrations**. The server stores no credentials of its own.\n- **Tools:** `send_message`, `list_contacts`, `get_contact`, `get_conversation_messages`\n\n## Setup in your MCP client\n\nSee the \"Connect via MCP\" section on the Integrations page in your Leporis dashboard for exact per-client config (Claude Code, Cursor, Antigravity).\n\n## Running locally\n\n```bash\nnpm install\nPORT=8806 node server.js\n```\n\nRequires `LEPORIS_API_BASE` (defaults to `https://rstechie.in/api/v1/public.php`) to point at a real Leporis instance.\n",
  "bytes": 1149,
  "sha": "ab344330ab5c8c4699b6876f73ecec31890e80ff071678f8d5787fa6e7317cd9",
  "repo_slug": "admin-rstechie/leporis-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_admin_rstechie_leporis_mcp_b07dc71f/readme"
}