DeepSeek MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEEPSEEK_API_KEY | Yes | Your DeepSeek API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| chat_completionA | Primary DeepSeek V4 chat tool for single-turn and multi-turn generation. Defaults to |
| completionB | DeepSeek V4 Pro FIM completion tool for prompt/suffix fill-in-the-middle workflows. Defaults to |
| list_modelsA | List available DeepSeek models for model selection and validation. This tool takes no parameters. Use it before passing an explicit model ID to generation tools. |
| get_user_balanceA | Return the current DeepSeek account balance and availability status. This tool takes no parameters and is read-only. Use it for account health checks when diagnosing provider-side failures. |
| reset_conversationA | Delete stored in-memory chat history for a |
| list_conversationsA | List all conversation IDs currently stored in this MCP process memory. This tool takes no parameters and does not call the DeepSeek API. Useful for debugging conversation persistence behavior. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| deepseek_chat_starter | Create a reusable starter prompt for DeepSeek chat_completion |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| deepseek-api-endpoints | DeepSeek endpoint/tool mapping exposed by this MCP server |
| deepseek-runtime | Runtime metadata for this MCP process |
| deepseek-models-live | Live model list from DeepSeek /models endpoint |
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/DMontgomery40/deepseek-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server