This MCP server provides email processing capabilities for Outlook, integrating with MongoDB for semantic search and SQLite for efficient storage. It features multi-mailbox support, date range filtering, and vector embedding generation using Ollama. Designed for Windows environments, it offers tools for processing emails, storing metadata, and preparing data for advanced search and analysis tasks. The server is particularly useful for applications requiring automated email processing, semantic search capabilities, and integration with local Outlook installations.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Process emails from a specified date range and return structured results: Input includes start_date (ISO format), end_date (ISO format), and mailboxes (list of mailbox names or ['All']). Output includes success status, processed count, retrieved count, stored count, failed count, and a message.
Search for emails based on specific criteria and return matching results.
Analyze the sentiment of a given email and return the sentiment score and analysis.
Identify actionable items from emails and return a list of tasks or actions.
Export email data to various formats including CSV, JSON, HTML, and Excel.
List all available folders in the Outlook account.
Retrieve statistics for a specified folder, including the number of emails and other metadata.
Organize emails in the specified folder according to predefined rules.
Extract contact details from emails and return a structured list of contacts.
Retrieve statistics on email processing, including counts of processed, retrieved, and stored emails.
Verify the consistency of data between SQLite and MongoDB databases.