Back to Home
yshalsager icon

mcp-4get

Verified Safe

by yshalsager

Overview

An MCP server providing LLM clients seamless access to the 4get Meta Search engine API for web, image, and news searches.

Installation

Run Command
uv run -m mcp_4get

Environment 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

Stats

Interest Score35
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars5
Forks2
Last Update2026-01-17

Tags

MCP ServerSearch Engine4get APILLM IntegrationFastMCP