Skip to main content
Glama
cuevaio

WhatsApp MCP Platform

by cuevaio

WhatsApp MCP Platform

A Bun-workspace monorepo for the three independently deployed applications defined by ADR 0002:

  • apps/web: the Next.js product UI on Vercel

  • apps/api: the public Cloudflare API Worker

  • apps/provider-control: the private Cloudflare Worker reachable only through an API service binding

Shared modules have explicit subpath exports and no catch-all barrel:

  • packages/domain: pure domain rules

  • packages/contracts: product and MCP schemas

  • packages/db: database configuration, migrations, and tenant repositories

  • packages/wasender: separate session, control, and webhook-normalization boundaries

Local verification

bun install --frozen-lockfile
bun run format:check
bun run lint
bun run typecheck
bun run validate:infra
bun run test
bun run build
bun run manifests:validate
bun run infra:validate

Run a deployable locally with Turbo filtering, for example:

bun run dev --filter=@whatsapp-mcp/web

Production and test Effect roots are separate modules. Runtime configuration cannot select a test Layer, and the production build inspection fails if a test Layer marker enters a deployable artifact.

See deployment configuration and the deployment runbook.

The OpenTofu compute topology in infra/compute uses separate state and authority for development, preview, and production. It declares the Vercel web project, the public API Worker custom-domain route, and the private provider-control Worker service binding.

Related MCP server: WhatsApp MCP Server

Sandcastle

Sandcastle runs issue agents in isolated Docker worktrees. After authenticating Docker, GitHub CLI, and Codex:

bun run sandcastle:build-image
bun run sandcastle
A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
2hResponse time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • F
    license
    C
    quality
    F
    maintenance
    A Model Context Protocol server that connects your personal WhatsApp account to AI agents like Claude, enabling them to search messages, view contacts, retrieve chat history, and send messages via WhatsApp.
    Last updated
    7
    69
  • A
    license
    -
    quality
    -
    maintenance
    A Model Context Protocol server that integrates with WaPulse WhatsApp Web API, enabling users to send messages, manage groups, handle files, and perform various WhatsApp operations programmatically.
    Last updated
    3
    1
  • A
    license
    -
    quality
    -
    maintenance
    A Model Context Protocol server that enables interaction with WhatsApp through local stdio or remote HTTP/SSE connections. It allows users to send messages, manage groups, and access chat history using natural language.
    Last updated
    60
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • A Model Context Protocol server for Wix AI tools

  • MCP (Model Context Protocol) server for Appwrite

  • Hosted MCP server for the Wavix telecom platform: SMS, voice, 2FA, SIP, numbers, 10DLC, CDRs.

View all MCP Connectors

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/cuevaio/whatsapp-mcp'

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