Quackr MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Quackr MCP Servercheck my account balance"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpHosted endpoint:
https://mcp.quackr.io/Transport: Streamable HTTP
Auth:
Authorization: Bearer YOUR_API_KEYheader
Tools
Tool | Description |
| Get the current account balance in USD |
| Get phone number rental pricing for a specific country |
| Check available phone number inventory for a country |
| Purchase a temporary number for receiving SMS (deducts from balance) |
| Check SMS messages received on a rented number |
| List all currently active (rented) numbers on the account |
Related MCP server: MCP Agents SMS
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server for provisioning dedicated real-SIM US phone numbers, receiving inbound SMS, and extracting OTP codes. Built for AI agents automating phone verification workflows.Last updated661MIT
- Alicense-qualityDmaintenanceMCP server that enables AI agents to autonomously buy virtual phone numbers and receive SMS verification codes. Supports multiple providers (5sim, SMS-Activate, OnlineSim) with automatic cheapest-provider selection.Last updated1MIT
- Alicense-qualityDmaintenanceMCP server for integrating with Grizzly SMS platform to rent virtual numbers, receive SMS verification codes, and manage activations directly from AI assistants like Cursor, Claude Desktop, and OpenClaw.Last updated11MIT

agentsim-mcpofficial
AlicenseAqualityBmaintenanceMCP server that enables AI coding assistants to provision temporary US phone numbers and receive SMS OTPs for verification workflows.Last updated51MIT
Related MCP Connectors
Give AI agents real phone numbers, messages, and voice calls via MCP.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/quackr-mcp/quackr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server