← Index

io.github.idanbier999/saperly

io.github.idanbier999/saperly·v0.1.2·Chat & Messaging
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "saperly": {
      "command": "npx",
      "args": [
        "-y",
        "@saperly/mcp"
      ],
      "env": {
        "SAPERLY_API_KEY": "<your-saperly_api_key>",
        "SAPERLY_BASE_URL": "<saperly_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "saperly": {
      "command": "npx",
      "args": [
        "-y",
        "@saperly/mcp"
      ],
      "env": {
        "SAPERLY_API_KEY": "<your-saperly_api_key>",
        "SAPERLY_BASE_URL": "<saperly_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @saperly/mcp
§02  Environment variables
SAPERLY_API_KEY
requiredsecret

Your Saperly API key (sk_live_... or sk_test_...). Get one at https://saperly.com/portal — 500 free credits on signup.

SAPERLY_BASE_URL

Override the Saperly API base URL. Optional — only set for local dev or staging environments.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Chat & Messaging