← macromail.dev
INDIVIDUAL MCP TOOL
list_emails
List the most recent emails sent from this MacroMail account.
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 endpoint
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.macromail-dev]
url = "https://macromail.dev/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"macromail-dev": {
"type": "http",
"url": "https://macromail.dev/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: macromail-dev
Remote MCP URL: https://macromail.dev/api/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": {
"macromail-dev": {
"url": "https://macromail.dev/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"macromail-dev": {
"type": "http",
"url": "https://macromail.dev/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "macromail-dev",
"transport": "streamable-http",
"url": "https://macromail.dev/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
send_email— Send an email through MacroMail (Amazon SES under the hood).get_email— Retrieve a single sent email by its id (em_…), including body and delivery status.list_domains— List sending domains and their verification status.create_domain— Register a sending domain.list_accounts— List the email accounts (Gmail/Outlook/IMAP) connected to this MacroMail user's inbox.search_inbox— Search/list email threads across the user's connected inbox accounts.read_thread— Read a full email thread (all messages) by its thread id (from search_inbox).triage_inbox— Run AI triage across recent threads: classify each by intent (important/action_needed/newsletter/promotions/fyi) with a one-line summary.