Refetch✓
io.github.lowenbjer/refetch · v1.0.0
v1.0.0▦ remote🌐 https://refetch.cloud/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.lowenbjer/refetch",
"description": "Fetch pages as markdown, search web and news, extract structured data. For AI agents.",
"title": "Refetch",
"version": "1.0.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://refetch.cloud/mcp",
"headers": [
{
"description": "Your refetch.cloud API key (starts with ftch_). Get one free at https://www.refetch.cloud/console",
"isRequired": true,
"isSecret": true,
"name": "X-API-Key"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}