Skip to main content
Glama
fighter3005

searxng-mcp

by fighter3005

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SEARXNG_ENGINESNoComma-separated list of engines (e.g., google,bing)
SEARXNG_BASE_URLYesThe base URL of the SearXNG instance
SEARXNG_LANGUAGENoSearch language (e.g., en-US)
SEARXNG_CATEGORIESNoSearch categories (e.g., general, images)
SEARXNG_SAFESEARCHNoSafe search level (0, 1, 2)
SEARXNG_TIME_RANGENoTime range for search (e.g., day, week, month, year)
SEARXNG_USER_AGENTNoUser agent string for requests
SEARXNG_HEADERS_JSONNoJSON string of additional HTTP headers (e.g., {"Authorization":"Bearer ..."})
SEARXNG_TIMEOUT_SECONDSNoTimeout in seconds for requests (default: 30)

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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_webA

Search the web using SearXNG.

Args: query: Search query string. num_results: Number of results to return (default 5).

Returns: {"results": [{"title": str, "url": str, "snippet": str}, ...]}

Raises: If SEARXNG_BASE_URL is not configured or the instance returns an error.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools.

Naming Consistency5/5

The single tool follows a clear verb_noun pattern (search_web), and there are no other tools to create inconsistency.

Tool Count3/5

One tool is on the low end for a typical server, but it is focused on a single search operation, making it borderline appropriate.

Completeness3/5

The server covers the basic search use case, but lacks additional search types or configuration options that might be expected from a full SearXNG integration.

Maintenance

ActivityInactive
ResponsivenessNo issues