Intercept MCP
UnclaimedMCP server with multi-tier fallback chain for fetching web content as clean markdown
Install
claude mcp add intercept -s user -- npx -y intercept-mcpUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (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