4 months ago
Give your AI the ability to read the web. Fetches URLs as clean markdown with 9
fallback strategies. Handles tweets, YouTube, arXiv, PDFs, and regular pages. No API keys
required.
Overview
Give your AI the ability to read the web. One command, no API keys required.
Handles tweets, YouTube videos, arXiv papers, PDFs, and regular web pages. If the first strategy fails, it tries up to 8 more before giving up.
Install: npx -y intercept-mcp
Works with Claude Code, Codex, Cursor, Windsurf, Claude Desktop, and any MCP client.
Server Config
{
"mcpServers": {
"intercept": {
"command": "npx",
"args": [
"-y",
"intercept-mcp"
]
}
}
}