searxng-mcp
by fighter3005
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SEARXNG_ENGINES | No | Comma-separated list of engines (e.g., google,bing) | |
| SEARXNG_BASE_URL | Yes | The base URL of the SearXNG instance | |
| SEARXNG_LANGUAGE | No | Search language (e.g., en-US) | |
| SEARXNG_CATEGORIES | No | Search categories (e.g., general, images) | |
| SEARXNG_SAFESEARCH | No | Safe search level (0, 1, 2) | |
| SEARXNG_TIME_RANGE | No | Time range for search (e.g., day, week, month, year) | |
| SEARXNG_USER_AGENT | No | User agent string for requests | |
| SEARXNG_HEADERS_JSON | No | JSON string of additional HTTP headers (e.g., {"Authorization":"Bearer ..."}) | |
| SEARXNG_TIMEOUT_SECONDS | No | Timeout in seconds for requests (default: 30) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| 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. num_results: Number of results to return (default 5). Returns: {"results": [{"title": str, "url": str, "snippet": str}, ...]} Raises: If SEARXNG_BASE_URL is not configured or the instance returns an error. |
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
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/fighter3005/search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server