other
Vonage MCP, CLI, and Lua Integration for AI Agents
Vonage integration docs for AI agents: MCP gateway setup, Vonage CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write API key auth
Vonage for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
vonage- route_slug
vonage- package
vonage- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Vonage CLIHeadless setup and direct function calls. Vonage MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Vonage MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Vonage.
Claude Code Vonage MCP setup for Claude Code. Cursor Vonage MCP setup for Cursor. Codex Vonage MCP setup for Codex. OpenAI Agents Vonage MCP setup for OpenAI Agents SDK. Claude Agent SDK Vonage MCP setup for Claude Agent SDK. Vercel AI SDK Vonage MCP setup for Vercel AI SDK. LangChain Vonage MCP setup for LangChain. LangGraph Vonage MCP setup for LangGraph. CrewAI Vonage MCP setup for CrewAI. MCP clients Vonage MCP setup for Generic MCP Clients.
Vonage CLI Matrix
Use these pages for direct Vonage CLI workflows in scripts, CI, cron, and agent wrappers.
CI Vonage CLI for CI. Cron Jobs Vonage CLI for cron jobs. Shell Scripts Vonage CLI for shell scripts. Headless Automation Vonage CLI for headless automation. Coding Agents Vonage CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
vonage.vonage_get_account_balance | Read read | 0 | Get the current balance of your Vonage account. |
vonage.vonage_list_applications | Read read | 2 | List Vonage applications configured on your account. Applications define how Vonage handles calls and messages. |
vonage.vonage_list_messages | Read read | 2 | Search and list SMS messages from your Vonage account. Requires a date in YYYY-MM-DD format. Optionally filter by recipient number. |
vonage.vonage_list_numbers | Read read | 4 | List phone numbers purchased on your Vonage account. Optionally filter by pattern. |
vonage.vonage_send_sms | Write write | 4 | Send an SMS message via Vonage. Provide sender, recipient, and message text. The recipient number must be in E.164 format (e.g., 14155552671). |
vonage.vonage_verify_check | Read read | 2 | Check a verification code against a Vonage Verify request. Provide the request_id from the verification and the code entered by the user. |
vonage.vonage_verify_request | Read read | 2 | Send a verification code to a phone number via Vonage Verify. Returns a request_id used to check the code later. |