Skip to main content
Glama

SearXNG Server

searxng_web_search

Search the web for diverse results using the SearXNG API. Ideal for gathering broad information, recent events, or articles in multiple languages and time ranges.

Instructions

Performs a web search using the SearXNG API, ideal for general queries, news, articles, and online content. Use this for broad information gathering, recent events, or when you need diverse web sources.

Input Schema

NameRequiredDescriptionDefault
languageNoLanguage code for search results (e.g., 'en', 'fr', 'de'). Default is instance-dependent.all
pagenoNoSearch page number (starts at 1)
queryYesThe search query. This is the main input for the web search
safesearchNoSafe search filter level (0: None, 1: Moderate, 2: Strict)0
time_rangeNoTime range of search (day, month, year)

Input Schema (JSON Schema)

{ "properties": { "language": { "default": "all", "description": "Language code for search results (e.g., 'en', 'fr', 'de'). Default is instance-dependent.", "type": "string" }, "pageno": { "default": 1, "description": "Search page number (starts at 1)", "type": "number" }, "query": { "description": "The search query. This is the main input for the web search", "type": "string" }, "safesearch": { "default": "0", "description": "Safe search filter level (0: None, 1: Moderate, 2: Strict)", "enum": [ "0", "1", "2" ], "type": "string" }, "time_range": { "description": "Time range of search (day, month, year)", "enum": [ "day", "month", "year" ], "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from SearXNG 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/ihor-sokoliuk/mcp-searxng'

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