SearxNG MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | Port for HTTP transport (e.g., 8080) | |
| LOG_LEVEL | No | Logging level | |
| SEARXNG_URL | Yes | The URL of the SearxNG instance | |
| SEARXNG_TIMEOUT | No | Timeout in seconds (default: 30) | |
| SEARXNG_USER_AGENT | No | Custom user agent |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/IceWreck/SearxNG-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server