Skip to main content
Glama
cv3inx

guerrillamail-mcp

by cv3inx

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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_addressB

Get a new disposable Guerrilla Mail address and start a session.

set_email_userA

Set the local part of the email address for the current session.

check_inboxA

Check the inbox. Pass seq to poll only emails newer than that id.

fetch_emailB

Fetch the full body of a single email by id.

delete_emailsB

Delete one or more emails by id.

forget_meA

Forget the current session and clear local session state.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a distinct purpose: checking inbox, deleting emails, fetching full emails, clearing session, getting an address, and setting user. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., check_inbox, delete_emails, fetch_email). No mixing of styles.

Tool Count5/5

6 tools is well-scoped for a disposable email service. It covers core operations without being too few or too many.

Completeness5/5

The set covers the full lifecycle: address acquisition, inbox polling, email retrieval, deletion, and session management. No critical gaps for the domain.

Maintenance

ActivityInactive
ResponsivenessNo issues