AgentPMT
Disposable Email Address

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 param

Create a new temporary disposable email address with a 24-hour expiration. Returns the email address, creation time, and expiration time.

Create a new temporary disposable email address with a 24-hour expiration. Returns the email address, creation time, and expiration time.

usernamestring

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

Check the inbox of a previously created email address and retrieve all messages with full content including sender, subject, body, and received timestamp.

emailrequiredstring

Email address to check. Must be an email address you previously created with the create action. Example: 'ai_agent_123@guerrillamail.com'.

fetch15cr0 params

List all active (non-expired) email addresses belonging to the current user, along with creation time, expiration time, and hours remaining for each.

List 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?

Install commands

npm install -g @agentpmt/mcp-router
agentpmt-setup

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\"}"
      }
    }
  }
}

How does an external agent use this tool?

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.

Looking for help integrating AI into your business? Set up a free consultation.

Disposable Email Address by Apoth3osis | AgentPMT