OpenArchiver MCP Server
Related Servers
Alternatives to OpenArchiver MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceEnables read-only search and export of Outlook emails and attachments with a chain-of-custody manifest for evidence collection.7MIT
- AlicenseNot gradedqualityAmaintenanceEnables MCP-compatible AI assistants to securely search multiple mailboxes, reconstruct email threads, and inspect attachments through read-only tools without altering mailbox state.Apache 2.0
- FlicenseNot gradedqualityCmaintenanceEnables querying enterprise records and retention policies from any MCP client over stdio, with read-only tools for searching records, fetching retention verdicts, identifying archival candidates, summarizing departments, forecasting retentions, and viewing audit history.-
- FlicenseAqualityCmaintenanceEnables read-only access to a single Gmail mailbox, listing emails within a date range and retrieving full headers and body text of individual emails, with deep-link jump URLs for each result.2-
- AlicenseNot gradedqualityDmaintenanceProvides read-only access to Gmail, enabling email search, unread listing, message and thread retrieval, and draft reply preparation without sending.105 npmMIT
- AlicenseAqualityCmaintenanceReads and searches local email archives (.mbox or .eml) with full MIME parsing, enabling queries about senders, subjects, dates, and bodies while keeping all data on your machine.317,246 npmMIT
TDQS
Scored across 6 tools
Each tool has a distinct purpose: get_email retrieves a single record, search_emails and list_archived_emails_for_source provide different listing/search paths, and the stats/health/source tools cover separate operational concerns. There is no meaningful overlap that would confuse an agent selecting a tool.
Tool names consistently follow a get_/list_/search_ verb prefixed pattern with clear noun targets. Longer names like list_archived_emails_for_source remain readable and predictable, and no naming style mixing occurs.
Six tools is a well-scoped count for an archive email server covering retrieval, search, source listing, and monitoring. Each tool earns its place without redundancy or bloat.
The read-only archive surface is well covered: emails can be searched, listed by source, and fetched individually, while stats and health provide operational visibility. There are no tools for managing ingestion sources or email lifecycle operations, but those appear outside the intended scope of an archiver query/monitoring server.