
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
agent-identity-mcp
Advanced tools
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.
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. Publishing itself (npm, MCP registries) is a separate step not yet done.
{
"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"
}
}
}
}
| 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
FAQs
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.
We found that agent-identity-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.