Labsco
MCP SERVER

Quackr MCP

by quackr-mcp

Rent a temporary phone number and read the verification code that arrives on it, without leaving the client.

Telephony, SMS & Voice Agents
Summary
The verification step stops being the thing a human has to do.

Any flow that ends in entering a code from a text message breaks automation. Renting the number, watching it and reading the code back are three calls here, with pricing and inventory checked first so the country you need is confirmed before money moves.

What it is

The official MCP server for Quackr, a virtual phone number service for SMS verification and OTP receipt. Numbers are rented against an account balance, and the messages that land on them are read back programmatically.

What you get
  • The current account balance in USD
  • Rental pricing and available inventory for a country, before you commit
  • A temporary number purchased for receiving SMS, deducted from the balance
  • The SMS received on a rented number
  • Every currently active number on the account
Requirements

A Quackr API key from your profile page at quackr.io. The hosted endpoint is https://mcp.quackr.io/ over Streamable HTTP with an Authorization: Bearer header; the npm launcher needs Node.js 18+ and takes QUACKR_API_KEY.

Setup effort

One command plus a key — npx -y quackr-mcp, then supply credentials