# Temp Mail Mcp Server

> An MCP Server for Temporary Email related services, built on top of mail.tm

- **Type:** MCP server
- **Install:** `agentstack add mcp-pragyanmehrotra-temp-mail-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [pragyanmehrotra](https://agentstack.voostack.com/s/pragyanmehrotra)
- **Installs:** 0
- **Category:** [Communication](https://agentstack.voostack.com/c/communication)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [pragyanmehrotra](https://github.com/pragyanmehrotra)
- **Source:** https://github.com/pragyanmehrotra/temp-mail-mcp-server
- **Website:** https://www.npmjs.com/package/@pragyanm/temp-mail-mcp-server

## Install

```sh
agentstack add mcp-pragyanmehrotra-temp-mail-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 📧 Temporary Email MCP Server

> MCP server integrating with [mail.tm](https://mail.tm) API to provide temporary email capabilities for LLM agents, create, register, and recieve emails in a temporary email address through your chat.

## Features

### Account Management

- 🆕 Create a random temporary email account
- 📝 Register accounts with a custom name of your choosing
- 🔑 Login to existing accounts
- 👤 Fetch logged-in user information

### Email Operations

- 📬 Retrieve all messages for an account
- 📩 Fetch specific messages by ID

## Demo

## MCP Tools Exposed

The server exposes the following tools via MCP:

- `create_one_account`: Creates a new random temporary email account.
- `register_account`: Registers a new account with provided email and password.
- `login`: Logs in to the temporary email service with email and password.
- `me`: Fetches the current logged-in user's information.
- `get_messages`: Fetches all messages from the temporary email service.
- `get_message`: Fetches a specific message by its ID.

Each tool accepts input parameters as defined in their respective schemas and returns JSON responses.

## Usage

To use this mcp server simply add the following config to your mcp client:

```
{
    "temp-mail-mcp-server": {
        "command": "npx",
        "args": ["@pragyanm/temp-mail-mcp-server@latest"],
    }
}
```

## Technical Notes

Uses the [mailjs](https://www.npmjs.com/package/@cemalgnlts/mailjs) npm package

Responses follow mail.tm API schema

## Contact

[Pragyan Mehrotra](mailto:mehrotrapragyan@gmail.com)

Powered by [mail.tm](https://mail.tm) temporary email service

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [pragyanmehrotra](https://github.com/pragyanmehrotra)
- **Source:** [pragyanmehrotra/temp-mail-mcp-server](https://github.com/pragyanmehrotra/temp-mail-mcp-server)
- **License:** MIT
- **Homepage:** https://www.npmjs.com/package/@pragyanm/temp-mail-mcp-server

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-pragyanmehrotra-temp-mail-mcp-server
- Seller: https://agentstack.voostack.com/s/pragyanmehrotra
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
