{ "id": "http-fetch", "name": "HTTP Fetch", "type": "mcp_local", "scope": "global", "icon_small": "http-fetch/icon_sm.svg", "icon_large": "http-fetch/icon_lg.svg", "user_description": "Fetch any URL as HTML, Markdown, text, JSON, or YouTube transcripts \u2014 free, no API key, no rate limits.", "requires": [ "NODE" ], "tags": [ "http", "fetch", "mcp", "local", "free", "scraping", "youtube" ], "auth": { "type": "none" }, "folder": "http-fetch", "version": 5, "version_string": "1.1.0", "version_release_date": "2026-08-10", "tools": [ { "name": "fetch_html", "display_name": "Fetch as HTML" }, { "name": "fetch_markdown", "display_name": "Fetch as Markdown" }, { "name": "fetch_txt", "display_name": "Fetch as Text" }, { "name": "fetch_json", "display_name": "Fetch as JSON" }, { "name": "fetch_readable", "display_name": "Fetch Readable Content" }, { "name": "fetch_youtube_transcript", "display_name": "Get YouTube Transcript" } ] }