KosmoKrator

communication

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.

7 functions 6 read 1 write API token auth

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.

Machine-Readable Metadata
integration_slug
sinch
route_slug
sinch
package
sinch
auth_strategy
api_token API token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Sinch MCP Client Matrix

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

Sinch CLI Matrix

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

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.