Gives an AI agent a disposable email and a real UK phone number to test signup flows.
MCPpedia last refreshed this data
io.github.flovoice53-tech/agent-identity-mcp is an MCP server that gives an AI agent a disposable email and a real UK phone number to test signup flows. Its tool list has not been published yet over stdio, requires no API key, and scores 58/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"agent-identity": {
"env": {
"SMS_FLORIN_API_KEY": "your_key_here"
},
"args": [
"/Users/florin/Documents/sms-florin/agent-identity-mcp/dist/index.js"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP 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.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'agent-identity-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked agent-identity-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / communication
MCP client bridge: connects to MCP servers and registers their tools on ctx.tools
An autonomous agent that conducts deep research on any data using any LLM providers
1000+ scientific tools for AI scientists: life science, reserach, literature, and more.
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
MCP Security Weekly
Get CVE alerts and security updates for io.github.flovoice53-tech/agent-identity-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP 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.
Bundles two existing services:
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.
{
"mcpServers": {
"agent-identity": {
"command": "npx",
"args": ["-y", "agent-identity-mcp"],
"env": {
"SMS_FLORIN_API_KEY": "your_key_here"
}
}
}
}
| Tool | Description |
|---|---|
create_test_email | Get a fresh disposable email address, valid up to 60 minutes. |
get_test_email_messages | Read what's arrived on an address created above. |
list_services | List services a phone number can be rented for. |
rent_test_phone_number | Rent a real UK number for a service. Costs balance. |
wait_for_test_sms | Block until the SMS/OTP code arrives. |
MIT