Microsoft Mail MCP server
Search Outlook, send replies, and manage drafts through Microsoft Graph.
About
Connect Tracecat to Microsoft Mail to search Outlook, send replies, and manage drafts for SOC analysts triaging phishing reports and IT teams handling service desk email. You can pull headers and URLs from a reported phishing message for enrichment without leaving the agent's workflow. From there, send a templated reply to the reporter, categorize the message for downstream automation, and convert mailbox traffic into incidents with confidence.
Setup
- 1
Sign in with OAuth
You'll authorize Tracecat to access Microsoft Mail on your behalf. No API keys to manage.
- 2
Select the
Microsoft Mailtile in the Tracecat MCP catalogOpen the
MCP catalogin your workspace, select theMicrosoft Mailtile, and complete the OAuth flow. - 3
Enable
Microsoft Mailin your agentIn your
ai.agentaction orAgents→toolstab, selectMicrosoft Mailfrom theMCP integrationsdropdown.
Tools
mcp_MailTools_graph_mail_createMessage | Create a draft email with subject, recipients, and HTML or plain text body. |
mcp_MailTools_graph_mail_sendMail | Send an email as the connected user with optional CC, BCC, and HTML body. |
mcp_MailTools_graph_mail_sendDraft | Send an existing draft message by ID. |
mcp_MailTools_graph_mail_getMessage | Get a message by ID with optional OData select and expand, including HTML body. |
mcp_MailTools_graph_mail_searchMessages | Search Outlook using the Microsoft Graph Search API with KQL queries. |
mcp_MailTools_graph_mail_listSent | List messages in Sent Items with optional filter, search, and orderby clauses. |
mcp_MailTools_graph_mail_reply | Send a reply to an existing message with optional HTML formatting. |
mcp_MailTools_graph_mail_replyAll | Send a reply-all to an existing message with optional HTML formatting. |
mcp_MailTools_graph_mail_updateMessage | Update a message's mutable properties such as subject, body, categories, and importance. |
mcp_MailTools_graph_mail_deleteMessage | Delete a message from the connected user's mailbox with optional ETag concurrency check. |