MCP Server for DeepSeek API - enables MCP clients to use DeepSeek Chat and Reasoner models
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
tools
-
action
(required): "list"
-
content
Message text
-
json_mode
(optional): Enable JSON output mode (supported by both models)
-
max_tokens
(optional): Maximum tokens to generate (deepseek-chat: max 8192, deepseek-reasoner: max 65536)
-
messages
(required): Array of conversation messages
-
model
(optional): "deepseek-chat" (default) or "deepseek-reasoner"
-
role
"system"
-
session_id
(optional): Session ID for multi-turn conversations. Previous context is automatically prepended.
-
stream
(optional): Enable streaming mode (default: false)
-
temperature
(optional): 0-2, controls randomness (default: 1.0). Ignored when thinking mode is enabled.
-
thinking
(optional): Enable thinking mode {type: "enabled"}
-
tool_call_id
(optional): Required for tool role messages
-
tool_choice
(optional): "auto"
-
tools
(optional): Array of tool definitions for function calling (max 128)
this server hasn't been statically analyzed yet (npm/PyPI artifacts only).