PluginBench
MCP Server

SteadyFetch MCP Server

io.github.carsonroell-debug/steadyfetch

What is the SteadyFetch MCP server?

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

How to install SteadyFetch

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "steadyfetch": {
      "command": "uvx",
      "args": [
        "steadyfetch"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "steadyfetch": {
      "command": "uvx",
      "args": [
        "steadyfetch"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "steadyfetch": {
      "command": "uvx",
      "args": [
        "steadyfetch"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "steadyfetch": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "steadyfetch"
      ]
    }
  }
}
Claude Code
claude mcp add steadyfetch -- uvx steadyfetch

Related MCP servers

Waterfall lead enrichment — cascades Apollo, Clearbit, and Hunter for max coverage

2
Python
View repository →

Broken link detection with affiliate tracking, revenue loss estimation, and fixes

0
Python
MIT
View repository →

SelfHeal MCP

Maintained

Self-healing proxy for MCP servers with retry, circuit breaker, and observability

0
TypeScript
View repository →

SiteHealth MCP

Maintained

Full website health audit — SSL, DNS, DMARC/SPF/DKIM, performance, uptime, links

0
TypeScript
View repository →