MCP is a thin JSON-RPC protocol, not magic — but it buys two things a plain HTTP API does not. An agent can discover the tools and their schemas at runtime instead of being told about them out of band, and results are typed, so a screenshot arrives as an image rather than base64 buried in a string. Everything below is read from the same module the MCP server serves, so this page cannot drift from what an agent actually sees.
—