Sign In

agent-identity-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agent-identity-mcp

MCP server that gives an AI agent a disposable email address and a real UK phone number so it can test a signup/verification flow end to end.

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

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 for the email side.
  • sms-florin for the phone/SMS side.

Status: working, not yet published to npm/registries

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. Publishing itself (npm, MCP registries) is a separate step not yet done.

Setup

{
  "mcpServers": {
    "agent-identity": {
      "command": "node",
      "args": ["/Users/florin/Documents/sms-florin/agent-identity-mcp/dist/index.js"],
      "env": {
        "SMS_FLORIN_API_KEY": "your_key_here"
      }
    }
  }
}

Tools

ToolDescription
create_test_emailGet a fresh disposable email address, valid up to 60 minutes.
get_test_email_messagesRead what's arrived on an address created above.
list_servicesList services a phone number can be rented for.
rent_test_phone_numberRent a real UK number for a service. Costs balance.
wait_for_test_smsBlock until the SMS/OTP code arrives.

License

MIT

Keywords

mcp

FAQs

Package last updated on 11 Aug 2026

Related posts