Skip to main content
Glama

Server Details

Test-inbox API for email and SMS: create inboxes, long-poll messages, extract OTPs and links.

Ownership verified
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 7 tool updates
    • Addedclear_hook
    • Addedcreate_hook
    • Addeddelete_hook
    • Addedget_hook_request
    • Addedlist_hook_requests
    • Addedlist_hooks
    • Addedwait_for_hook_request
  2. 34 tool updates
    • First observedclear_inbox
    • First observedcreate_domain
    • First observedcreate_inbox
    • First observedcreate_key
    • First observedcreate_phone_number
    • First observedcreate_webhook
    • First observeddelete_domain
    • First observeddelete_inbox
    • First observeddelete_webhook
    • First observedenable_webhook
    • First observedfollow_link
    • First observedfollow_sms_link
    • First observedget_attachment
    • First observedget_links
    • First observedget_message
    • First observedget_otp
    • First observedget_sms
    • First observedlist_domains
    • First observedlist_inboxes
    • First observedlist_keys
    • First observedlist_messages
    • First observedlist_phone_numbers
    • First observedlist_sms
    • First observedlist_webhooks
    • First observedrelease_phone_number
    • First observedrevoke_key
    • First observedtest_webhook
    • First observedverify_domain
    • First observedwait_for_link
    • First observedwait_for_message
    • First observedwait_for_otp
    • First observedwait_for_sms
    • First observedwait_for_sms_otp
    • First observedwebhook_deliveries

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Create disposable email inboxes, extract OTP codes in 15 languages, and receive webhooks — all from your AI agent. One call: create inbox → wait for email → get the verification code. Supports 7 domains, email forwarding, and HMAC-signed webhooks with OTP included in payload. Free tier available.
    8
    16
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Ephemeral mailboxes and a mock OAuth IdP for testing email and auth flows — 39 API-driven tools covering mailboxes, mails, attachments, domains, teams, and mock identities.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to create disposable email inboxes and automatically extract OTPs, magic links, and verification codes from incoming emails.
    24
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose, with no overlap. Tools like get_otp vs wait_for_otp serve different immediate needs (fetching vs waiting). Follow_link and follow_sms_link are differentiated by media type. All tools are well-separated.

Naming Consistency5/5

Tool names follow a consistent verb_noun pattern (e.g., create_inbox, wait_for_message, revoke_key). There are no mixed conventions or ambiguous verbs; even 'clear_inbox' and 'webhook_deliveries' fit the pattern.

Tool Count4/5

34 tools is on the higher side, but the domain (email/SMS testing) requires many specialized operations. Each tool earns its place, covering different aspects of flow control (wait vs get), media (email vs SMS), and resource management.

Completeness4/5

The tool set comprehensively covers receiving, extracting (OTP, links), and managing inboxes, domains, phone numbers, keys, and webhooks. The only notable gap is the lack of sending email/SMS, but that is intentional as a test receiver. Core lifecycle for all managed resources is present.

Resources