Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 2.41 KB

File metadata and controls

36 lines (25 loc) · 2.41 KB

[Unreleased]

  • 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: true to append DNS setup instructions to the response.

[0.1.0] - 2025-12-09

  • 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

[0.0.5] - 2025-11-10

  • Improve mcpb by @yanchuk in #39
  • Add tool annotation by @yanchuk in #40

[0.0.4] - 2025-24-10

  • 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

[0.0.2] - 2025-04-04

  • Bump version to update NPM page

[0.0.1] - 2025-04-04

  • Initial release of the official mailtrap.io MCP server