🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@gaviwhatsapp/mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gaviwhatsapp/mcp

MCP server for the GaviVentures WhatsApp API — use WhatsApp from Cursor, Claude Code, Codex, and other AI coding tools

latest
npmnpm
Version
0.1.2
Version published
Weekly downloads
33
-13.16%
Maintainers
1
Weekly downloads
 
Created
Source

@gaviwhatsapp/mcp

MCP (Model Context Protocol) server for the GaviVentures WhatsApp API.

Add WhatsApp messaging to Cursor, Claude Code, OpenAI Codex, and other AI coding tools.

Setup

1. Get an API key

Go to gaviventures.com/whatsapp/settings/api-keys and create one.

2. Add to your AI tool config

Cursor — add to .cursor/mcp.json:

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

Claude Code — add to .claude/mcp.json:

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

3. Use it

Just ask your AI assistant:

  • "Send a WhatsApp message to +919876543210 saying hello"
  • "List my WhatsApp templates"
  • "Send the order_confirmation template to +919876543210 with order ID ORD-1234"
  • "Send a broadcast to these 5 numbers with the promo_offer template"

Available Tools

ToolDescription
send_messageSend a text message
send_templateSend a pre-approved template message
send_mediaSend image, video, document, or audio
get_messagesGet message delivery history
list_templatesList available templates
send_broadcastSend to multiple recipients
register_webhookRegister a webhook for real-time events

Environment Variables

VariableDescription
GAVIVENTURES_API_KEYYour API key (alternative to --api-key flag)
GAVIVENTURES_API_URLAPI base URL (defaults to https://www.gaviventures.com)

Keywords

mcp

FAQs

Package last updated on 23 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts