Skip to main content
Glama

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

Related MCP server: @botozap/mcp

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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivitySlowing
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    WhatsApp MCP server that exposes messaging, groups, contacts, and profile management as tools and resources for AI agents, supporting Baileys and Meta Cloud API.
    20
    -
  • F
    license
    C
    quality
    B
    maintenance
    MCP server exposing WhatsApp Web REST API (wwebjs-api) as ~149 automated tools, enabling AI agents to send messages, manage sessions, and interact with WhatsApp through natural language.
    100
    -
  • F
    license
    Not graded
    quality
    B
    maintenance
    OpenWA MCP server that bridges AI agents to the OpenWA WhatsApp API, exposing 40 tools for sessions, messages, contacts, groups, and webhooks so agents can read and send WhatsApp messages through a self-hosted OpenWA gateway.
    -

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/admin-rstechie/leporis-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server