SteadyFetch✓
io.github.carsonroell-debug/steadyfetch · v0.1.1
v0.1.1▦ pypi pypi: steadyfetch🌐 https://steadyfetch-production.up.railway.app/mcp
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.carsonroell-debug/steadyfetch",
"description": "Reliable web fetching for AI agents with retry, circuit breaker, caching, and anti-bot bypass",
"title": "SteadyFetch",
"version": "0.1.1",
"packages": [
{
"registryType": "pypi",
"identifier": "steadyfetch",
"version": "0.1.1",
"transport": {
"type": "stdio"
}
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://steadyfetch-production.up.railway.app/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}