KosmoKrator

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_token API token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Plivo MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Plivo.

Plivo CLI Matrix

Use these pages for direct Plivo CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.