fetch-mcp
Verified Safeby OrionHubScript
Overview
Serves as an MCP server to fetch URLs and YouTube video transcripts efficiently.
Installation
npx fetch-mcp --sseEnvironment Variables
- PORT
Security Notes
The server uses `got-scraping` for network requests, which includes some anti-bot features. No `eval` or direct command injection vectors were found. The `fetch_url` tool directly accepts a URL, which could pose a limited Server-Side Request Forgery (SSRF) risk if not used in a controlled environment or if URL validation were not strict enough to prevent access to internal networks. No hardcoded secrets were identified.
Similar Servers
mcp-server-youtube-transcript
Provides a Model Context Protocol server to retrieve YouTube video transcripts, including language fallback, timestamps, and ad filtering.
yt-dlp-mcp
Integrate video platform capabilities like search, metadata extraction, and content download into AI agents using yt-dlp.
crawl-mcp
A comprehensive Model Context Protocol (MCP) server that wraps the crawl4ai library for advanced web crawling, content extraction, and AI-powered summarization from various sources including web pages, PDFs, Office documents, and YouTube videos.
mcp-youtube
Empowers AI language models to retrieve token-optimized, structured YouTube data for video search, detail retrieval, transcript fetching, channel analysis, and trend discovery.