MCP.so
ログイン

FetchGate

@MoAz06

FetchGate について

The agent only answers from a page it actually read.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

python

公開者

MoAz06

投稿者

Mohamed Azahrioui

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ