communication
Plivo MCP, CLI, and Lua Integration for AI Agents
Plivo integration docs for AI agents: MCP gateway setup, Plivo CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write API token auth
Plivo 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
plivo- route_slug
plivo- package
plivo- auth_strategy
api_tokenAPI token- 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. Plivo CLIHeadless setup and direct function calls. Plivo 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.
Plivo MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Plivo.
Claude Code Plivo MCP setup for Claude Code. Cursor Plivo MCP setup for Cursor. Codex Plivo MCP setup for Codex. OpenAI Agents Plivo MCP setup for OpenAI Agents SDK. Claude Agent SDK Plivo MCP setup for Claude Agent SDK. Vercel AI SDK Plivo MCP setup for Vercel AI SDK. LangChain Plivo MCP setup for LangChain. LangGraph Plivo MCP setup for LangGraph. CrewAI Plivo MCP setup for CrewAI. MCP clients Plivo MCP setup for Generic MCP Clients.
Plivo CLI Matrix
Use these pages for direct Plivo CLI workflows in scripts, CI, cron, and agent wrappers.
CI Plivo CLI for CI. Cron Jobs Plivo CLI for cron jobs. Shell Scripts Plivo CLI for shell scripts. Headless Automation Plivo CLI for headless automation. Coding Agents Plivo CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
plivo.plivo_list_messages | Read read | 8 | List SMS messages from Plivo with optional filters. Supports filtering by direction (inbound/outbound), message state, date range, sender, and recipient. Returns paginated message records. |
plivo.plivo_send_sms | Write write | 6 | Send an SMS message via Plivo. Specify a source phone number (must be a Plivo number), one or more destination numbers, and the message text. Returns the message UUID and details. |
plivo.plivo_list_numbers | Read read | 4 | List phone numbers on your Plivo account. Supports filtering by number type, service, and pagination. |
plivo.plivo_get_number | Read read | 1 | Retrieve details of a specific phone number on your Plivo account by its number (e.g., "+14155552671"). Returns alias, application, service type, and other number properties. |
plivo.plivo_list_calls | Read read | 8 | List calls from Plivo with optional filters. Supports filtering by direction (inbound/outbound), call state, date range, and phone numbers. Returns paginated call records. |
plivo.plivo_get_call | Read read | 1 | Retrieve detailed information about a specific Plivo call by its call UUID. Returns call details including duration, direction, status, and recording information. |
plivo.plivo_list_applications | Read read | 2 | List Plivo voice applications on the account. Returns application IDs, names, answer/hangup URLs, and associated number counts. |