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.
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.
- 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
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.
One command plus a key — npx -y quackr-mcp, then supply credentials
