SteadyFetch
intake-triage/steadyfetchReliable 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.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"steadyfetch": {
"url": "https://smithery.ai/servers/intake-triage/steadyfetch",
"transport": "http"
}
}
}