{
  "markdown": "# agent-identity-mcp\n\n[![Listed on mcpservers.org](https://mcpservers.org/badge.svg)](https://mcpservers.org/servers/flovoice53-tech/agent-identity-mcp)\n\nMCP server that gives an AI agent a throwaway test identity — a real disposable email address and a real UK phone number — so it can sign up for something it's testing and read back the verification email/SMS itself, without a human in the loop.\n\nBundles two existing services:\n- [receivemail.dev](https://receivemail.dev) ([source](https://github.com/flovoice53-tech/receivemail-worker)) for the email side.\n- [sms-florin](https://flo-voice1.com) for the phone/SMS side.\n\n## Status: published on npm and the official MCP registry\n\n`create_test_email` no longer needs any receivemail.dev credential — mailbox creation is public/self-serve (rate-limited: 20/min per IP, 5,000/day total). The only credential needed is your own `SMS_FLORIN_API_KEY`, for the phone-number tools.\n\n## Setup\n\n```json\n{\n  \"mcpServers\": {\n    \"agent-identity\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"agent-identity-mcp\"],\n      \"env\": {\n        \"SMS_FLORIN_API_KEY\": \"your_key_here\"\n      }\n    }\n  }\n}\n```\n\n## Tools\n\n| Tool | Description |\n| --- | --- |\n| `create_test_email` | Get a fresh disposable email address, valid up to 60 minutes. |\n| `get_test_email_messages` | Read what's arrived on an address created above. |\n| `list_services` | List services a phone number can be rented for. |\n| `rent_test_phone_number` | Rent a real UK number for a service. Costs balance. |\n| `wait_for_test_sms` | Block until the SMS/OTP code arrives. |\n\n## Pairs well with: acp-sandbox\n\nBuilding or testing an AI shopping agent (ACP/agentic commerce)? [acp-sandbox](https://github.com/flovoice53-tech/acp-sandbox) is a hosted mock merchant your agent can complete a full test checkout against — no real store, no real money. Combined with this package, an agent gets a disposable email/phone for the buyer identity *and* a merchant to actually check out with, entirely test-side.\n\n## Pairs well with: otp-watch\n\nShip your own signup/verification flow? [otp-watch](https://otpwatch.flo-voice1.com) uses the same underlying real phone numbers and disposable mailboxes to answer a different question: is your OTP/verification SMS or email actually arriving, and how fast? Point your own cron/CI at it to catch a broken delivery pipeline before your users do.\n\n## License\n\nMIT\n",
  "bytes": 2400,
  "sha": "704a4e6bdbdcf36adc8763ddddb0d4a3da03b92604082c60f9276c45e2b1d7f5",
  "repo_slug": "flovoice53-tech/agent-identity-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_flovoice53_tech_agent_identity_a3116e36/readme"
}