npm quackr-mcpstreamable-httpMITupdated 2mo ago
Official MCP server for Quackr — virtual phone numbers for SMS verification and OTP receipt. Use Claude (or any MCP-compatible client) to check pricing and inventory, purchase temporary numbers, and read incoming SMS programmatically.
¿Qué puedes hacer con Quackr?
Quackr MCP Server
Official MCP server for Quackr — virtual phone numbers for SMS verification and OTP receipt. Use Claude (or any MCP-compatible client) to check pricing and inventory, purchase temporary numbers, and read incoming SMS programmatically.
- npm:
quackr-mcp—npx -y quackr-mcp - Hosted endpoint:
https://mcp.quackr.io/ - Transport: Streamable HTTP
- Auth:
Authorization: Bearer YOUR_API_KEYheader
Tools
| Tool | Description |
|---|---|
get-balance |
Get the current account balance in USD |
get-pricing |
Get phone number rental pricing for a specific country |
get-inventory |
Check available phone number inventory for a country |
purchase-number |
Purchase a temporary number for receiving SMS (deducts from balance) |
check-sms |
Check SMS messages received on a rented number |
list-active-numbers |
List all currently active (rented) numbers on the account |
Getting an API Key
- Sign in at quackr.io
- Open your profile page
- Copy the API key from the API section
Install via npm
The quackr-mcp package is a thin stdio
launcher that bridges any stdio MCP client to the hosted Quackr endpoint. It needs
Node.js 18+ — no separate install required, npx fetches it on first run.
{
"mcpServers": {
"quackr": {
"command": "npx",
"args": ["-y", "quackr-mcp"],
"env": {
"QUACKR_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
You can also pass the key as a flag instead of an env var: npx -y quackr-mcp --api-key YOUR_API_KEY_HERE.
Claude Code Setup
Remote (recommended) — connect directly to the hosted endpoint. Add to your
~/.claude.json (or a project .mcp.json):
{
"mcpServers": {
"quackr": {
"type": "http",
"url": "https://mcp.quackr.io/",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}
Or via the CLI:
claude mcp add --transport http quackr https://mcp.quackr.io/ --header "Authorization: Bearer YOUR_API_KEY_HERE"
Claude Desktop Setup
Claude Desktop's JSON config only supports local (stdio) servers. Use the npm
launcher (see Install via npm) by adding the npx quackr-mcp
config above to claude_desktop_config.json, then restart Claude Desktop.
Alternatively, add Quackr as a remote connector: Settings → Connectors → Add
custom connector, enter https://mcp.quackr.io/, and add an Authorization
header with the value Bearer YOUR_API_KEY.
Other MCP Clients
Any client supporting remote Streamable HTTP MCP servers with custom headers works. Point it at https://mcp.quackr.io/ and pass your key via the Authorization: Bearer YOUR_API_KEY header.
REST API
Quackr also exposes a full REST API at https://api.quackr.io/ — see api.quackr.io/swagger.json for the full spec. Same x-api-key auth.
Support
- Website: quackr.io
- Issues: file in this repo
- Email: support@quackr.io
License
MIT — see LICENSE.
Instalación
Añade Quackr a tu cliente. Elige el que uses.
{
"servers": {
"quackr-mcp": {
"type": "http",
"url": "https://mcp.quackr.io/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add quackr-mcp -- npx -y quackr-mcpcodex mcp add quackr-mcp -- npx -y quackr-mcpamp mcp add quackr-mcp -- npx -y quackr-mcp{
"mcpServers": {
"quackr-mcp": {
"command": "npx",
"args": [
"-y",
"quackr-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"quackr-mcp": {
"command": "npx",
"args": [
"-y",
"quackr-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"quackr-mcp": {
"command": "npx",
"args": [
"-y",
"quackr-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"quackr-mcp": {
"command": "npx",
"args": [
"-y",
"quackr-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"quackr-mcp": {
"command": "npx",
"args": [
"-y",
"quackr-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"quackr-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"quackr-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"quackr-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"quackr-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y quackr-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Puntuación
39 / 100
Incompleta
- Documentación22/25
- Mantenimiento22/25
- Confianza13/20
- Capacidad0/15
- Instalación15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 76 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.0.3Última | 18 jun 2026 |
| 1.0.2 | 17 jun 2026 |
| 1.0.1 | 17 jun 2026 |
| 1.0.0 | 11 jun 2026 |