Skip to main content
Glama

MCP SearxNG Search

by Jay4242

searxng_search

Perform web searches through a SearxNG instance to retrieve search results with titles, URLs, and content snippets for any query.

Instructions

Searches the web using a SearxNG instance and returns a list of results. Args: query: The search query. max_results: The maximum number of results to return. Defaults to 30. Returns: A list of dictionaries, where each dictionary represents a search result and contains the title, URL, and content snippet. Returns an error message in a dictionary if the search fails.

Input Schema

NameRequiredDescriptionDefault
max_resultsNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 30, "title": "Max Results", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from MCP SearxNG Search

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/Jay4242/mcp_searxng_search'

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