AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Guerrillamail Mcp

mcp-cv3inx-guerrillamail-mcp Β· by cv3inx

πŸ›‘οΈ 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.

β€” No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add mcp-cv3inx-guerrillamail-mcp

βœ“ scanned Β· βœ“ verified, works with Claude Code, Cursor, and more.

Security review

βœ“ Passed

No issues found. Passed automated security review. Β· v0.1.0 How review works β†’

  • βœ“ Prompt-injection patterns
  • βœ“ Secret / credential exfiltration
  • βœ“ Dangerous shell & filesystem operations
  • βœ“ Untrusted network calls
  • βœ“ Known-malicious package signatures

What it can access

  • βœ“ Network access No
  • βœ“ Filesystem access No
  • βœ“ Shell / process execution No
  • βœ“ Environment & secrets No
  • βœ“ Dynamic code execution No

From automated source analysis of v0.1.0. β€œUsed” means the capability is present in the source β€” more access means more to trust, not that it’s unsafe.

View the full security report β†’

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-cv3inx-guerrillamail-mcp)

Reliability & compatibility

βœ“ Security review passed
0 installs to date
β€” no reviews yet
● 1mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work β†’
Are you the author of Guerrillamail Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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 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.

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:

npx -y guerrillamail-mcp

Claude Desktop

Add to your claude_desktop_config.json:

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

Claude Code CLI

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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.