searxng-http-mcp
Server Quality Checklist
Latest release: v1.2.1
- Disambiguation5/5
Each tool has a clearly distinct purpose: search performs web searches, autocomplete provides query suggestions, and engine_info lists available engines/categories. The descriptions explicitly state which tool to use for which task, eliminating any ambiguity.
Naming Consistency5/5All tool names are lowercase and use underscores for compound names (engine_info), maintaining a consistent and predictable naming style. Though not following a strict verb_noun pattern, the convention is uniform and easy to learn.
Tool Count5/5Three tools is a well-scoped count for this server's purpose. Each tool serves a distinct and necessary function for a search metasearch service, and none feel redundant or missing.
Completeness5/5The tool set covers the essential search lifecycle: performing searches, getting autocomplete suggestions, and discovering engine/category options. No obvious gaps exist for the stated purpose of providing a SearXNG interface.
Average 4.9/5 across 3 of 3 tools scored.
See the Tool Scores section below for per-tool breakdowns.
- 1 of 1 community issues answered or closed in the last 6 months
- 49 commits in the last 12 weeks
- Last stable release on
- No critical vulnerability alerts
- No high-severity vulnerability alerts
- No code scanning findings
- CI is passing
This repository is licensed under MIT License.
This repository includes a README.md file.
Tools from this server were used 6 times in the last 30 days.
This repository includes a glama.json configuration file.
This server has been verified by its author.
Add related servers to improve discoverability.
How to sync the server with GitHub?
Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.
To manually sync the server, click the "Sync Server" button in the MCP server admin interface.
How is the quality score calculated?
The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).
Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.
Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).
Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.
Tool Scores
- Behavior5/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare this as read-only, idempotent, and open-world. The description adds valuable behavioral context beyond annotations: it aggregates from 200+ engines, returns multiple result types (answers, suggestions, corrections, infoboxes), and states that results are cached for 60 seconds. No contradictions with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and front-loaded with the primary purpose. Each sentence adds valuable information: result types, usage tips, exclusions with alternatives, and caching. No redundant or wasteful content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness5/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (10 parameters, output schema exists), the description is complete: it explains what the tool does, its scope, when to use it, how to focus results, what it returns, and its limitations. The output schema covers return values, so the description does not need to duplicate that.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema fully describes each parameter. The description adds minimal but useful guidance about two parameters ('categories' and 'pages'), but does not significantly enhance the parameter-level meaning beyond what the schema already provides. Baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies a specific verb and resource: 'Search the web using SearXNG metasearch engine.' It also distinguishes itself from sibling tools by explicitly stating it is not for autocomplete suggestions or discovering engines/categories, naming the correct alternatives. This differentiates it from 'autocomplete' and 'engine_info' tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines5/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit usage guidance: it states to use 'categories' to focus on specific content types, 'pages' for more results, and explicitly says it is not suitable for autocomplete or discovering engines, directing users to alternative tools. This gives clear when-to-use and when-not-to-use instructions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior5/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, and the description adds valuable behavioral context: 'Response is cached for 5 minutes. Does not perform any web search.' This goes beyond the annotations and clarifies the tool's side-effect-free, cacheable behavior and its non-search nature.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and well-structured, opening with the primary purpose, followed by the return format, usage guidance, and a clarifying note about caching and non-search behavior. Every sentence contributes meaning without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness5/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given this is a simple, parameterless tool with an output schema, the description covers all necessary aspects: purpose, return shape, usage timing, caching, and exclusions. It fully prepares the agent to decide when and how to invoke the tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the schema provides full coverage. The description appropriately focuses on the returned data structure ('list of enabled engines grouped by category') rather than parameters. Baseline for 0 params is 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: 'Get available search engines and categories from the SearXNG instance.' It specifies the resource and the nature of the output. It also distinguishes itself from sibling tools by explicitly noting it 'Does not perform any web search — use the search tool for that.'
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines5/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit guidance: 'Use this to discover what engines and categories are available before calling search with specific engines or categories filters.' This clearly indicates when to use the tool versus the search tool, making usage context unambiguous.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior5/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnlyHint/idempotentHint annotations, the description discloses that it 'Makes an external API call to the configured autocomplete backend (e.g., Bing, Google)', and explains behavioral nuances like single characters returning broad suggestions and sentences returning none. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
Every sentence earns its place: purpose, usage, parameter tips, and behavioral note. It is front-loaded with the primary action and stays succinct without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness5/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter tool with rich annotations and an output schema, the description fully covers purpose, usage, exclusions, parameter behavior, and external side effects. Nothing essential is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters5/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already describes the query parameter (100% coverage), but the description adds critical semantic guidance: 'Best results come from 1-2 meaningful keywords', 'Single characters return overly broad suggestions; full sentences return none' – meaningfully enriching parameter understanding.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with 'Get search query suggestions from SearXNG', using a specific verb and resource. It clearly distinguishes from siblings by stating it is not for full web search (use search tool) or engine discovery (use engine_info tool).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines5/5Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly states when to use ('Use this to discover relevant search terms before performing a full search'), provides query-format guidance (1-2 keywords, avoid single chars/full sentences), and names alternatives (search, engine_info) with exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues.
- Evaluate tool definition quality.
Our badge communicates server capabilities, safety, and installation instructions.
Card Badge
Copy to your README.md:
Score Badge
Copy to your README.md:
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/whw23/searxng_http_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server