Searxng Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Searxng Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server that provides web search and scraping capabilities using a local SearXNG instance. Designed for integration with LM Studio and other MCP-compatible AI clients.
http://localhost:8080)pip install -r requirements.txthttp://localhost:8080Edit searxng_mcp_server.py to customize:
SEARXNG_BASE_URL = "http://localhost:8080/search" # Your SearXNG instance
DEFAULT_MAX_RESULTS = 5 # Default search results
DEFAULT_MAX_WORDS = 5000 # Max words per page
REQUEST_TIMEOUT = 20 # Request timeout (seconds)
SERVER_PORT = 8765 # Server port
USE_TOR = False # Route scraping through Tor (requires Tor on 127.0.0.1:9050)To enable anonymous scraping through Tor:
127.0.0.1:9050)USE_TOR = True in the configurationWhen enabled, all web scraping requests will be routed through the Tor network.
python searxng_mcp_server.pyThe server will run on http://localhost:8765
Add to your LM Studio MCP settings:
{
"mcpServers": {
"searxng": {
"url": "http://localhost:8765",
"transport": "http"
}
}
}Search the web and scrape resulting pages.
Parameters:
query (required): Search query stringmax_results (optional): Number of results to scrape (default: 5)Example:
Search for "latest AI developments" and show me the top 3 resultsScrape content from a specific URL.
Parameters:
url (required): The URL to scrapeExample:
Get the content from https://example.comPOST / - MCP protocol endpointGET /health - Health check endpointGET / - Server info (or SSE fallback)MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.