FourA MCP 0.6.0 lets an agent choose which browser a request presents. foura_single and foura_proxy accept browser, os, version, or an exact profile id from the public catalogue at GET /api/profiles. They travel inside the request that already goes upstream, so there is no extra call. Leave them out and the request presents the latest Google Chrome, exactly as before. A combination the catalogue cannot present comes back as an error listing what is available, so a request is never sent as a browser you did not choose.
Both tools now return defense when the target ran a bot check. defense.solved: false means the body may be a challenge page rather than the content you asked for, which is the signal to retry with a different browser or escalate, instead of parsing a block page as data.
One correction in the same release: the unblocker description said its default was off. It has always been on, so requests already carried a full browser header set. The published schema now matches the behaviour.