Content
# Tool List
apus-medical-mcp-server
## Version Information
v1.0.0
## Product Description
### Short Description
The MCP medical assistant is an MCP-based medical consultation service that provides integrated Chinese and Western medicine intelligent medical consultation services, helping users obtain professional medical advice and diagnosis.
### Long Description
The MCP medical assistant is an MCP-based medical consultation server that integrates two professional medical consultation systems: Western medicine and traditional Chinese medicine. It provides intelligent medical consultation services through MCP, which can provide professional medical advice and diagnosis based on the user's specific symptoms and problems. Behind it is the large model of APUS company trained Qigong (medical) and Zhicao (traditional Chinese medicine).
## Category
Medical Consultation
## Tags
Medical, Traditional Chinese Medicine, Western Medicine, Intelligent Diagnosis
## Tools
### Tool1: Western Medicine Consultation
#### Detailed Description
Provides Western medicine-related medical advice and diagnosis, including symptom analysis, treatment plans, medication suggestions, etc.
#### Parameters Needed for Debugging
Input:
* query: User's question (required)
* conversation_id: Session ID (optional)
* user_id: User ID (optional)
Output:
* Western medicine-related medical advice and diagnosis
### Tool2: Traditional Chinese Medicine Consultation
#### Detailed Description
Provides traditional Chinese medicine-related medical advice and diagnosis, including TCM syndrome differentiation, Chinese medicine prescription, health suggestions, etc.
#### Parameters Needed for Debugging
Input:
* query: User's question (required)
* conversation_id: Session ID (optional)
* user_id: User ID (optional)
Output:
* Traditional Chinese medicine-related medical advice and diagnosis
## Adaptable Platforms
Python, FastAPI, MCP
## Authentication Method
API Key
## Usage
### Method 1: Download Code to Local
```bash
git clone https://git.apuscn.com:8443/ai-team/apus-mcp-server
cd mcp-server-doctor
uv pip install -e .
npx -y @modelcontextprotocol/inspector uv run mcp-server-doctor
```
Access the page to start using the MCP service
<img src="assets/inspector.jpg" style="">
### Method 2: Configure in Client
```
"mcpServers": {
"mcp-server-doctor": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-server-doctor",
"run",
"mcp-server-doctor"
],
"env": {
"DOCTOR_API_KEY": "sk-****"
}
}
}
```
## API Key Acquisition
Contact bd [at] apusai.com for API Key.
Connection Info
You Might Also Like
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
git
A Model Context Protocol server for Git automation and interaction.
everything
Model Context Protocol Servers
sp500-mcp-server
sp500-mcp-server
open-computer-use
MCP server that gives any LLM its own computer — managed Docker workspaces...
api2mcp4j
This is a revolutionary AI MCP plugin with excellent pluggable and...