INDIVIDUAL MCP TOOL
ai.subject_lines
Generate AI-powered subject line suggestions for an email campaign.
LIVE ENDPOINT
https://mail.misar.io/api/mcp
Connect to this endpoint to inspect the live schema for ai.subject_lines 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 suggests sending messages.
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.misarmail]
url = "https://mail.misar.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"misarmail": {
"type": "http",
"url": "https://mail.misar.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: misarmail
Remote MCP URL: https://mail.misar.io/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": {
"misarmail": {
"url": "https://mail.misar.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"misarmail": {
"type": "http",
"url": "https://mail.misar.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "misarmail",
"transport": "streamable-http",
"url": "https://mail.misar.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
email.list— List emails from the inbox with optional folder and search filters.email.read— Read the full content of a specific email by ID.email.send— Send an email from one of your verified MisarMail accounts.email.reply— Reply to an existing email thread.email.archive— Move an email to the archive folder.campaign.list— List email marketing campaigns.campaign.get— Get details and stats for a specific campaign.campaign.create— Create a new email marketing campaign (saved as draft).