Skip to main content
Glama
jhstatewide

MCP Server SearXNG

by jhstatewide

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SEARXNG_INSTANCESNoComma-separated list of SearXNG instances URLshttp://localhost:8080
SEARXNG_USER_AGENTNoCustom User-Agent header for requestsMCP-SearXNG/1.0
SEARXNG_MAX_ATTEMPTSNoTotal number of attempts per instance (initial request + retries)4
SEARXNG_RETRY_JITTER_MSNoRandom jitter added to each retry delay in milliseconds100
SEARXNG_REQUEST_TIMEOUT_MSNoPer-attempt request timeout in milliseconds10000
SEARXNG_RETRY_BASE_DELAY_MSNoBase retry delay in milliseconds (exponential backoff)300
NODE_TLS_REJECT_UNAUTHORIZEDNoSet to '0' to bypass SSL certificate verification (for development with self-signed certificates)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_searchA

Performs a web search using SearXNG and returns structured JSON results.

IMPORTANT: Pagination is offset-based, NOT page-based.

To get a specific range of results, set 'offset' to the zero-based index of the first result you want, and 'max_results' to how many results you want. For example, to get results 40-43, set offset=39 and max_results=4.

Pagination: Use offset (not page) - offset=0=first result, offset=10=11th result

Example: offset=39, max_results=4 gets results 40-43

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion or overlap. The tool's purpose is clearly defined.

Naming Consistency5/5

With a single tool named 'web_search', naming is self-consistent and follows a clear verb_noun pattern.

Tool Count3/5

One tool for a search server is on the low end, but for simple web search it may be sufficient. However, SearXNG typically offers multiple search types (images, news, etc.), so the scope seems narrow.

Completeness2/5

The tool only provides basic web search with offset pagination. No support for categories, language, filetype, or other SearXNG features, leaving significant gaps for a comprehensive search interface.

Maintenance

ActivityMaintained
ResponsivenessNo issues