deepseek-web-search-mcp
by RealmElysia
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEEPSEEK_API_KEY | No | DeepSeek API key. Required unless DEEPSEEK_API_KEY_LITERAL is provided. | |
| DEEPSEEK_API_KEY_ENV | No | Name of the environment variable to read the API key from. Defaults to DEEPSEEK_API_KEY. Useful to reuse a different variable name. | DEEPSEEK_API_KEY |
| DEEPSEEK_SEARCH_MODEL | No | Model name; must support native web_search. | deepseek-v4-flash |
| DEEPSEEK_API_KEY_LITERAL | No | Alternative to DEEPSEEK_API_KEY: the literal API key value, used directly without reading from an environment variable. | |
| DEEPSEEK_SEARCH_BASE_URL | No | Anthropic-compatible endpoint base URL; /messages is appended automatically. | https://api.deepseek.com/anthropic/v1 |
| DEEPSEEK_SEARCH_MAX_USES | No | Maximum number of server-side web search rounds per request. | 5 |
| DEEPSEEK_SEARCH_MAX_TOKENS | No | Maximum number of tokens to generate per request. | 4096 |
| DEEPSEEK_SEARCH_API_VERSION | No | Value for the anthropic-version request header. | 2023-06-01 |
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
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues