Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SEARXNG_BASE_URL | No | SearXNG server URL | http://localhost:8080 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searxng_search | Search the web using SearXNG. Returns web search results with titles, URLs, and snippets. |
| searxng_images | Search for images using SearXNG. Returns image results with URLs and thumbnails. |
| searxng_news | Search for news articles using SearXNG. Returns recent news with titles, URLs, and summaries. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |