Skip to main content
ClaudeWave

Remote MCP server for Tokolaku — WhatsApp Business API platform for Indonesian SMBs (send messages, inbox, products, orders, webhooks)

MCP ServersRegistry oficial0 estrellas0 forksActualizado today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/19/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Rustam335/tokolaku-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "tokolaku-mcp": {
      "command": "node",
      "args": ["/path/to/tokolaku-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/Rustam335/tokolaku-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Tokolaku MCP Server

Remote [MCP](https://modelcontextprotocol.io) (Model Context Protocol) server for [Tokolaku](https://tokolaku.id) — a WhatsApp business platform for Indonesian SMBs built on the **official WhatsApp Business API** (Meta Cloud API, zero message markup).

Connect Claude, ChatGPT, or any MCP client to your Tokolaku account and let your AI agent send WhatsApp messages, browse conversations, look up products & orders, and manage webhooks.

```
Endpoint : https://api.tokolaku.id/mcp
Transport: Streamable HTTP (stateless)
```

## Quick start

### claude.ai / ChatGPT & other OAuth-capable clients

Just add the URL — no keys needed:

1. Add a custom connector / MCP server with URL `https://api.tokolaku.id/mcp`
2. Sign in with your Tokolaku account and approve access
3. Done — 6 read-only tools are available (channels, inbox, products, orders)

### Claude Code / Claude Desktop / SDKs (API key)

Use a **secret API key** from your [Tokolaku developer dashboard](https://tokolaku.id/developers):

```json
{
  "mcpServers": {
    "tokolaku": {
      "type": "http",
      "url": "https://api.tokolaku.id/mcp",
      "headers": { "x-api-key": "tk_live_sk_xxx" }
    }
  }
}
```

## Tools

With an API key (scope-gated — `tools/list` follows your key's scopes):

| Tool | Description |
|---|---|
| `send_message` | Send a session text message via the official channel |
| `generate_bot_reply` | Generate an AI reply using the tenant's bot engine |
| `list_channels` | List connected official channels |
| `list_conversations` / `get_conversation` | Browse the inbox |
| `list_products` | Browse the product catalog |
| `list_orders` / `get_order` | Browse orders (incl. payment status) |
| `get_subscription` | Plan & quota info |
| `list_webhooks` / `create_webhook` / `test_webhook` | Manage inbound-event webhooks |

Via OAuth (read-only bundle): `list_channels`, `list_conversations`, `get_conversation`, `list_products`, `list_orders`, `get_order`.

## Auth

- **OAuth 2.1** (PKCE, dynamic client registration, RFC 8414/9728 discovery) — for interactive clients; tokens are per-user and read-only.
- **API key** (`x-api-key` or `Authorization: Bearer`) — secret keys only; write tools respect billing/quota exactly like the REST API.

## Links

- Docs & API reference: https://tokolaku.id/api-docs
- Developer overview: https://tokolaku.id/developers
- WhatsApp Business API plan (Rp99k/mo, no message markup): https://tokolaku.id/whatsapp-api
- SDKs: [npm `tokolaku-sdk`](https://www.npmjs.com/package/tokolaku-sdk) · [PyPI `tokolaku`](https://pypi.org/project/tokolaku/) · [Packagist `tokolaku/sdk`](https://packagist.org/packages/tokolaku/sdk)

---

*This repository hosts the public metadata (`server.json`) and documentation for the hosted server; the server itself is a managed service operated by Tokolaku.*

Lo que la gente pregunta sobre tokolaku-mcp

¿Qué es Rustam335/tokolaku-mcp?

+

Rustam335/tokolaku-mcp es mcp servers para el ecosistema de Claude AI. Remote MCP server for Tokolaku — WhatsApp Business API platform for Indonesian SMBs (send messages, inbox, products, orders, webhooks) Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-18.

¿Cómo se instala tokolaku-mcp?

+

Puedes instalar tokolaku-mcp clonando el repositorio (https://github.com/Rustam335/tokolaku-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Rustam335/tokolaku-mcp?

+

Nuestro agente de seguridad ha analizado Rustam335/tokolaku-mcp y le ha asignado un Trust Score de 62/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene Rustam335/tokolaku-mcp?

+

Rustam335/tokolaku-mcp es mantenido por Rustam335. La última actividad registrada en GitHub es del 2026-09-18, con 0 issues abiertos.

¿Hay alternativas a tokolaku-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega tokolaku-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: Rustam335/tokolaku-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/rustam335-tokolaku-mcp)](https://claudewave.com/repo/rustam335-tokolaku-mcp)
<a href="https://claudewave.com/repo/rustam335-tokolaku-mcp"><img src="https://claudewave.com/api/badge/rustam335-tokolaku-mcp" alt="Featured on ClaudeWave: Rustam335/tokolaku-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a tokolaku-mcp