MCP SERVER

Let your coding agent read the release calendar.

magento.watch exposes its API as a Model Context Protocol server. Drop it into any MCP-aware client and the tools below become part of your agent’s regular tool use.

01

Pick a client.

02

Add the server to your config.

no config file
claude mcp add magento-watch --transport http https://magento.watch/mcp/api
03

Restart the client.

Your agent now has the following tools available:

  • get_version Return a single version with its full lifecycle and system requirements.
  • get_supported_versions All versions currently in support.
  • get_eol_versions Versions that have reached end of life.
  • check_compatibility Ask whether a PHP, MySQL, or other dependency version is compatible with a given release.
  • get_latest_version Latest stable release for a distribution.
  • get_all_versions Every tracked version for a distribution with full lifecycle data.