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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/RealmElysia/deepseek-web-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server