← misarmail.com

INDIVIDUAL MCP TOOL

update_contact

Update an existing contact by email address, including changing subscription status.

misarmail.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.misar.io/mail/mcp

No auth detected

Connect to this endpoint to inspect the live schema for update_contact and invoke it with your own arguments.

Indexed 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 server

misarmail.com

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.misarmail]
url = "https://api.misar.io/mail/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "misarmail": {
      "type": "http",
      "url": "https://api.misar.io/mail/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: misarmail
Remote MCP URL: https://api.misar.io/mail/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": {
    "misarmail": {
      "url": "https://api.misar.io/mail/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "misarmail": {
      "type": "http",
      "url": "https://api.misar.io/mail/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "misarmail",
  "transport": "streamable-http",
  "url": "https://api.misar.io/mail/mcp"
}
MCP Inspector

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

Related tools

  • send_email — Send a transactional email from a verified MisarMail account.
  • list_emails — List emails from a mailbox folder with optional full-text search across subject and body.
  • get_email — Read the full content of a single email by ID, including headers, body, and attachments metadata.
  • reply_to_email — Reply to an existing email thread.
  • archive_email — Move one email out of the inbox and into the archive.
  • validate_email — Validate an email address before sending: syntax, MX records, disposable-domain and role-account detection.
  • list_campaigns — List email marketing campaigns with their status, audience size, and headline metrics.
  • get_campaign — Get full details for one campaign: content, audience segment, schedule, and delivery statistics (sent, opened, clicked, bounced, complained).