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 服务器是你的吗?

此列表根据公开信息自动生成。认领后,你可以编辑页面、设置兼容性并解锁增长工具。全程不超两分钟。

认领此服务器

工具(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