
4fetch
4fetch is an MCP server that fetches URLs and returns clean Markdown with metadata without an API key.
About
4fetch is a hosted MCP server that fetches a URL and returns clean Markdown with metadata so coding agents can quote pages, summarize competitors, or ingest docs without maintaining a custom scraper. It suits developers in Idea and research, Validate when comparing landing pages, and Build when pulling reference material into repo docs. The registry lists a streamable-http remote at https://api.4fetch.com/mcp/v1/fetch with no required secrets, though traffic is rate-limited per IP. Register the remote in Claude Code, Cursor, or another MCP client that supports HTTP transports. 4fetch is a fetch-and-convert utility MCP, not a full browser automation suite or authenticated crawl—respect robots, terms, and rate limits when researching.
- Fetches URLs and returns clean Markdown with metadata
- No API key required; hosted streamable-http remote at api.4fetch.com
- Rate-limited per IP (fair-use remote service)
- Registry version 1.0.0; website 4fetch.com
- Lightweight alternative to wiring your own HTML-to-Markdown scraper in the agent
4fetch by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http 4fetch https://api.4fetch.com/mcp/v1/fetchAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
What it does
Let your agent fetch any public URL and receive clean Markdown plus metadata for research notes and citations—no API key.
Who is it for?
Best when you're doing fast competitor and docs research from MCP agents without signing up for another API.
Skip if: Workflows that need logged-in sessions, heavy JavaScript rendering, or unlimited high-volume crawling.
What you get
After you add the remote MCP endpoint, tool calls return structured Markdown and metadata you can paste into research docs or specs.
- Clean Markdown extractions from requested URLs
- Fetch metadata alongside content for agent citations and notes
By the numbers
- Registry version 1.0.0
- 0 required API keys
- 1 remote streamable-http endpoint
Recommended MCP Servers
How it compares
Keyless URL-to-Markdown MCP fetch, not Playwright-style browser automation.
FAQ
Who is 4fetch for?
Developers and agents that need quick, citation-friendly Markdown from public URLs during research and validation.
When should I use 4fetch?
During Idea research, competitor checks, or doc gathering when you want clean Markdown without managing your own fetch pipeline.
How do I add 4fetch to my agent?
Configure the streamable-http remote URL https://api.4fetch.com/mcp/v1/fetch in your MCP client; no API key is required.