Skip to content
Back to search
30
MCP

Web Page Fetcher

io.github.paimonchan/paimon-mcp-fetch

Fetch web pages with SSRF protection. Returns clean, readable markdown from any URL.

Uptime
0.0%
18 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Web Scraper
Extract clean Markdown from any URL, removing boilerplate for use in RAG pipelines.
0 tools
markfetch
Fetch a URL, return clean markdown. MCP server and CLI for AI agents.
0 tools
io.github.infoinlet-marketplace/mcp-fetch
SSRF-safe URL fetch for AI agents — clean markdown/text/HTML/JSON, plus guarded REST calls.
0 tools
URL Text Fetcher
Extracts visible text content and hyperlinks from web pages using requests and BeautifulSoup4 for web scraping, content analysis, and link d
0 tools
Refetch
Fetch pages as markdown, search web and news, extract structured data. For AI agents.
0 tools · streamable-http
AgentFetch
Fetch and convert web content to Markdown with smart routing and token counting.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "web_page_fetcher": {
      "url": "None",
      "transport": "http"
    }
  }
}