← Back to Plugins
MCP Server MCP

io.github.idanbier999/saperly

github By github 👁 1 views ▲ 0 votes

Phone carrier for AI agents. Provision numbers, make calls, send SMS, TCPA compliance built-in.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...