- Add list-email-logs and get-email-log-message tools: query sent-mail delivery history with filters and pagination; inspect a single log by UUID (summary, event timeline, optional body via
include_content). - Add get-sending-stats tool: check delivery, bounce, open, click, and spam rates for a date range; optional breakdown by domain, category, email service provider, or date.
- Add sending domains tools: list-sending-domains, get-sending-domain, create-sending-domain, delete-sending-domain. get-sending-domain accepts optional
include_setup_instructions: trueto append DNS setup instructions to the response.
- Adjust some info by @yanchuk in #41
- chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in #43
- chore(deps): bump body-parser from 2.2.0 to 2.2.1 by @dependabot[bot] in #45
- Get emails in sandbox by @narekhovhannisyan in #44
- chore(deps-dev): bump node-forge from 1.3.1 to 1.3.2 by @dependabot[bot] in #46
- chore(deps): bump express from 5.1.0 to 5.2.1 by @dependabot[bot] in #47
- chore(deps): bump @modelcontextprotocol/sdk from 1.18.2 to 1.24.0 by @dependabot[bot] in #48
- Update mailtrap version, refresh package-lock by @narekhovhannisyan in #49
- Bump axios from 1.8.4 to 1.12.1 by @dependabot[bot] in #35
- Bump @modelcontextprotocol/inspector from 0.14.1 to 0.16.6 by @dependabot[bot] in #33
- mcpb (former dxt) implementation by @narekhovhannisyan in #34
- Update references and manifest version by @narekhovhannisyan in #37
- Bump version to update NPM page
- Initial release of the official mailtrap.io MCP server