MCP Uptime
← MCP Reliability Index  /  Web & Scraping
S

SteadyFetch

io.github.carsonroell-debug/steadyfetch
Reliable web fetching for AI agents with retry, circuit breaker, caching, and anti-bot bypass
healthy
status
5
tools exposed
409ms
connect latency
5c00a294e525
schema fingerprint

Tools (5)

fetch_url
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 exponential backoff, falls back to plain HTTP if browser fetch fails, and circuit-breaks domains that are consistently
fetch_markdown
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:
check_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 operations to avoid wasting time on domains that are down. Args: domain: The domain to check (e.g., 'exampl
cache_stats
Get cache statistics — size and item count. Useful for monitoring cache utilization and deciding when to clear.
clear_cache
Clear the entire fetch cache. Use when you need fresh data and don't want to rely on cached results.

Endpoint

https://steadyfetch-production.up.railway.app/mcp
Category: Web & Scraping · Last checked: 2026-07-30T13:51:07Z

Monitor your own MCP server

Get alerted the moment yours goes down, a tool schema drifts, or an upstream silently breaks.

Get early access
How we measure →
What this means. This server responded to the MCP handshake and listed its tools without authentication. The schema fingerprint lets us flag if tool signatures silently change (schema drift) between checks.