
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@saperly/mcp
Advanced tools
MCP server for [Saperly](https://saperly.com) — the phone carrier for AI agents. 16 tools that let any MCP-compatible client provision phone lines, make calls, manage consent, and query compliance.
MCP server for Saperly — the phone carrier for AI agents. 16 tools that let any MCP-compatible client provision phone lines, make calls, manage consent, and query compliance.
npm install @saperly/mcp
Or run directly:
SAPERLY_API_KEY=sk_live_... npx @saperly/mcp
Add to your claude_desktop_config.json:
{
"mcpServers": {
"saperly": {
"command": "npx",
"args": ["-y", "@saperly/mcp"],
"env": { "SAPERLY_API_KEY": "sk_live_..." }
}
}
}
npx skills.sh install saperly
export SAPERLY_API_KEY=sk_live_...
| Tool | Description |
|---|---|
saperly_create_line | Provision a new phone line |
saperly_list_lines | List all lines |
saperly_get_line | Get line details |
saperly_delete_line | Release a phone line |
saperly_create_call | Make an outbound call |
saperly_list_calls | List recent calls |
saperly_get_call | Get call details |
saperly_hangup_call | Terminate an active call |
saperly_grant_consent | Record outbound consent |
saperly_check_consent | Check consent status |
saperly_revoke_consent | Revoke consent |
saperly_compliance_audit | Query audit trail |
saperly_create_disclosure | Create TCPA disclosure |
saperly_list_disclosures | List disclosures |
saperly_get_balance | Check credit balance |
saperly_account_overview | Full account snapshot |
| Variable | Required | Description |
|---|---|---|
SAPERLY_API_KEY | Yes | Your Saperly API key |
SAPERLY_BASE_URL | No | Override API base URL (for local dev) |
# Install dependencies
npm install
# Build SDK first (workspace dependency)
cd ../sdk && npm run build && cd ../mcp
# Type check
npx tsc --noEmit
# Run tests
npx vitest run
# Build
npm run build
MIT
FAQs
Phone carrier for AI agents. Provision phone numbers, place and receive calls, send and receive SMS, manage TCPA compliance and consent, and track usage and billing from any MCP-compatible client. 36 tools across 14 groups.
The npm package @saperly/mcp receives a total of 22 weekly downloads. As such, @saperly/mcp popularity was classified as not popular.
We found that @saperly/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.