HomeCommunication › agent-identity-mcp

agent-identity-mcp

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

TypeScript Cloud
★ 0 stars Last pushed 2026-09-19 License: MIT

Topics: Communication

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "agent-identity-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "SMS_FLORIN_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • SMS_FLORIN_API_KEY required secret — API key from https://flo-voice1.com/api-access, used for the phone-number tools

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry