npm agent-identity-mcpstdioMITupdated 11d ago
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.
¿Qué puedes hacer con agent identity mcp?
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.
Setup
{
"mcpServers": {
"agent-identity": {
"command": "npx",
"args": ["-y", "agent-identity-mcp"],
"env": {
"SMS_FLORIN_API_KEY": "your_key_here"
}
}
}
}
Tools
| 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. |
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
Instalación
Añade agent identity mcp a tu cliente. Elige el que uses.
claude mcp add agent-identity-mcp -- npx -y agent-identity-mcpcodex mcp add agent-identity-mcp -- npx -y agent-identity-mcpamp mcp add agent-identity-mcp -- npx -y agent-identity-mcp{
"mcpServers": {
"agent-identity-mcp": {
"command": "npx",
"args": [
"-y",
"agent-identity-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"agent-identity-mcp": {
"command": "npx",
"args": [
"-y",
"agent-identity-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"agent-identity-mcp","command":"npx","args":["-y","agent-identity-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"agent-identity-mcp": {
"command": "npx",
"args": [
"-y",
"agent-identity-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"agent-identity-mcp": {
"command": "npx",
"args": [
"-y",
"agent-identity-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"agent-identity-mcp": {
"command": "npx",
"args": [
"-y",
"agent-identity-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"agent-identity-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"agent-identity-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"agent-identity-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"agent-identity-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y agent-identity-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
5 herramientas
agent identity mcp expone 5 herramientas a un agente conectado.
- 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.
Puntuación
72 / 100
Buena
- Documentación22/25
- Mantenimiento19/25
- Confianza13/20
- Capacidad6/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 4 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 0.1.1Última | 11 ago 2026 |