Documentation Index
Fetch the complete documentation index at: https://docs.wazzapi.com/llms.txt
Use this file to discover all available pages before exploring further.
WazzAPI MCP
WazzAPI MCP plugs the WazzAPI platform directly into your LLM or coding agent so you can work with messaging data in natural language. Use it to:- send WhatsApp messages from an agent workflow
- inspect device status and delivery activity
- search message history and number status faster
- debug webhook and messaging flows without building custom tooling first
WazzAPI MCP is ideal for developer tools and AI agents. For regular server-to-server application traffic, keep using the REST API and SDKs.
What it helps with
Send Messages
Trigger message sends from natural-language prompts inside your MCP-compatible agent.
Instrument Your App
Inspect delivery events, webhook activity, and messaging behavior without bouncing between tools.
Search Things
Ask for device state, delivery receipts, and message activity in plain English.
Server details
Use the hosted MCP endpoint:Claude Code setup
Open a terminal and run:/mcp.
Other MCP-compatible agents
The MCP landing page lists support targets including:- Claude Code
- Cursor
- VS Code
- Windsurf
- Zed
- Warp
- Gemini CLI
- OpenCode
- URL:
https://mcp.wazzapi.com/mcp - Header:
wazzapi-api-key: YOUR_API_TOKEN
Path constraints
You can scope the MCP session to a specific workspace directly in the URL path:Agent mode
WazzAPI MCP also supports an agent mode that exposes a singleuse_wazzapi tool instead of individual skills.
According to the live MCP page, agent mode reduces visible tool surface area but can approximately double response time because requests pass through an embedded AI layer.
Authentication tips
WazzAPI MCP uses a dedicated request header instead of the REST API’s Bearer token format:- REST API →
Authorization: Bearer YOUR_API_KEY - MCP →
wazzapi-api-key: YOUR_API_TOKEN
- the token belongs to the correct WazzAPI workspace
- the header name is exactly
wazzapi-api-key - the server URL is
https://mcp.wazzapi.com/mcp
Try it live
You can explore the MCP experience from the hosted WazzAPI flow here:https://wazzapi.com/mcphttps://app.wazzapi.com/
Related docs
Authentication
Learn when to use Bearer API keys and when MCP uses a custom header.
API Reference
Use the REST API directly when you need deterministic backend integrations.
Python SDK
Use the typed Python client for application integrations outside MCP.
Node.js SDK
Use the official Node.js SDK for server-side automation and product code.