Skip to main content
Glama
haskx

@1tempmail/mcp-server

by haskx

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
1TEMPMAIL_API_KEYYesYour 1TempMail API key
1TEMPMAIL_API_BASENoAPI base URLhttps://www.1tempmail.com

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_emailA

Generate a new temporary email address. The email remains active for 60 minutes and can receive messages during that time.

check_inboxA

Retrieve all messages currently in the inbox for a given temporary email address.

get_messageA

Retrieve the full content of a specific message, including the HTML body and attachments metadata.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: generate_email creates addresses, check_inbox lists messages, get_message retrieves details. No overlapping functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (generate_email, check_inbox, get_message), making them predictable and easy to understand.

Tool Count5/5

Three tools are appropriate for a temporary email service, covering the essential operations (create, list, read) without unnecessary bloat.

Completeness4/5

The set covers core create and read operations but lacks a delete or refresh tool, which could be useful but is not critical given auto-expiry.

Maintenance

ActivityStale
ResponsivenessNo issues