Skip to content
Back to search
30
MCP v1.0.0 streamable-http

4fetch

io.github.amit755/4fetch

Fetch a URL and get clean Markdown with metadata. No API key required; rate-limited per IP.

Uptime
0.0%
23 probes
Response
5074ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

markfetch
Fetch a URL, return clean markdown. MCP server and CLI for AI agents.
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
Fetch (Mozilla Readability)
Integrates Mozilla's Readability algorithm to extract and transform webpage content into clean, LLM-optimized Markdown.
0 tools
fetch-clean-markdown-mcp
A Python wrapper for the fetch-clean-markdown-mcp MCP server — fetches URLs and returns clean, LLM-optimized Markdown
0 tools
Intercept
Fetches URLs as clean markdown with multi-tier fallback.
0 tools

How to use

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

{
  "mcpServers": {
    "4fetch": {
      "url": "https://api.4fetch.com/mcp/v1/fetch",
      "transport": "streamable-http"
    }
  }
}