KosmoKrator

productivity

Sinch MCP, CLI, and Lua Integration for AI Agents

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

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

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
sinch.sinch_get_group Read read 1 Get details for a specific group in your Sinch account.
sinch.sinch_get_phone_number Read read 1 Get details for a specific phone number in your Sinch account.
sinch.sinch_list_batches Read read 2 List all message batches in your Sinch account with pagination.
sinch.sinch_list_groups Read read 2 List all groups in your Sinch account with pagination.
sinch.sinch_list_messages Read read 7 List inbound and outbound SMS messages from Sinch. Supports filtering by direction, recipient, sender, and date range.
sinch.sinch_list_phone_numbers Read read 2 List all rented phone numbers in your Sinch account with pagination.
sinch.sinch_send_sms Write write 6 Send an SMS message to one or more recipients via Sinch. Requires sender phone number, recipient(s), and message body.