Skip to content
Back to search
60
MCP http

SteadyFetch

intake-triage/steadyfetch

Reliable web fetching MCP server with built-in retry logic, circuit breaker patterns, caching, and anti-bot bypass. Fetches URLs as raw HTML or clean markdown optimized for LLM consumption. Includes domain health checks and cache management tools.

Uptime
100.0%
30 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

SteadyFetch
Reliable web fetching for AI agents with retry, circuit breaker, caching, and anti-bot bypass.
0 tools
SteadyFetch live
Reliable web fetching for AI agents with retry, circuit breaker, caching, and anti-bot bypass
5 tools · streamable-http
Fetch URL MCP Server
An MCP server that fetches web pages and converts them to clean, readable Markdown.
0 tools
agentfetch-mcp
MCP server for fetching web URLs with token estimation, smart caching, and intelligent routing. Built for AI agents.
0 tools
markfetch
MCP server: fetch a URL, return clean markdown. Built for AI agents.
0 tools
WebFetch
MCP server federating 25 image providers with license-first ranking, providing structured metadata and attribution for safe image sourcing.
0 tools

How to use

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

{
  "mcpServers": {
    "steadyfetch": {
      "url": "https://smithery.ai/servers/intake-triage/steadyfetch",
      "transport": "http"
    }
  }
}