Plivo for your agents.
Connect Plivo once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Plivo.
What agents can do with Plivo
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
plivo_send_smsSend an SMS message. Specify src (sender number), dst (recipient in E.164), and text.
plivo_get_accountGet your Plivo account details and current balance.
plivo_list_messagesList recent SMS messages on your account with optional date filtering.
plivo_make_callInitiate a voice call between two numbers. The first leg rings your `from` number, then connects to the `to` number.
plivo_list_callsList call logs with optional date range filtering.
plivo_get_messageGet details of a specific SMS message by message uuid.
plivo_get_callGet details of a specific call by its call uuid.
plivo_hangup_callHang up an active call by its call uuid.
plivo_list_numbersList all Plivo phone numbers on the account.
plivo_search_numbersSearch available phone numbers in a specific country code (e.g. US, GB).
plivo_buy_numberPurchase a phone number on your account.
plivo_list_pricingGet pricing details for a country, including SMS and voice rates.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log into the Plivo console and go to Account > API Keys.
- Create or copy an Auth ID and Auth Token.
- The first field is the Auth ID; the second is the Auth Token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Plivo to Even: call connect_begin("plivo") on the even-connect MCP and walk me through it.
Send SMS message to phone number, retrieve account balance, and list recent call logs.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.