← macromail.dev

INDIVIDUAL MCP TOOL

send_reply

Send a reply on an existing thread via its original account (Gmail/Outlook).

macromail.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests sending messages.

Parent endpoint

macromail.dev

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).
  • list_emails — List the most recent emails sent from this MacroMail account.
  • 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).