Quick Start
Run the MCP Server directly via npx:Installation by Client
Claude Desktop
Add to your Claude Desktop configuration file:Cursor
Click the button below to install the MCP server in Cursor. You’ll need to set your API key in Cursor’smcp.json (Settings > Tools & MCP > New MCP Server).
VS Code
Click the link below to install. Set your API key via Command Palette > MCP: Open User Configuration. Install in VS CodeClaude Code
Run in your terminal:Tool Exposure Modes
There are three ways to expose API endpoints as tools:Static Tools (Default)
Exposes one tool per API endpoint. Best for focused use cases where you know which endpoints you need.Dynamic Tools
Use--tools=dynamic to expose tools that discover and invoke endpoints on-demand:
This keeps context lightweight while providing full API access.
Code Execution
Use--tools=code to expose:
This allows the AI to implement complex logic by chaining API calls.
Filtering Endpoints
Filter which tools are exposed:--list to see all available tools.
Client Configuration
Specify your MCP client for optimized compatibility:Running Remotely
Launch as a remote HTTP server:http://localhost:3000?resource=messages&operation=read
Available Tools
Messages
Templates
Senders
Contacts
Broadcasts
Phone Numbers
Introspect
Usage Examples
Once configured, ask your AI assistant:- “Send an SMS to +1234567890 saying ‘Hello from Zavu’”
- “List my WhatsApp templates”
- “Create a broadcast campaign for Black Friday”
- “Check the progress of my current broadcast”
- “Search for available US phone numbers”
Learn More
Coding Agent Skills
Add intelligent API context to your coding agent with pre-built skills
Model Context Protocol
Learn about the MCP standard
API Reference
Explore the full Zavu API
