MCP Server
MCP
io.github.idanbier999/saperly
Phone carrier for AI agents. Provision numbers, make calls, send SMS, TCPA compliance built-in.
Install
npx -y @saperly/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@saperly/mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Saperly API key (sk_live_... or sk_test_...). Get one at https://saperly.com/portal — 500 free credits on signup.",
"isRequired": true,
"isSecret": true,
"name": "SAPERLY_API_KEY"
},
{
"description": "Override the Saperly API base URL. Optional — only set for local dev or staging environments.",
"name": "SAPERLY_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment