Skip to main content
Glama

SearXNG MCP Server

by pwilkin

search

Execute web searches via public SearXNG instances, returning structured results with URLs and summaries. Filter by time range, language, or enable detailed searches for comprehensive query responses.

Instructions

Performs a web search for a given query using the public SearXNG search servers. Returns an array of result objects with 'url' and 'summary' for each result.

Input Schema

NameRequiredDescriptionDefault
detailedNoOptionally, if true, will perform a more thorough search - will ask for more pages of results and will merge results from multiple servers. Warning: this might overload the servers and cause errors. Do not set to true by default unless explicitly asked to perform a detailed or comprehensive query.
languageNoThe optional language code for the search (e.g., en, es, fr).
queryYesThe search query.
time_rangeNoThe optional time range for the search, from: [day, week, month, year].

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "detailed": { "description": "Optionally, if true, will perform a more thorough search - will ask for more pages of results and will merge results from multiple servers. Warning: this might overload the servers and cause errors. Do not set to true by default unless explicitly asked to perform a detailed or comprehensive query.", "type": "string" }, "language": { "description": "The optional language code for the search (e.g., en, es, fr).", "type": "string" }, "query": { "description": "The search query.", "type": "string" }, "time_range": { "description": "The optional time range for the search, from: [day, week, month, year].", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from SearXNG MCP Server

Related Tools

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/pwilkin/mcp-searxng-public'

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