KosmoKrator

messaging

MessageBird MCP, CLI, and Lua Integration for AI Agents

MessageBird integration docs for AI agents: MCP gateway setup, MessageBird CLI commands, Lua API reference, credentials, and function schemas.

6 functions 5 read 1 write API key auth

MessageBird 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
messagebird
route_slug
messagebird
package
messagebird
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

MessageBird MCP Client Matrix

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

MessageBird CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
messagebird.messagebird_send_sms Write write 3 Send an SMS message to one or more recipients via MessageBird. Specify a sender (originator), one or more phone numbers, and the message body.
messagebird.messagebird_get_message Read read 1 Retrieve details of a specific MessageBird message by its ID, including status, recipient info, and delivery timestamps.
messagebird.messagebird_list_messages Read read 4 List sent and received messages from MessageBird. Supports filtering by status and direction, with pagination.
messagebird.messagebird_list_balance Read read 0 Check your MessageBird account balance. Returns the available amount and payment type (prepaid or postpaid).
messagebird.messagebird_list_numbers Read read 4 List purchased phone numbers in your MessageBird account. Supports filtering by country code and number type.
messagebird.messagebird_get_current_user Read read 0 Get the current MessageBird account information, including balance and payment type.