Velip MCP server — documentation index
The Velip MCP server exposes Velip APIs (SMS, voice, WhatsApp, email, campaigns) as Model Context Protocol (MCP) tools for AI clients such as Cursor, Claude Desktop, and custom agents.
Core
| Topic | File |
|---|---|
| Overview | overview.md |
| Getting started | getting-started.md |
| Authentication | authentication.md |
| Permissions | permissions.md |
Connect a client
| Client | File |
|---|---|
| Cursor IDE | clients/cursor.md |
| Claude Desktop | clients/claude-desktop.md |
| curl (HTTP) | clients/curl.md |
| Custom MCP client | clients/custom.md |
Tools reference
| Channel | Tools |
|---|---|
| SMS | send_sms |
| Telephony | make_tts_call, get_tts_voices, get_call_status, create_destination_base, get_campaigns_list, create_campaign, clone_campaign, change_campaign |
| send_whatsapp, get_wa_templates, get_wa_lines | |
| Gmail | send_gmail_oauth |
Full tool index: tools/README.md
Related
- REST API v2 index — same capabilities via HTTP endpoints
- REST Authentication — token issuance (
tsid)
Production endpoints
| Endpoint | URL |
|---|---|
| MCP (Streamable HTTP) | https://vox20.velip.com.br/mcpserver/velip |
| Health check | https://vox20.velip.com.br/mcpserver/velip/health |