# Guerrillamail Mcp

> 🛡️ MCP server for Guerrilla Mail — disposable/temp email for AI agents. Create inboxes, poll & read mail via Claude, Cursor, any MCP client. Zero config, zero API key.

- **Type:** MCP server
- **Install:** `agentstack add mcp-cv3inx-guerrillamail-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [cv3inx](https://agentstack.voostack.com/s/cv3inx)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [cv3inx](https://github.com/cv3inx)
- **Source:** https://github.com/cv3inx/guerrillamail-mcp

## Install

```sh
agentstack add mcp-cv3inx-guerrillamail-mcp
```

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

## About

# guerrillamail-mcp

[](https://www.npmjs.com/package/guerrillamail-mcp)
[](https://www.npmjs.com/package/guerrillamail-mcp)
[](./LICENSE)
[](https://nodejs.org)

MCP server for the [Guerrilla Mail](https://www.guerrillamail.com/) temporary/disposable email API. Spin up throwaway inboxes, poll for mail, and read messages from any MCP client — Claude Desktop, Claude Code, Cursor, or any other.

**Zero config. No API key. One command.**

```bash
npx -y guerrillamail-mcp
```

## Why

Need a throwaway email inside an AI workflow — signup testing, OTP capture, scratch inbox — without leaving the agent? This wires Guerrilla Mail's disposable inboxes straight into the Model Context Protocol so your agent can create an address, watch for mail, and read it, all on its own.

## Install & usage

Run directly with npx — no install needed:

```bash
npx -y guerrillamail-mcp
```

### Claude Desktop

Add to your `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "guerrillamail": {
      "command": "npx",
      "args": ["-y", "guerrillamail-mcp"]
    }
  }
}
```

### Claude Code CLI

```bash
claude mcp add guerrillamail -- npx -y guerrillamail-mcp
```

## Tools

| Tool | Description | Inputs |
|------|-------------|--------|
| `get_email_address` | Get a new disposable address and start a session. | `lang` (optional, default `"en"`) |
| `set_email_user` | Set the local part of the address for the session. | `email_user` (required) |
| `check_inbox` | Check the inbox; poll only newer mail with `seq`. | `seq` (optional, default `"0"`) |
| `fetch_email` | Fetch the full body of one email (HTML stripped). | `email_id` (required) |
| `delete_emails` | Delete one or more emails. | `email_ids` (required, `string[]`) |
| `forget_me` | Forget the session and clear local state. | none |

## Notes

- Session state (`sid_token` + `PHPSESSID` cookie) is held in memory for the life of the process.
- No API key required. Uses the public Guerrilla Mail AJAX endpoint.

## License

MIT

## Source & license

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

- **Author:** [cv3inx](https://github.com/cv3inx)
- **Source:** [cv3inx/guerrillamail-mcp](https://github.com/cv3inx/guerrillamail-mcp)
- **License:** MIT

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-cv3inx-guerrillamail-mcp
- Seller: https://agentstack.voostack.com/s/cv3inx
- 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%.
