Thomisidae
Verified Safeby u8array
Overview
This server provides controlled web access (fetching URLs, extracting links, performing Google searches) to any MCP-compatible LLM client.
Installation
target/release/thomisidaeEnvironment Variables
- GOOGLE_API_KEY
- GOOGLE_CSE_ID
Security Notes
The server implements strong network security measures, including blocking requests to non-global IP addresses (preventing SSRF), enforcing maximum response sizes, and respecting robots.txt. It also supports domain-level allow/block policies. Secrets (Google API keys) are managed via config files or environment variables, not hardcoded. No 'eval' or similar dangerous dynamic code execution patterns were found.
Similar Servers
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
mcp-tavily
Provides AI-powered web search, answer generation, and news search capabilities to LLMs via the Tavily API for research, fact-finding, and gathering detailed information.
webscraping-ai-mcp-server
Integrates with WebScraping.AI to provide LLM-powered web data extraction, including question answering, structured data extraction, and HTML/text retrieval, with advanced features like JavaScript rendering and proxy management.
mcp-framework
A Rust framework for building AI agents with built-in Model Context Protocol (MCP) support, multi-LLM integration, and a web-based inspector for debugging.