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 toolsRead 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. 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… 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 operations to avoid wasting time on domains that are down. Args: domain: The domain to check (e.g., 'example.com')
clear_cache
Clear the entire fetch cache. Use when you need fresh data and don't want to rely on cached results. 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 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 noise. Best for when you need the page content for analysis, summarization, or data extraction. Args: url: The URL to fetch use_cache: Whether to use cached results (default: true) wait_for: CSS selector to wait for before capturing
fetch_url
url*wait_forjs_renderuse_cache