Back to Browse

Leporis MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://leporis.mcp.rstechie.in/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-admin-rstechie-leporis-mcp": {
      "url": "https://leporis.mcp.rstechie.in/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

leporis-mcp

Remote MCP (Model Context Protocol) server for Leporis, RS-Techie's multi-tenant WhatsApp Business platform.

Exposes 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.

  • Endpoint: https://leporis.mcp.rstechie.in/mcp (Streamable HTTP transport)
  • 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.
  • Tools: send_message, list_contacts, get_contact, get_conversation_messages

Setup in your MCP client

See the "Connect via MCP" section on the Integrations page in your Leporis dashboard for exact per-client config (Claude Code, Cursor, Antigravity).

Running locally

npm install
PORT=8806 node server.js

Requires LEPORIS_API_BASE (defaults to https://rstechie.in/api/v1/public.php) to point at a real Leporis instance.

Reviews

No reviews yet

Be the first to review this server!