# WhatsApp Web Server

Scan QR codes and go! No more troublesome autos or APIs! Send text messages, images, links, locations, and contact cards to WhatsApp chats and groups. Automate notifications, alerts, and outreach fro…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add samihalawa/whatsapp-go-mcp

# Browse available tools
npx -y smithery tool list samihalawa/whatsapp-go-mcp

# Get full schema for a tool
npx -y smithery tool get samihalawa/whatsapp-go-mcp whatsapp_send_contact

# Call a tool
npx -y smithery tool call samihalawa/whatsapp-go-mcp whatsapp_send_contact '{}'
```

## Direct MCP Connection

Endpoint: `https://whatsapp-go-mcp--samihalawa.run.tools`

## Tools (5)

- `whatsapp_send_contact` — Send a contact card to a WhatsApp contact or group.
- `whatsapp_send_image` — Send an image to a WhatsApp contact or group.
- `whatsapp_send_link` — Send a link with caption to a WhatsApp contact or group.
- `whatsapp_send_location` — Send a location coordinates to a WhatsApp contact or group.
- `whatsapp_send_text` — Send a text message to a WhatsApp contact or group.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get samihalawa/whatsapp-go-mcp <tool-name>
```
