MessageBird for your agents.
Connect MessageBird once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to MessageBird.
What agents can do with MessageBird
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
messagebird_get_balanceGet your MessageBird account balance.
messagebird_send_smsSend an SMS message. Specify originator, recipient, and body. Supports long messages and Unicode.
messagebird_list_messagesList recent sent messages with pagination.
messagebird_send_voiceSend a voice message to a phone number. The system calls the number and reads the text using TTS.
messagebird_get_messageGet details of a specific message by message ID.
messagebird_list_contactsList contacts in the MessageBird address book.
messagebird_create_contactCreate a new contact in the address book with phone number and optional name.
messagebird_lookup_phoneLook up phone number information including carrier, country, and type.
messagebird_hlr_lookupPerform an HLR (Home Location Register) lookup to check if a number is reachable.
messagebird_get_hlr_statusGet the status and details of an HLR lookup by its id.
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 MessageBird dashboard and go to Developers > Access.
- Copy your API key (starts with live_).
- The key is sent in the Authorization header.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect MessageBird to Even: call connect_begin("messagebird") on the even-connect MCP and walk me through it.
Send SMS messages via MessageBird and retrieve delivery reports for status.
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.