Skip to main content
Glama

@missionsquad/mcp-searxng-puppeteer

MIT License
96

web_search

Perform web searches using the SearXNG API to gather diverse online information, news, and articles. Supports query customization, language selection, and safe search filters for precise results.

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
countNoNumber of results per page (default: 10)
languageNoLanguage code for search results (e.g., 'en', 'fr', 'de'). Default is instance-dependent.
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) (default: 0)
time_rangeNoTime range of search (day, month, year)

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 10, "description": "Number of results per page (default: 10)", "type": "number" }, "language": { "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": { "description": "Safe search filter level (0: None, 1: Moderate, 2: Strict) (default: 0)", "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 @missionsquad/mcp-searxng-puppeteer

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

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