1. Conduid
  2. Blockchain
  3. io.github.gaviwhatsapp/whatsapp
MCP server · Blockchain

io.github.gaviwhatsapp/whatsapp

Send WhatsApp messages from Cursor, Claude Code, and Codex via MCP.

Unclaimed blockchain
37Low

Scored 4 months ago · breakdown

About io.github.gaviwhatsapp/whatsapp

io.github.gaviwhatsapp/whatsapp is an MCP server in the Blockchain category: send WhatsApp messages from Cursor, Claude Code, and Codex via MCP. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add io-github-gaviwhatsapp-whatsapp -- npx -y @gaviwhatsapp/mcp
npx
npx -y @gaviwhatsapp/mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about io.github.gaviwhatsapp/whatsapp

Powered by Claude · Grounded in docs

I know everything about io.github.gaviwhatsapp/whatsapp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Gavi WhatsApp API

The WhatsApp API built for how developers actually build in 2026. Works in Cursor, Claude Code, Codex, and Lovable.

MCP server · TypeScript SDK · Python SDK · Examples · $9.99/mo

npm npm PyPI


What is this?

A complete WhatsApp Business API platform with:

  • MCP Server — Type "send a WhatsApp message" in Cursor or Claude Code and it just works
  • REST API — 6 endpoints: send message, send template, send media, broadcasts, webhooks, contacts
  • TypeScript SDKnpm install @gaviwhatsapp/whatsapp
  • Python SDKpip install gaviwhatsapp
  • Dashboard — Visual form builder, conversation flows, broadcast campaigns, analytics

Quick Start

Option 1: MCP Server (AI coding tools)

Add to .cursor/mcp.json or .claude/mcp.json:

{
  "mcpServers": {
    "gaviwhatsapp": {
      "command": "npx",
      "args": ["@gaviwhatsapp/mcp", "--api-key", "gv_YOUR_KEY"]
    }
  }
}

Then just ask: "Send a WhatsApp message to +919876543210 saying hello"

Option 2: TypeScript SDK

npm install @gaviwhatsapp/whatsapp
import { WhatsApp } from '@gaviwhatsapp/whatsapp'

const wa = new WhatsApp({ apiKey: process.env.GAVIWHATSAPP_API_KEY! })
await wa.send({ to: '+919876543210', text: 'Hello from my app!' })

Option 3: Python SDK

pip install gaviwhatsapp
from gaviwhatsapp import WhatsApp

wa = WhatsApp(api_key="gv_YOUR_KEY")
wa.send(to="+919876543210", text="Hello from my app!")

Option 4: REST API

curl -X POST https://www.gaviventures.com/api/v1/messages \
  -H "Authorization: Bearer gv_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"to": "+919876543210", "text": "Hello!"}'

Get an API Key

  1. Sign up at gaviventures.com
  2. Connect your WhatsApp Business Account
  3. Go to Settings > API Keys

Packages

Package Description Install
@gaviwhatsapp/mcp MCP server for Cursor, Claude Code, Codex npx @gaviwhatsapp/mcp
@gaviwhatsapp/whatsapp TypeScript/Node.js SDK npm install @gaviwhatsapp/whatsapp
gaviwhatsapp Python SDK pip install gaviwhatsapp

Examples

Example Description Language
send-message-ts Send a text message TypeScript
send-message-python Send a text message Python
broadcast-campaign Send personalized broadcast from CSV TypeScript
webhook-receiver Receive incoming WhatsApp messages TypeScript

API Reference

Method Endpoint Description
POST /api/v1/messages Send a text message
POST /api/v1/messages/template Send a template message
POST /api/v1/messages/media Send media (image/video/document)
POST /api/v1/broadcasts Send to multiple recipients
POST /api/v1/webhooks Register a webhook
GET /api/v1/webhooks List webhooks

Full docs: gaviventures.com/docs/api

Pricing

Plan Price Includes
API $9.99/mo API, SDKs, MCP server, webhooks, broadcasts
Pro $24.99/mo Everything + visual builder, forms, flows, analytics

7-day free trial. No credit card required. Meta per-message charges billed directly to your WhatsApp Business Account.

Links

License

Source code in this repository is provided for reference and integration purposes. The WhatsApp API service requires a paid subscription. See gaviventures.com for terms.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About io.github.gaviwhatsapp/whatsapp

How do I install io.github.gaviwhatsapp/whatsapp?

Run claude mcp add io-github-gaviwhatsapp-whatsapp -- npx -y @gaviwhatsapp/mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.gaviwhatsapp/whatsapp safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.gaviwhatsapp/whatsapp still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.