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 steadyfetchRelated MCP servers
Waterfall lead enrichment — cascades Apollo, Clearbit, and Hunter for max coverage
2
View repository →Python
Broken link detection with affiliate tracking, revenue loss estimation, and fixes
0
View repository →Python
MIT
SelfHeal MCP
Maintained
Self-healing proxy for MCP servers with retry, circuit breaker, and observability
0
View repository →TypeScript
SiteHealth MCP
Maintained
Full website health audit — SSL, DNS, DMARC/SPF/DKIM, performance, uptime, links
0
View repository →TypeScript