PluginBench
MCP Server
Active
MIT

io.github.flovoice53-tech/agent-identity-mcp MCP Server

io.github.flovoice53-tech/agent-identity-mcp

What is the io.github.flovoice53-tech/agent-identity-mcp MCP server?

Gives an AI agent a disposable email and a real UK phone number to test signup flows.

How to install io.github.flovoice53-tech/agent-identity-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_KEY
    required
    secret

    API key from https://flo-voice1.com/api-access, used for the phone-number tools

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-identity-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agent-identity-mcp"
      ],
      "env": {
        "SMS_FLORIN_API_KEY": "<YOUR_SMS_FLORIN_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agent-identity-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agent-identity-mcp"
      ],
      "env": {
        "SMS_FLORIN_API_KEY": "<YOUR_SMS_FLORIN_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agent-identity-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agent-identity-mcp"
      ],
      "env": {
        "SMS_FLORIN_API_KEY": "<YOUR_SMS_FLORIN_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agent-identity-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-identity-mcp"
      ],
      "env": {
        "SMS_FLORIN_API_KEY": "<YOUR_SMS_FLORIN_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add agent-identity-mcp --env SMS_FLORIN_API_KEY=<YOUR_SMS_FLORIN_API_KEY> -- npx -y agent-identity-mcp

Related MCP servers

Rent a real UK phone number and receive SMS/OTP codes — built for AI coding agents.

0
JavaScript
MIT
View repository →