What is the io.github.idanbier999/saperly MCP server?
Phone carrier for AI agents. Provision numbers, make calls, send SMS, TCPA compliance built-in.
How to install io.github.idanbier999/saperly
Copy-paste configuration for popular MCP clients.
SAPERLY_API_KEYrequiredsecretYour Saperly API key (sk_live_... or sk_test_...). Get one at https://saperly.com/portal — 500 free credits on signup.
SAPERLY_BASE_URLOverride the Saperly API base URL. Optional — only set for local dev or staging environments.
{
"mcpServers": {
"saperly": {
"command": "npx",
"args": [
"-y",
"@saperly/mcp"
],
"env": {
"SAPERLY_API_KEY": "<YOUR_SAPERLY_API_KEY>",
"SAPERLY_BASE_URL": "<YOUR_SAPERLY_BASE_URL>"
}
}
}
}{
"mcpServers": {
"saperly": {
"command": "npx",
"args": [
"-y",
"@saperly/mcp"
],
"env": {
"SAPERLY_API_KEY": "<YOUR_SAPERLY_API_KEY>",
"SAPERLY_BASE_URL": "<YOUR_SAPERLY_BASE_URL>"
}
}
}
}{
"mcpServers": {
"saperly": {
"command": "npx",
"args": [
"-y",
"@saperly/mcp"
],
"env": {
"SAPERLY_API_KEY": "<YOUR_SAPERLY_API_KEY>",
"SAPERLY_BASE_URL": "<YOUR_SAPERLY_BASE_URL>"
}
}
}
}{
"servers": {
"saperly": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@saperly/mcp"
],
"env": {
"SAPERLY_API_KEY": "<YOUR_SAPERLY_API_KEY>",
"SAPERLY_BASE_URL": "<YOUR_SAPERLY_BASE_URL>"
}
}
}
}claude mcp add saperly --env SAPERLY_API_KEY=<YOUR_SAPERLY_API_KEY> --env SAPERLY_BASE_URL=<YOUR_SAPERLY_BASE_URL> -- npx -y @saperly/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.