agent-identity-mcp
Related Servers
Alternatives to agent-identity-mcp
No user-submitted related servers found.
Related 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
- AlicenseNot gradedqualityDmaintenanceMCP server that gives AI agents disposable email addresses and real phone numbers with automatic OTP extraction and self-destructing identities.MIT
- 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.726 npm1MIT
- AlicenseAqualityBmaintenanceMCP server that lets AI agents rent a real UK phone number and receive SMS/OTP verification codes directly in agentic workflows.435 npmMIT
- AlicenseNot gradedqualityDmaintenanceDisposable email for humans and AI agents. Enables AI agents to create mailboxes and receive verification emails through an MCP server.36MIT
- AlicenseNot gradedqualityDmaintenanceGives AI agents a real email identity, OTP reading, autonomous signup, and MCP server registry via a single stdio MCP connection.7 npmMIT
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: create_test_email and get_test_email_messages handle email lifecycle, while list_services, rent_test_phone_number, and wait_for_test_sms handle phone/SMS OTP. No two tools overlap in function or target resource.
All tools follow the verb_noun pattern with lowercase snake_case: create, get, list, rent, wait. Minor imprecision like list_services not specifying 'phone' is acceptable given the narrow domain.
5 tools is well-scoped for the server's purpose of testing identity verification via email and phone SMS. Each tool earns its place and the count feels neither sparse nor bloated.
The tool surface covers the essential flows: create and read test emails; list services, rent a phone number, and wait for SMS. There are no obvious dead ends or missing operations for the stated identity-testing purpose.