agent-identity-mcp
This server gives an AI agent disposable real email addresses and real UK phone numbers so it can sign up for services itself and read back verification email/SMS codes.
create_test_email: Get a fresh disposable email address, valid up to 60 minutes.get_test_email_messages: Read messages received on a created test email address.list_services: List services a phone number can be rented for (WhatsApp, Telegram, Google, Discord, etc.) with prices.rent_test_phone_number: Rent a real UK phone number for a service to receive SMS/OTP codes.wait_for_test_sms: Block until the first SMS/OTP code arrives on a rented number, with configurable timeout/polling.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agent-identity-mcpCreate a disposable email and rent a UK number, then check for the OTP."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
agent-identity-mcp
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:
receivemail.dev (source) for the email side.
sms-florin for the phone/SMS side.
Status: published on npm and the official MCP registry
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.
Related MCP server: useblip/email
Setup
{
"mcpServers": {
"agent-identity": {
"command": "npx",
"args": ["-y", "agent-identity-mcp"],
"env": {
"SMS_FLORIN_API_KEY": "your_key_here"
}
}
}
}Tools
Tool | Description |
| Get a fresh disposable email address, valid up to 60 minutes. |
| Read what's arrived on an address created above. |
| List services a phone number can be rented for. |
| Rent a real UK number for a service. Costs balance. |
| Block until the SMS/OTP code arrives. |
Pairs well with: acp-sandbox
Building or testing an AI shopping agent (ACP/agentic commerce)? 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.
Pairs well with: otp-watch
Ship your own signup/verification flow? otp-watch 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.
License
MIT
Maintenance
Related MCP Servers
- AlicenseBqualityCmaintenanceDisposable email MCP server for autonomous AI agents. Create labeled temporary inboxes, wait for verification emails, extract OTP codes and confirmation links — zero human intervention required.6MIT
- AlicenseAqualityCmaintenanceMCP server for disposable email — create inboxes, receive emails, and extract OTP codes. Let your AI agent sign up for services, wait for verification emails, and extract codes autonomously.7691MIT
- AlicenseNot gradedqualityBmaintenanceGives AI agents a real email identity, OTP reading, autonomous signup, and MCP server registry via a single stdio MCP connection.11MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that gives AI agents disposable email addresses and real phone numbers with automatic OTP extraction and self-destructing identities.MIT
Related MCP Connectors
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
Give AI agents real phone numbers, messages, and voice calls via MCP.
Hosted email MCP for AI agents with inboxes, send/receive, memory, recovery, and credits.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/flovoice53-tech/agent-identity-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server