MCPVault
Intercept MCP logo

Intercept MCP

未申請

作者: bighippoman

MCP server with multi-tier fallback chain for fetching web content as clean markdown

インストール

$claude mcp add intercept -s user -- npx -y intercept-mcp

未申請リスティング

このMCPサーバーはあなたのものですか?

このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。

このサーバーを申請する

ツール(18個)

count

(number, optional, 1-5, default 3) — Results to fetch

extract

Extract specific values from a page as JSON instead of markdown prose — for when you need particular data, not the whole page. Honors per-domain auth and proxies.

fetch

Fetch a URL and return its content as clean markdown.

fetch_batch

Fetch up to 10 URLs in parallel, each through the same handler/fallback chain.

freshness

(string, optional) — day, week, month, or year

maxLength

(number, optional, default 50000) — Maximum characters to return

maxTier

(number, optional, 1-5) — Stop at this tier for speed-sensitive cases

noCache

(boolean, optional) — Skip session and shared caches and fetch live

page

(number, optional, 1-10) — Results page for pagination

query

(string, required) — Search query

research

Search the web and fetch the top results in one call — replaces a search followed by several fetches.

search

Search the web and return results.

selectors

(object, optional) — Map of field name → CSS selector. Each value is either a selector string (returns the first match's text) or { selector, attr?, all? } — attr extracts an attribute (e.g. href), all: true returns every match as an array.

site

(string, optional) — Restrict to a domain

startIndex

(number, optional, default 0) — Character offset for paginating long content

tables

(boolean, optional) — Convert every HTML table to an array of row objects (defaults to true when no selectors are given).

url

(string, required) — URL to fetch

urls

(string[], required, 1-10) — URLs to fetch