FetchGate
@MoAz06
About FetchGate
The agent only answers from a page it actually read.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"fetchgate": {
"command": "fetchgate-mcp"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is FetchGate?
When an AI agent fetches a page and it quietly comes back empty (a JavaScript app, a 403, a Cloudflare wall), the agent often does not stop. It answers from memory and never tells you it did not actually read the page. FetchGate refuses to let that happen: the agent gets the content only when the page was really read, and an honest refusal otherwise.
How it decides
Every fetch gets one verdict: RETRIEVED (a real read), FAILED (a definite non-read), or UNKNOWN (fetched, but not enough readable content, often a JavaScript page). Three layers feed it (transport, extraction, content-validity), and the strictest wins. Thin or empty pages can escalate to a real headless browser and get re-checked.
It is deterministic, needs no API keys, and calls no model.
Install
pip install "fetchgate[mcp]" gives you a fetch_url tool for any MCP client.
Basic information
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 ๐
jlowin๐ The fast, Pythonic way to build MCP servers and clients.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

Peekaboo MCP โ lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Comments