Dialpad for your agents.
Connect Dialpad 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 Dialpad.
What agents can do with Dialpad
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
dialpad_get_companyCheck the credentials: returns the company info for the token.
dialpad_list_usersList all users in the company.
dialpad_list_callsList recent calls with optional filters.
dialpad_get_userGet details for a specific user by id.
dialpad_create_messageSend a text message to a phone number.
dialpad_get_callGet details of a specific call by id.
dialpad_list_text_messagesList SMS/text messages sent/received.
dialpad_get_voicemailGet voicemail details and transcription by id.
dialpad_list_call_recordingsList call recordings for a call.
dialpad_update_userUpdate a user's name, email, or other fields.
dialpad_list_numbersList phone numbers assigned to the company.
dialpad_create_meetingCreate a new Dialpad meeting (conference call).
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 in to Dialpad as an administrator and go to Account Settings > API.
- Generate a new API key and copy it.
- The key is passed as a Bearer token in the Authorization header.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Dialpad to Even: call connect_begin("dialpad") on the even-connect MCP and walk me through it.
List all team members, retrieve recent call logs from Dialpad, and send text messages to phone numbers.
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.