Skip to content

Releases: fouradata/mcp

Release list

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 07:59
Immutable release. Only release title and notes can be modified.
fd80590

Added

  • foura_single and foura_proxy accept an optional browser profile: browser, os, version, or an exact profile id. Omitting them keeps the previous behaviour, the current Chrome. The catalogue is public at https://api.foura.ai/api/profiles. A combination that does not exist returns an error listing what is available instead of sending a different browser.
  • Both tools now surface defense when the target ran a bot check. defense.solved: false means the body may be a challenge page, so an agent can retry with another browser profile or escalate.

Fixed

  • The unblocker description on foura_single and foura_proxy said the default was off. It has always been on, so requests already carried a full browser header set. The schema text now matches the behaviour.

Security

  • Updated the MCP SDK to 1.30.0 and dependencies to clear published advisories in undici, hono, @hono/node-server, fast-uri, ip-address and body-parser. npm audit reports no known vulnerabilities.

v0.5.0

Choose a tag to compare

@kopoev kopoev released this 13 Jul 12:52
Immutable release. Only release title and notes can be modified.
20e0519

Added

  • foura_proxy accepts an optional exitCountries allowlist and returns the selected exitCountry on a scoped success. Unknown exits are excluded and no eligible scope is silently dropped.

Changed

  • Tool guidance now makes protected-content validation, offloaded resource reads, and strict country-scope error handling explicit.
  • The minimum supported Node version is now 22.19, matching the runtime requirement of the HTTP client dependency.