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)

Capabilities

Features and capabilities supported by this server

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fighter3005/search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server