Skip to main content
Glama
vinas1

mcp-searxng

by vinas1

searxng_web_search

Read-only

Search the web via SearXNG to get ranked results with titles, URLs, and snippets. Use parameters to filter by language, time, and page number.

Instructions

Searches the web using SearXNG and returns a list of results, each with a title, URL, and content snippet. CRITICAL: The required parameter name is exactly query (not prompt, q, or any other name). Calls an external SearXNG instance; availability depends on the SEARXNG_URL configuration. Use pageno to paginate results; combine time_range and language to narrow scope. To read the full text of a result URL, follow up with web_url_read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe search query string. This is the required parameter name — use exactly `query`, not `prompt` or `q`.
pagenoNoSearch page number (starts at 1)
enginesNoComma-separated SearXNG engine names to query (e.g. 'google,bing,ddg'). Live /config capabilities are aggregated across reachable instances; prefer searxng_instance_info engines.common.enabled for consistent multi-instance results. Values in engines.available.enabled are best-effort and may only be honored by some instances. Known values are normalized case-insensitively; unknown values are forwarded trimmed so SearXNG can ignore or honor them. If /config is unavailable, values are forwarded as-is with a warning. If omitted, each instance uses its server-side default.
languageNoLanguage code for search results (e.g., 'en', 'fr', 'de'). Default is instance-dependent.all
min_scoreNoMinimum relevance score threshold from 0.0 to 1.0. Results below this score are filtered out.
categoriesNoComma-separated SearXNG categories. Live /config capabilities are aggregated across reachable instances; prefer searxng_instance_info categories.common for consistent multi-instance results. Values in categories.available are best-effort and may only be honored by some instances. Known values are normalized case-insensitively; unknown values are forwarded trimmed so SearXNG can ignore or honor them. If /config is unavailable, values are forwarded as-is with a warning. If omitted, each instance uses its server-side default.
safesearchNoSafe search filter level (0: None, 1: Moderate, 2: Strict)
time_rangeNoTime range of search (day, week, month, year)
num_resultsNoMaximum number of results to return (1-20). Operator cap SEARXNG_MAX_RESULTS applies as a ceiling.
result_detailNoResult detail: full preserves SearXNG metadata and search signals; compact returns only title, URL, and content-snippet fields for each result (JSON keys: title, url, content). If omitted, full is used.
response_formatNoResponse format: formatted text for agents or raw JSON for programmatic clients. If omitted, SEARXNG_DEFAULT_RESPONSE_FORMAT applies; if unset or invalid, text is used. An explicit response_format always takes precedence.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond annotations (readOnlyHint, openWorldHint), the description adds that it 'Calls an external SearXNG instance; availability depends on the SEARXNG_URL configuration.' This discloses a meaningful operational constraint not present in the annotations. It also warns about the exact parameter name, which is useful.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Four short sentences, each with a distinct purpose: function, critical parameter note, usage tips, and follow-up action. No fluff, and the most important information (what it does and the critical parameter) is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description reasonably explains the return format ('title, URL, and content snippet'), external dependency, pagination, narrowing options, and follow-up to web_url_read. It does not cover error handling or rate limits, but with read-only/open-world annotations and a well-covered schema, this is adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description emphasizes the required `query` parameter and hints at combining `time_range` and `language`, but most parameter details are already in the schema. It adds minimal extra meaning beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description starts with a specific verb+resource: 'Searches the web using SearXNG and returns a list of results...' It clearly differentiates from siblings by explicitly directing follow-up to web_url_read for full text, and the search-vs-suggestions distinction is obvious from the tool names.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides concrete usage guidance: 'Use pageno to paginate results; combine time_range and language to narrow scope' and 'follow up with web_url_read' for full-text reading. It does not explicitly compare with the sibling searxng_search_suggestions, but the main use case and a clear alternative (web_url_read) are covered.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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

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