INDIVIDUAL MCP TOOL
categorize_inbox_emails
Run AI categorisation over a batch of inbox emails to label intent and priority.
LIVE ENDPOINT
https://api.misar.io/mail/mcp
Connect to this endpoint to inspect the live schema for categorize_inbox_emails and invoke it with your own arguments.
Indexed 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 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://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).