MCP.so
登录

Mcp Server Tempmail

@Selenium39

关于 Mcp Server Tempmail

An MCP (Model Context Protocol) server for temporary email management using the ChatTempMail API.

基本信息

分类

其他

传输方式

stdio

发布者

Selenium39

提交者

Selenium39

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "tempmail": {
      "command": "npx",
      "args": [
        "mcp-server-tempmail"
      ],
      "env": {
        "TEMPMAIL_API_KEY": "your-api-key-here",
        "TEMPMAIL_BASE_URL": "https://chat-tempmail.com"
      }
    }
  }
}

工具

9

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

创建新的临时邮箱地址

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

删除指定的邮箱地址

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

获取指定消息的详细内容

删除指定的消息

获取当前的webhook配置信息

设置或更新webhook配置

概览

What is Mcp Server Tempmail?

Mcp Server Tempmail is an MCP (Model Context Protocol) server for managing temporary email addresses via the ChatTempMail API. It provides tools to create, list, and delete temporary emails and their messages, and to configure webhooks.

How to use Mcp Server Tempmail?

Obtain an API key from chat-tempmail.com, then configure your MCP client (e.g., Claude Desktop, Cursor) with the tempmail server using npx mcp-server-tempmail and set the TEMPMAIL_API_KEY and optional TEMPMAIL_BASE_URL environment variables. After restarting the client, use natural language prompts to interact with the available tools.

Key features of Mcp Server Tempmail

  • Create temporary emails with configurable expiry (1 hour, 1 day, 3 days, or permanent)
  • Get all available email domains from the system
  • View, list, and delete email messages
  • Set and retrieve webhook configuration
  • Paginated listings for emails and messages

Use cases of Mcp Server Tempmail

  • Receive verification emails without using a personal address
  • Test registration flows that require email confirmation
  • Automate email-based sign-up processes in development or testing
  • Manage multiple disposable inboxes from a single API key

FAQ from Mcp Server Tempmail

How do I get an API key for Mcp Server Tempmail?

Register at chat-tempmail.com, log in, and create an API key from your profile page.

What environment variables are required?

TEMPMAIL_API_KEY is required. TEMPMAIL_BASE_URL is optional and defaults to https://chat-tempmail.com.

Can I set a permanent temporary email?

Yes, when creating an email, set expiryTime to 0 for a permanent address.

How do I paginate through messages or emails?

Use the optional cursor parameter in list_emails and get_messages; the response will contain a nextCursor for fetching the next page.

What happens to expired emails?

Emails automatically expire according to the set expiry time and are removed from the system.

评论

其他 分类下的更多 MCP 服务器