mcp-4get
Verified Safeby yshalsager
Overview
An MCP server providing LLM clients seamless access to the 4get Meta Search engine API for web, image, and news searches.
Installation
uv run -m mcp_4getEnvironment Variables
- FOURGET_BASE_URL
- FOURGET_PASS
- FOURGET_USER_AGENT
- FOURGET_TIMEOUT
- FOURGET_CACHE_TTL
- FOURGET_CACHE_MAXSIZE
- FOURGET_MAX_RETRIES
- FOURGET_RETRY_BASE_DELAY
- FOURGET_RETRY_MAX_DELAY
- FOURGET_CONNECTION_POOL_MAXSIZE
- FOURGET_CONNECTION_POOL_MAX_KEEPALIVE
Security Notes
The server uses standard HTTP client libraries (httpx) with connection pooling and timeout handling. Configuration is loaded from environment variables, avoiding hardcoded secrets. Input parameters are handled via `httpx.QueryParams` and normalized, reducing direct injection risks. Custom error handling and retry logic enhance resilience. No direct 'eval' or similar dangerous functions were found. Input validation for configuration values is also implemented.
Similar Servers
awesome-mcp-servers
A comprehensive directory for discovering various Model Context Protocol (MCP) servers, clients, and frameworks across different domains, facilitating integration with AI assistants.
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 generating knowledge graphs, detecting content gaps, identifying topics, and performing SEO analysis.
1mcp
Orchestrates AI agent tool calls by executing JavaScript/TypeScript code in a WASM sandbox, reducing LLM context bloat and managing security policies.