Skip to main content
Glama
Selenium39

MCP Server - Temporary Email

by Selenium39

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TEMPMAIL_API_KEYYesYour API key from chat-tempmail.com
TEMPMAIL_BASE_URLNoBase URL for the ChatTempMail APIhttps://chat-tempmail.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
get_email_domainsA

获取系统中所有可用的邮箱域名

create_emailB

创建新的临时邮箱地址

list_emailsB

获取账户下的所有邮箱地址

delete_emailC

删除指定的邮箱地址

get_messagesC

获取指定邮箱中的所有消息

get_message_detailC

获取指定消息的详细内容

delete_messageC

删除指定的消息

get_webhook_configA

获取当前的webhook配置信息

set_webhook_configB

设置或更新webhook配置

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 9 tools

Disambiguation5/5

Each tool targets a distinct action and resource: email creation/deletion, message operations, domain listing, and webhook configuration. There is no ambiguity between tools.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., create_email, get_messages), making the set predictable and easy to navigate.

Tool Count5/5

With 9 tools, the server covers the essential operations for temporary email management without being bloated or underdeveloped.

Completeness5/5

The tool set covers the full lifecycle of temporary email: create, list, delete emails; read and delete messages; list domains; and configure webhooks. No obvious gaps for the domain.

Maintenance

ActivityInactive
ResponsivenessNo issues