io.github.idanbier999/saperly✓
io.github.idanbier999/saperly · v0.1.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
"name": "io.github.idanbier999/saperly",
"description": "Phone carrier for AI agents. Provision numbers, make calls, send SMS, TCPA compliance built-in.",
"repository": {
"url": "https://github.com/idanbier999/Saperly",
"source": "github"
},
"version": "0.1.2",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}