Skip to main content
ClaudeWave

MCP server for sms-florin — rent a real UK phone number and receive SMS/OTP codes from AI coding agents (Claude, Cursor, Codex...)

MCP ServersOfficial Registry0 stars0 forksJavaScriptUpdated today
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/6/2026
Install in Claude Code / Claude Desktop
Method: NPX · sms-florin-mcp
Claude Code CLI
claude mcp add sms-florin-mcp -- npx -y sms-florin-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "sms-florin-mcp": {
      "command": "npx",
      "args": ["-y", "sms-florin-mcp"],
      "env": {
        "SMS_FLORIN_API_KEY": "<sms_florin_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
SMS_FLORIN_API_KEY
Use cases

MCP Servers overview

# sms-florin-mcp

[![npm version](https://img.shields.io/npm/v/sms-florin-mcp.svg)](https://www.npmjs.com/package/sms-florin-mcp)

MCP server for [sms-florin](https://flo-voice1.com) — lets AI coding agents (Claude Code, Claude Desktop, Cursor, Codex, Windsurf, Cline...) rent a real UK phone number and receive an SMS/OTP verification code directly inside an agentic workflow. Useful when an agent is testing a signup/verification flow and needs a real code instead of a mocked one.

Numbers are real SIM cards on UK carrier networks (EE/Three) — not VoIP — via [sms-florin](https://flo-voice1.com)'s own GOIP hardware.

## Setup

Get an API key at [flo-voice1.com/api-access](https://flo-voice1.com/api-access) (balance is shared with your regular account).

### Claude Code / Claude Desktop

```bash
claude mcp add sms-florin -e SMS_FLORIN_API_KEY=your_key_here -- npx -y sms-florin-mcp
```

Or in `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "sms-florin": {
      "command": "npx",
      "args": ["-y", "sms-florin-mcp"],
      "env": { "SMS_FLORIN_API_KEY": "your_key_here" }
    }
  }
}
```

### Cursor / Windsurf / other MCP clients

Same shape — point the client's MCP config at `npx -y sms-florin-mcp` with `SMS_FLORIN_API_KEY` set in the env.

## Tools

| Tool | Description |
| --- | --- |
| `list_services` | List available services (WhatsApp, Telegram, Google, Discord...) and their prices. |
| `rent_number` | Rent a number for a service (`instant` or `monthly`), debiting your balance. Returns a `rentalId`. |
| `get_rental` | Check a rental's status, phone number, and any SMS received so far. |
| `wait_for_sms` | Block until the first SMS/OTP arrives, or time out — the one-step way to get a code in an automated flow. |

## Example flow

> Rent a WhatsApp number and wait for the verification code.

The agent calls `rent_number({ serviceSlug: "whatsapp" })`, then `wait_for_sms({ rentalId })`, and gets the code back to type into the signup form it's testing.

## License

MIT
ai-agentmcpmcp-servermodel-context-protocolotpphone-verificationqa-testingsmssms-verificationtest-automation

What people ask about sms-florin-mcp

What is flovoice53-tech/sms-florin-mcp?

+

flovoice53-tech/sms-florin-mcp is mcp servers for the Claude AI ecosystem. MCP server for sms-florin — rent a real UK phone number and receive SMS/OTP codes from AI coding agents (Claude, Cursor, Codex...) It has 0 GitHub stars and its last recorded update is dated 2026-08-05.

How do I install sms-florin-mcp?

+

You can install sms-florin-mcp by cloning the repository (https://github.com/flovoice53-tech/sms-florin-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is flovoice53-tech/sms-florin-mcp safe to use?

+

Our security agent has analyzed flovoice53-tech/sms-florin-mcp and assigned a Trust Score of 70/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains flovoice53-tech/sms-florin-mcp?

+

flovoice53-tech/sms-florin-mcp is maintained by flovoice53-tech. The last recorded GitHub activity is dated 2026-08-05, with 0 open issues.

Are there alternatives to sms-florin-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy sms-florin-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: flovoice53-tech/sms-florin-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/flovoice53-tech-sms-florin-mcp)](https://claudewave.com/repo/flovoice53-tech-sms-florin-mcp)
<a href="https://claudewave.com/repo/flovoice53-tech-sms-florin-mcp"><img src="https://claudewave.com/api/badge/flovoice53-tech-sms-florin-mcp" alt="Featured on ClaudeWave: flovoice53-tech/sms-florin-mcp" width="320" height="64" /></a>

More MCP Servers

sms-florin-mcp alternatives