API Platform 3.0 was not a feature release — it was a rewrite. Each version since has refined the architecture introduced then: state providers and processors, PHP 8 attributes, OpenAPI 3.x, and a cleaner separation between the HTTP layer and the domain. This series covers what actually changed in each release and why it matters for how you build APIs.
API Platform 4.3: MCP server, Scalar UI, and security before the provider
API Platform 4.3 shipped March 13, 2026. The headline addition is MCP support: your API resources can now be exposed as tools and resources for LLM agents with no extra infrastructure. Alongside that, two quality-of-life improvements stand out — Scalar as an alternative documentation UI, and security checks that fire before the state provider runs. MCP server support The Model Context Protocol is the emerging standard for connecting LLMs to external tools and data sources. 4.3 ships an experimental MCP integration that maps directly onto the API Platform resource model. ...