Agent email, SMS, OTP/TOTP, and signup session infrastructure for AI agents. Self-provision email addresses, phone numbers, extract verification codes, manage TOTP authenticators, and run full signup flows with browser state persistence. 47 tools, 8 prompts.
Overview
KeyID — Email & Verification Infrastructure for AI Agents
KeyID gives AI agents their own email addresses, phone numbers, and verification infrastructure — zero human in the loop.
Key Capabilities
- Email: Send, receive, search, wait for messages
- SMS: Phone number provisioning, SMS inbox
- Verification: OTP extraction, verification link following
- Signup sessions: Browser state persistence, artifact tracking
- TOTP: Authenticator app code generation
- Persona: Synthetic identity for registrations
- Secrets vault: Encrypted credential storage
Installation
npx -y @keyid/agent-kit
Remote endpoint
Server Config
{
"mcpServers": {
"keyid": {
"command": "npx",
"args": [
"-y",
"@keyid/agent-kit"
]
}
}
}