local-web-search-service
by letuhao
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Host-published port (container-internal stays 8090 under compose). | 15487 |
| SEARXNG_URL | No | SearXNG base URL (compose: http://searxng:8080). | http://localhost:8080 |
| ENABLE_FETCH | No | Enable the /fetch + /fetch/bulk API and fetch_* MCP tools. | true |
| EXTRACT_TOP_N | No | How many top results to extract. | 3 |
| ENABLE_EXTRACT | No | Full-page extract on search_depth="advanced". | true |
| FETCH_MAX_CHARS | No | Default cap on fetched content. | 8000 |
| SEARXNG_ENGINES | No | Comma-separated engine subset; empty ⇒ SearXNG defaults. | |
| EXTRACT_MAX_CHARS | No | Cap on extracted content length. | 4000 |
| SCRAPLING_MCP_URL | No | Scrapling sidecar MCP URL. Empty ⇒ disable Scrapling (http/auto via in-process fallback; browser/stealth → 502). | http://scrapling:8000/mcp |
| SEARXNG_TIMEOUT_S | No | SearXNG request timeout. | 15 |
| WEB_SEARCH_SECRET | No | Bearer required on /search. Empty ⇒ keyless. | |
| FETCH_DEFAULT_MODE | No | Default fetch mode. | auto |
| FETCH_BULK_MAX_URLS | No | Max URLs per /fetch/bulk. | 10 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/letuhao/local-web-search-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server