Connection check
verified live · 20h ago
fouradata-mcp
Reliable web access for AI agents: smart HTTP, rotating proxies, and full-browser rendering.
Tools
4
GitHub stars
4
Installs / wk
163
Licence
MIT
Transport
streamable-http, stdio
Last checked
20h ago
Tools & capabilities
4 toolsRead from the running server on 20h ago.
foura_auto
read-only
url*datamethodheadersvalidateforceProxy
+5
Give it a public URL and get the content back. This is the default when you don't want to choose between HTTP, proxy rotation, and a full browser. On protected targets, or whenever… Give it a public URL and get the content back. This is the default when you don't want to choose between HTTP, proxy rotation, and a full browser. On protected targets, or whenever HTTP 200 may still be a challenge or incomplete page, pass validate.data.accept with text unique to the real content. Auto makes bounded attempts and returns either validated content or a failure; it cannot guarantee a match. The response includes completion details and, by default, reusable session values for follow-up calls. Use a lower-level tool when you need direct control over HTTP, proxy selection, or browser navigation, or to choose which browser is presented to the target: that lives on foura_single and foura_proxy.
foura_browser
read-only
url*proxycookiesheaderscheckTextunblocker
+4
Load a public URL in a full browser session. JavaScript runs, the DOM renders, and cookies come back with the response. Use it for single-page apps, lazy-loaded content, or support… Load a public URL in a full browser session. JavaScript runs, the DOM renders, and cookies come back with the response. Use it for single-page apps, lazy-loaded content, or supported browser challenges. For a protected page, call foura_proxy first and pass its returned proxy ID here to reuse that exit. Set unblocker:false when you want the page exactly as it loads.
foura_proxy
read-only
request*maxTriestimeout_msexitCountriesignoreProxiesoffload_large
Route an HTTP request through rotating proxies with automatic retry. Use it when foura_single is blocked or the target requires a specific exit country. The response includes the p… Route an HTTP request through rotating proxies with automatic retry. Use it when foura_single is blocked or the target requires a specific exit country. The response includes the proxy ID that succeeded; reuse it with foura_single or foura_browser, or exclude it with ignoreProxies. Use foura_browser when the page needs JavaScript. Set exitCountries for a strict country allowlist, and request.browser, request.os, or request.version to present a different browser.
foura_single
read-only
osurl*dataproxymethod*browser
+14