mcp-4get
Verified Safeby yshalsager
Overview
Provides LLM clients with access to the 4get Meta Search engine API for web, image, and news search.
Installation
uv run -m mcp_4getSecurity Notes
The server demonstrates good security practices: secrets are handled via environment variables, input parameters are validated where applicable (e.g., URL format, numeric ranges), and there is no use of dangerous functions like 'eval' or 'exec'. The HTTP client implementation includes robust error handling, retry logic, and connection pooling. `extra_params` are passed directly to the upstream 4get API, assuming the upstream API handles them securely.
Similar Servers
awesome-mcp-servers
A central directory for discovering and referencing various Model Context Protocol (MCP) servers, clients, and frameworks for AI agents.
keyboard-local
Enables AI clients to execute real-world tasks through connected third-party tools (APIs, CLIs, SDKs) with human approval, leveraging a secure GitHub Codespace environment.
mcp-server-infranodus
Integrates InfraNodus knowledge graph and text network analysis capabilities into LLM workflows and AI assistants for advanced text analysis, content gap detection, and SEO optimization.
1mcp
Orchestrates AI agent tool calls by executing JavaScript/TypeScript code in a WASM sandbox, reducing LLM context bloat and managing security policies.