← agentemaillist.com
INDIVIDUAL MCP TOOL
list_messages
Recent messages for a domain, sent and received.
LIVE ENDPOINT
https://ai.agentemaillist.com/mcp
Connect to this endpoint to inspect the live schema for list_messages and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agent-email-list]
url = "https://ai.agentemaillist.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-email-list": {
"type": "http",
"url": "https://ai.agentemaillist.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-email-list
Remote MCP URL: https://ai.agentemaillist.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agent-email-list": {
"url": "https://ai.agentemaillist.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-email-list": {
"type": "http",
"url": "https://ai.agentemaillist.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-email-list",
"transport": "streamable-http",
"url": "https://ai.agentemaillist.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
create_account— Create an account on this email service and get an API key back.list_domains— List the sending domains on this account, with their verification state and how much of today's sending allowance each has left.add_domain— Register a domain to send from, and get the DNS records that must be published before it will work.verify_domain— Re-read DNS now and mark the domain active if its SPF and DKIM records are visible.send_email— Send a message.get_sending_limits— How much this domain may send today and what graduates it to the next rung, plus this account's standing: how many domains it may hold and whether sending is paused.get_delivery_events— What happened to messages on this domain: accepted, delivered, failed, and so on.