SearXNG MCP Server

by pwilkin

search

Query the web for targeted results using public SearXNG instances. Retrieve relevant URLs and summaries in JSON format for efficient data extraction and analysis.

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
queryYesThe search query.
time_rangeNoThe optional time range for the search, from: [day, month, year].

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "query": { "description": "The search query.", "type": "string" }, "time_range": { "default": "", "description": "The optional time range for the search, from: [day, month, year].", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

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