mcp-servers
by deenrico
Overview
Provides a collection of zero-API-key FastMCP servers for local LLMs, enabling internet connectivity checks, German weather forecasts, Wikipedia searches, and general web scraping.
Installation
mcp runSecurity Notes
The 'Deep Search' tool in the 'web-search' server allows fetching content from arbitrary URLs provided as input. This creates a significant security risk, as a malicious prompt to the LLM could lead to Server-Side Request Forgery (SSRF) vulnerabilities, exposure to malicious web content, or interaction with internal network resources. While the code itself doesn't use 'eval' or hardcoded secrets, the ability to browse arbitrary external links via the LLM poses a critical external interaction risk if not run in a highly sandboxed environment.
Similar Servers
webintel-mcp
The WebIntel MCP server provides intelligent web search and content retrieval tools, including general web search, video search, web content fetching with pagination, YouTube transcription, and Reddit post/comment fetching, designed for AI assistants.
Weather-MCP-Server
Provides comprehensive weather information and tools via a Model Context Protocol (MCP) server using FastMCP and WeatherAPI.com.
mcp-web-server
A local, API-key-free web search server providing unified search tools via Model Context Protocol (MCP) for LLM agents and automation systems.
mcp-weather-bot
Provides real-time weather information to AI agents (like Claude/Cursor) via a FastMCP server.