MCP Servers / web-scraping / Web Fetch

Web Fetch

JSON →
httpnone7web-scraping

Fetches and transforms web content, including JavaScript-rendered pages and media files, into various formats.

Install
How to run this server
[ { "cmd": "npx @modelcontextprotocol/inspector", "imports": [] } ]
server path: web-fetch-2
Tools
What this server exposes
get-raw-text
Extracts raw text content directly from URLs without browser rendering. Best used for structured data formats or when fast, direct access is needed.
get-rendered-html
Fetches fully rendered HTML content using a headless browser. Essential for modern web applications and SPAs that require JavaScript rendering.
get-markdown
Converts web page content to well-formatted Markdown. Preserves structural elements while providing clean, readable text output.
get-markdown-from-media
Performs AI-powered content extraction from media files (images, videos) using computer vision and OCR. Requires a valid OPENAI_API_KEY environment variable.
Configuration
Environment & auth
authnone
envOPENAI_API_KEY
Resources
Web Fetch — MCP Server · libregistry