MCP Server
MCP
SteadyFetch
Reliable web fetching for AI agents with retry, circuit breaker, caching, and anti-bot bypass
Install
uvx steadyfetch
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://steadyfetch-production.up.railway.app/mcp"
}
],
"packages": [
{
"registryType": "pypi",
"identifier": "steadyfetch",
"version": "0.1.1",
"transport": {
"type": "stdio"
}
}
]
}
mcp
model-context-protocol
streamable-http
pypi
Comments
Sign in to leave a comment