fetch-mcp
Verified Safeby OrionHubScript
Overview
An MCP server for fetching URLs and YouTube video transcripts to provide content context to models.
Installation
npx fetch-mcp --sseEnvironment Variables
- PORT
Security Notes
The `fetch_url` tool allows fetching arbitrary URLs, which, if deployed in a sensitive network, could potentially be misused for Server-Side Request Forgery (SSRF) from a client's perspective, though this is the explicit function of the tool. No obvious malicious patterns, hardcoded secrets, or `eval` usage were found. It uses `gotScraping` and `fetch` for external requests, which are standard libraries for this purpose.
Similar Servers
firecrawl-mcp-server
Provides web scraping, crawling, search, and structured data extraction capabilities to AI models via the Model Context Protocol.
mcp-server-youtube-transcript
Retrieves transcripts from YouTube videos, including Shorts, with language fallback and optional ad filtering.
yt-dlp-mcp
Provides AI agents with tools to interact with video platforms for content retrieval, metadata extraction, searching, and transcription.
mcp-youtube
Provides token-optimized, structured data from the YouTube Data API v3 for AI language models.