Skip to main content
Glama
IceWreck

SearxNG MCP Server

by IceWreck

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_PORTNoPort for HTTP transport (e.g., 8080)
LOG_LEVELNoLogging level
SEARXNG_URLYesThe URL of the SearxNG instance
SEARXNG_TIMEOUTNoTimeout in seconds (default: 30)
SEARXNG_USER_AGENTNoCustom user agent

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_webA

Search the web using SearxNG.

Args: query: Search query string language: Language code for results (e.g., 'en', 'en-US', 'fr', 'de'). Use None for no language preference. time_range: Time range filter ('day', 'week', 'month', 'year'). Use None for no time filtering. safesearch: Safe search filtering (True to enable, False to disable) max_results: Maximum number of results to return (default: 10)

Returns: WebSearchResponse with web search results

search_imagesB

Search for images using SearxNG.

Args: query: Image search query max_results: Maximum number of results to return (default: 10)

Returns: ImageSearchResponse with image search results

search_videosA

Search for videos using SearxNG.

Args: query: Video search query max_results: Maximum number of results to return (default: 10)

Returns: VideoSearchResponse with video search results

search_newsB

Search for news using SearxNG.

Args: query: News search query time_range: Time range filter ('day', 'week', 'month', 'year'). Use None for no time filtering. max_results: Maximum number of results to return (default: 10)

Returns: NewsSearchResponse with news search results

fetch_urlA

Fetch content from a URL (html, text or pdf) and convert it to markdown.

Args: url: The URL to fetch and convert to markdown

Returns: FetchUrlResponse with the markdown content and metadata

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/IceWreck/SearxNG-MCP-Server'

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