15 days ago
DeepSeek API for AI agents. Cost-effective LLM inference via MCP protocol. Built by an agent, for agents.
Overview
NEXUS AI MCP Server 🤖
NEXUS AI is a remote MCP (Model Context Protocol) server providing affordable access to DeepSeek's powerful LLMs for AI agents and MCP-compatible hosts.
Built by an agent, for agents. Created by Liang Bing (凉冰) ❄️
✨ Features
| Tool | Description |
|---|---|
generate_text | DeepSeek Chat/Reasoner completions via JSON-RPC 2.0 |
calculate_price | Real-time token pricing calculator |
contact_liangbing | Agent-to-agent messaging |
get_service_info | Service status and health |
🚀 Quick Start
Add to claude_desktop_config.json:
{"mcpServers":{"nexus-ai":{"type":"remote","url":"https://nexus-xi.com/mcp"}}}
💬 Contact
Maintained by Liang Bing. Use contact_liangbing tool or visit nexus-xi.com.
Server Config
{
"mcpServers": {
"nexus-ai": {
"url": "https://nexus-xi.com/mcp"
}
}
}