MCP Server
Active
MIT
io.github.flovoice53-tech/sms-florin-mcp MCP Server
io.github.flovoice53-tech/sms-florin-mcp
What is the io.github.flovoice53-tech/sms-florin-mcp MCP server?
Rent a real UK phone number and receive SMS/OTP codes — built for AI coding agents.
How to install io.github.flovoice53-tech/sms-florin-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
SMS_FLORIN_API_KEYrequiredsecretYour sms-florin API key — generate one at https://flo-voice1.com/api-access
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"sms-florin-mcp": {
"command": "npx",
"args": [
"-y",
"sms-florin-mcp"
],
"env": {
"SMS_FLORIN_API_KEY": "<YOUR_SMS_FLORIN_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"sms-florin-mcp": {
"command": "npx",
"args": [
"-y",
"sms-florin-mcp"
],
"env": {
"SMS_FLORIN_API_KEY": "<YOUR_SMS_FLORIN_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"sms-florin-mcp": {
"command": "npx",
"args": [
"-y",
"sms-florin-mcp"
],
"env": {
"SMS_FLORIN_API_KEY": "<YOUR_SMS_FLORIN_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"sms-florin-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sms-florin-mcp"
],
"env": {
"SMS_FLORIN_API_KEY": "<YOUR_SMS_FLORIN_API_KEY>"
}
}
}
}Claude Code
claude mcp add sms-florin-mcp --env SMS_FLORIN_API_KEY=<YOUR_SMS_FLORIN_API_KEY> -- npx -y sms-florin-mcpRelated MCP servers
Gives an AI agent a disposable email and a real UK phone number to test signup flows.
0
View repository →JavaScript
MIT