streamable-httpupdated 1mo ago
Remote MCP (Model Context Protocol) server for Leporis, RS-Techie's multi-tenant WhatsApp Business platform.
Leporis WhatsApp で何ができる?
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.
インストール
Leporis WhatsApp をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http leporis-whatsapp https://leporis.mcp.rstechie.in/mcpcodex mcp add leporis-whatsapp --url https://leporis.mcp.rstechie.in/mcp{
"mcpServers": {
"leporis-whatsapp": {
"url": "https://leporis.mcp.rstechie.in/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"leporis-whatsapp": {
"type": "http",
"url": "https://leporis.mcp.rstechie.in/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"leporis-whatsapp": {
"url": "https://leporis.mcp.rstechie.in/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"leporis-whatsapp": {
"serverUrl": "https://leporis.mcp.rstechie.in/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
スコア
39 / 100
情報不足
- ドキュメント19/25
- メンテナンス16/25
- 信頼性6/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 32 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.0最新 | 2026年7月31日 |