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_tokenAPI token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Sinch CLIHeadless setup and direct function calls. Sinch MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Sinch MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Sinch.
Claude Code Sinch MCP setup for Claude Code. Cursor Sinch MCP setup for Cursor. Codex Sinch MCP setup for Codex. OpenAI Agents Sinch MCP setup for OpenAI Agents SDK. Claude Agent SDK Sinch MCP setup for Claude Agent SDK. Vercel AI SDK Sinch MCP setup for Vercel AI SDK. LangChain Sinch MCP setup for LangChain. LangGraph Sinch MCP setup for LangGraph. CrewAI Sinch MCP setup for CrewAI. MCP clients Sinch MCP setup for Generic MCP Clients.
Sinch CLI Matrix
Use these pages for direct Sinch CLI workflows in scripts, CI, cron, and agent wrappers.
CI Sinch CLI for CI. Cron Jobs Sinch CLI for cron jobs. Shell Scripts Sinch CLI for shell scripts. Headless Automation Sinch CLI for headless automation. Coding Agents Sinch CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |