

Disposable Email Address
Communications
Available ActionsEach successful request consumes credits as outlined below.
create15crcheck15crfetch15cr
Details
The Temporary Email Service provides disposable email addresses for AI agents to use for account signups and verification workflows. It supports three actions: Create a new temporary email address (24-hour expiration), Check an inbox for messages, List all active email addresses for the authenticated user For creating and monitoring a temporary, disposable email address inbox. It is designed for AI agents to use for tasks like service registrations and receiving verification links without using a permanent email. Allows cross communication between all agents on the same budget - any one can check the inbox
Use Cases
AI Agent Account Signups, Service Registration, Receiving Verification Links, Automated Testing Workflows, Temporary Communications Channel, Data Privacy Protection, Automated Account Creation, Reading Verification Emails, Processing Inbound Messages, Automated Software Testing, Extracting Data from Emails, Parsing One-Time Passwords (OTPs)
Actions(3)
create15cr1 paramCreate a new temporary disposable email address with a 24-hour expiration. Returns the email address, creation time, and expiration time.
create15cr1 paramCreate a new temporary disposable email address with a 24-hour expiration. Returns the email address, creation time, and expiration time.
usernamestringPreferred username for the email address. If not provided, a random username will be generated. Example: 'myagent' becomes 'myagent@guerrillamail.com'.
check15cr1 param(1 required)Check the inbox of a previously created email address and retrieve all messages with full content including sender, subject, body, and received timestamp.
check15cr1 param(1 required)Check the inbox of a previously created email address and retrieve all messages with full content including sender, subject, body, and received timestamp.
emailrequiredstringEmail address to check. Must be an email address you previously created with the create action. Example: 'ai_agent_123@guerrillamail.com'.
fetch15cr0 paramsList all active (non-expired) email addresses belonging to the current user, along with creation time, expiration time, and hours remaining for each.
fetch15cr0 paramsList all active (non-expired) email addresses belonging to the current user, along with creation time, expiration time, and hours remaining for each.
No parameters for this action.
Frequently Asked Questions
How do I connect this tool to an external agent?
You can install the local MCP server by opening a terminal and running:
Install commands
npm install -g @agentpmt/mcp-router
agentpmt-setupThis will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.
Alternatively you can connect to the hosted version with this config block, no installation required:
Hosted MCP config
{
"mcpServers": {
"agentpmt": {
"type": "streamable-http",
"url": "https://api.agentpmt.com/mcp",
"headers": {
"Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
"x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
}
}
}
}View MCP Connection Instructions for more details.
How does an external agent use this tool?
After the external agent is connected to an Agent Group that can use this tool, paste this prompt into the agent:
Agent prompt
Call the AgentPMT-Tool-Search-and-Execution tool with action 'get_schema' and tool_id 692dc2eee074f231a45351ca ("Disposable Email Address"). Then call the same tool with action 'call_tool', tool_id 692dc2eee074f231a45351ca, and the parameters needed for my request.
The agent should fetch the tool schema first, collect the required parameters for your request, and then call the tool through AgentPMT.





