mcpserver.lol
registry/steadyfetch
Connection check verified live · 27h ago

steadyfetch

Reliable web fetching for AI agents with retry, circuit breaker, caching, and anti-bot bypass

Tools 5
GitHub stars
Installs / wk
Licence
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

5 tools

Read from the running server on 27h ago.

cache_stats
Get cache statistics — size and item count. Useful for monitoring cache utilization and deciding when to clear.
check_domain domain*
Check the health status of a domain. Returns the circuit breaker state: 'closed' (healthy), 'open' (failing), or 'half_open' (testing recovery). Use this before batch oper…
clear_cache
Clear the entire fetch cache. Use when you need fresh data and don't want to rely on cached results.
fetch_markdown url*wait_foruse_cache
Fetch a URL and return clean markdown text optimized for LLM consumption. Same reliability as fetch_url but returns only the markdown content, stripping HTML, scripts, and…
fetch_url url*wait_forjs_renderuse_cache
Fetch a URL with full reliability — retry, circuit breaker, cache, and anti-bot bypass. Returns both raw HTML and clean markdown. Automatically retries on failure with exp…