🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@saperly/mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saperly/mcp

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.

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
177
-79.47%
Maintainers
1
Weekly downloads
 
Created
Source

@saperly/mcp

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.

Install

npm install @saperly/mcp

Or run directly:

SAPERLY_API_KEY=sk_live_... npx @saperly/mcp

Setup

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "saperly": {
      "command": "npx",
      "args": ["-y", "@saperly/mcp"],
      "env": { "SAPERLY_API_KEY": "sk_live_..." }
    }
  }
}

Claude Code

npx skills.sh install saperly
export SAPERLY_API_KEY=sk_live_...

Available Tools

ToolDescription
saperly_create_lineProvision a new phone line
saperly_list_linesList all lines
saperly_get_lineGet line details
saperly_delete_lineRelease a phone line
saperly_create_callMake an outbound call
saperly_list_callsList recent calls
saperly_get_callGet call details
saperly_hangup_callTerminate an active call
saperly_grant_consentRecord outbound consent
saperly_check_consentCheck consent status
saperly_revoke_consentRevoke consent
saperly_compliance_auditQuery audit trail
saperly_create_disclosureCreate TCPA disclosure
saperly_list_disclosuresList disclosures
saperly_get_balanceCheck credit balance
saperly_account_overviewFull account snapshot

Environment Variables

VariableRequiredDescription
SAPERLY_API_KEYYesYour Saperly API key
SAPERLY_BASE_URLNoOverride API base URL (for local dev)

Development

# 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

License

MIT

FAQs

Package last updated on 28 Mar 2026

Did you know?

Socket

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.

Install

Related posts