Catalog
io.github.idanbier999/saperly
OfficialPhone carrier for AI agents. Provision numbers, make calls, send SMS, TCPA compliance built-in.
Phone carrier for AI agents with SMS, calling, and TCPA compliance.
README not available yet.
Install
Configuration
Environment variables
SAPERLY_API_KEYrequiredsecretYour Saperly API key (sk_live_... or sk_test_...). Get one at https://saperly.com/portal — 500 free credits on signup.
SAPERLY_BASE_URLOverride the Saperly API base URL. Optional — only set for local dev or staging environments.
claude_desktop_config.json
{
"mcpServers": {
"saperly": {
"command": "npx",
"args": [
"-y",
"@saperly/mcp@0.1.2"
],
"env": {
"SAPERLY_API_KEY": "<YOUR_SAPERLY_API_KEY>",
"SAPERLY_BASE_URL": "<YOUR_SAPERLY_BASE_URL>"
}
}
}
}