Labsco
quackr-mcp logo

Quackr MCP

from quackr-mcp

Get virtual phone numbers for SMS verification, OTP receipt, and number management.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedPaid serviceNeeds API keys

Quackr MCP Server

npm downloads

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_KEY header

Tools

ToolDescription
get-balanceGet the current account balance in USD
get-pricingGet phone number rental pricing for a specific country
get-inventoryCheck available phone number inventory for a country
purchase-numberPurchase a temporary number for receiving SMS (deducts from balance)
check-smsCheck SMS messages received on a rented number
list-active-numbersList all currently active (rented) numbers on the account

Getting an API Key

  1. Sign in at quackr.io
  2. Open your profile page
  3. Copy the API key from the API section

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