Web Fetch
JSON →Fetches and transforms web content, including JavaScript-rendered pages and media files, into various formats.
Install
npx @modelcontextprotocol/inspector Tools · 4
- 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.
Environment variables
OPENAI_API_KEY
Links
★ 7 GitHub stars