Intelligent web content fetcher MCP server that converts HTML to clean, AI-readable Markdown
If you already use Fetch URL, the fetch url mcp server is the piece that lets your assistant work with it directly. Intelligent web content fetcher MCP server that converts HTML to clean, AI-readable Markdown.
An MCP server that fetches web pages and converts them to clean, readable Markdown.
This server takes a URL, fetches the page, and strips away everything you don't need — navigation, sidebars, banners, scripts — leaving just the main content as Markdown. It's perfect for feeding into LLMs, giving them the distilled essence of a page without the noise. It also recognizes GitHub, GitLab, Bitbucket, and Gist URLs and rewrites them to fetch the raw content directly.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Tools — The Tools tool exposed by this serverResources — The Resources tool exposed by this serverPrompts — The Prompts tool exposed by this serverConfiguration is passed through the environment: OAUTH_ISSUER_URL, OAUTH_AUTHORIZATION_URL, OAUTH_TOKEN_URL, OAUTH_REVOCATION_URL, OAUTH_REGISTRATION_URL, OAUTH_INTROSPECTION_URL, OAUTH_CLIENT_ID, OAUTH_CLIENT_SECRET. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
The server ships on npm as args, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
This sits in the search and retrieval group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Fetch URL's toolset — Tools, Resources, Prompts — is a fair guide to whether it matches your workflow. It is maintained by j0hanz; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Fetch URL's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Tools | The Tools tool exposed by this server. |
| Resources | The Resources tool exposed by this server. |
| Prompts | The Prompts tool exposed by this server. |
{
"mcpServers": {
"fetch-url-mcp": {
"command": "npx",
"args": ["-y", "@j0hanz/fetch-url-mcp@latest"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| OAUTH_ISSUER_URL | Endpoint or connection string the server talks to. | Yes |
| OAUTH_AUTHORIZATION_URL | Endpoint or connection string the server talks to. | Yes |
| OAUTH_TOKEN_URL | Credential the server authenticates with. | Yes |
| OAUTH_REVOCATION_URL | Endpoint or connection string the server talks to. | Yes |
| OAUTH_REGISTRATION_URL | Endpoint or connection string the server talks to. | Yes |
| OAUTH_INTROSPECTION_URL | Endpoint or connection string the server talks to. | Yes |
| OAUTH_CLIENT_ID | Configuration value read at startup. | Optional |
| OAUTH_CLIENT_SECRET | Credential the server authenticates with. | Yes |
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.