FetchGate
@MoAz06
FetchGate について
The agent only answers from a page it actually read.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"fetchgate": {
"command": "fetchgate-mcp"
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
コメント