web-search-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level: debug, info, error | info |
| WASM_PATH | No | Path to PoW solver WASM file | assets/sha3_wasm_bg...wasm |
| DEEPSEEK_COOKIE | No | DeepSeek browser cookie as alternative to token | |
| DEEPSEEK_AUTH_TOKEN | No | DeepSeek login token from browser localStorage | |
| DEEPSEEK_MODEL_TYPE | No | Model type: 'default' or 'expert' | default |
| DEEPSEEK_THINKING_ENABLED | No | Whether to enable thinking mode by default | false |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| web_searchB | Search the web using DeepSeek's search-enabled chat. Returns a search-grounded response with up-to-date information. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
Only one tool exists, so there is no possibility of confusion between tools.
The single tool name 'web_search' is clear and follows a common verb_noun pattern, but with only one tool, consistency cannot be fully assessed.
One tool is minimal for a web search server. It covers the core action but may lack supporting tools for refined queries or result handling.
The tool provides basic web search functionality, but there are no tools for advanced filtering, pagination, or retrieving structured results, leaving potential gaps.