Skip to content
Back to search
100
MCP live v0.1.1 streamable-http

SteadyFetch

io.github.carsonroell-debug/steadyfetch

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

Uptime
4.8%
21 probes
Response
101ms
last probe
Tools
5
callable

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, fa…

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 whe…

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 …

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.

Similar MCP servers embedding-nearest

SteadyFetch
Reliable web fetching for AI agents with retry, circuit breaker, caching, and anti-bot bypass.
0 tools
SteadyFetch
Reliable web fetching MCP server with built-in retry logic, circuit breaker patterns, caching, and anti-bot bypass. Fetches URLs as raw HTML
0 tools · http
Refetch
Fetch pages as markdown, search web and news, extract structured data. For AI agents.
0 tools · streamable-http
io.github.bch1212/agentfetch
Token-budgeted web fetch for AI agents — auto-routes Jina, FireCrawl, Trafilatura, PDF.
0 tools
Scrapling Fetch
Enables AI to access text content from websites protected by bot detection mechanisms through three protection levels (basic, stealth, max-s
0 tools
Social Fetch
Public social-data API and live docs for AI coding agents.
0 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "steadyfetch": {
      "url": "https://steadyfetch-production.up.railway.app/mcp",
      "transport": "streamable-http"
    }
  }
}