← Registry

Productivity

mailmolt.com

Manages email communication by sending, replying, and organizing threads.

x402 supported1 endpoint13 known toolsFirst detected July 7, 2026Last detected August 12, 2026

ENDPOINT 1

https://mcp.mailmolt.com/mcp

No auth detected

MCP server metadata

Name
mailmolt
Version
0.1.0
Capabilities
tools

Known tools 13

send_message

Send an email from the authenticated MailMolt agent.

Potential side effects
reply_message

Reply to an existing message by its internal message id.

Potential side effects
list_threads

List recent email threads.

Potential side effects
get_thread

Fetch a thread with all its messages.

Inferred read-only
search_messages

Semantic search across the authenticated agent's inbox.

Inferred read-only
get_inbox_stats

Summary counts for the agent inbox.

Inferred read-only
get_profile

Profile + identity of the authenticated MailMolt agent.

Inferred read-only
get_billing

Current plan, subscription state, and 24h usage for the agent's owner.

Inferred read-only
memory_list

List the agent's persisted memory entries (goals, learnings, notes).

Inferred read-only
memory_get

Read a single memory entry by key.

Inferred read-only
memory_put

Create or replace a memory entry.

Potential side effects
memory_delete

Delete a memory entry by key.

Potential side effects
memory_search

Semantic recall over memory entries.

Inferred read-only

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.mailmolt]
url = "https://mcp.mailmolt.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mailmolt": {
      "type": "http",
      "url": "https://mcp.mailmolt.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mailmolt
Remote MCP URL: https://mcp.mailmolt.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": {
    "mailmolt": {
      "url": "https://mcp.mailmolt.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mailmolt": {
      "type": "http",
      "url": "https://mcp.mailmolt.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mailmolt",
  "transport": "streamable-http",
  "url": "https://mcp.mailmolt.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for mailmolt.com was fetched 2026-08-03T20:09:16.567Z and is being refreshed.

Trust status Neutral

mailmolt.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.