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.
Tools
provision_identity
get_identity
request_phone_number
list_messages
wait_for_message
get_message
send_email
reply_to_message
update_message
list_threads
get_thread
get_verification_codes
follow_verification_link
start_registration_session
list_registration_sessions
get_registration_session
wait_for_registration_artifact
get_registration_artifacts
save_browser_state
load_browser_state
complete_registration_session
block_registration_session
list_totp_entries
get_totp_code
get_persona
create_or_update_persona
save_registration
list_registrations
get_registration
list_secrets
get_secret
put_secret
delete_secret
web_search
list_files
store_file
get_file
delete_file
list_crons
create_cron
update_cron
delete_cron
list_pages
create_page
get_page
update_page
delete_page
upload_page_file
list_page_files
delete_page_file
get_auto_reply
set_auto_reply
get_forwarding
set_forwarding
get_signature
set_signature
list_contacts
upsert_contact
delete_contact
list_webhooks
create_webhook
get_webhook_deliveries
get_metrics
get_reputation
Server Config
{
"mcpServers": {
"keyid": {
"command": "npx",
"args": [
"-y",
"@keyid/agent-kit"
]
}
}
}