Fetch web content in multiple formats - HTML, JSON, plain text, Markdown, readable articles, and YouTube transcripts
72
90%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Use fetch MCP tools to retrieve web content in the most appropriate format for the task.
| Tool | Best For |
|---|---|
mcp__fetch__fetch_markdown | General web pages — converts to clean Markdown |
mcp__fetch__fetch_html | Raw HTML when you need to parse structure |
mcp__fetch__fetch_txt | Plain text extraction, minimal formatting |
mcp__fetch__fetch_json | JSON REST APIs and data endpoints |
mcp__fetch__fetch_readable | Articles/blog posts — removes ads and navigation |
mcp__fetch__fetch_youtube_transcript | YouTube video transcripts by video URL or ID |
fetch_markdown or fetch_readablefetch_jsonfetch_htmlfetch_youtube_transcriptfetch_txtWhen WebFetch fails, the fetch plugin automatically suggests retrying with these tools. Prefer fetch_markdown as the general-purpose fallback for most URLs.