home / mcp / zydsoft mcp server
MCP Server for the zydsoft API.
Configuration
View docs{
"mcpServers": {
"hfzhae-mcp": {
"command": "npx",
"args": [
"-y",
"zyd-mcp-server"
],
"env": {
"ZYDSOFT_API_KEY": "<YOUR_API_KEY>",
"ZYDSOFT_PARTNERID": "<YOUR_PARTNERID>",
"ZYDSOFT_API_BASEURL": "https://c.zydsoft.cn/open/v2/api"
}
}
}
}You can run the zydsoft MCP Server to access 辨证云’s AI-based TCM diagnosis and treatment recommendations. This server lets you connect via an MCP client, provide patient symptoms, and receive tailored guidance backed by the system’s diagnostic reasoning and knowledge base.
Use an MCP client to connect to the zydsoft MCP Server. You will provide patient symptoms or main diagnoses, and the server will return treatment recommendations and related information based on 辨证云’s diagnostic reasoning model. Interact with the server to obtain disease guidance, quick diagnoses, and access to knowledge bases or case data as supported by your client.
Prerequisites: install Node.js and npm on your machine.
Choose one of the following methods to run the zydsoft MCP Server locally via NPX.
{
"mcpServers": {
"zydsoft": {
"command": "npx",
"args": [
"-y",
"zyd-mcp-server"
],
"env": {
"ZYDSOFT_PARTNERID": "<YOUR_PARTNERID>",
"ZYDSOFT_API_KEY": "<YOUR_API_KEY>",
"ZYDSOFT_API_BASEURL": "https://c.zydsoft.cn/open/v2/api"
}
}
}
}Obtain your PartnerId and API Key, and set up the IP address whitelist before running the server. The relevant setup endpoint provides the necessary fields and instructions for enabling access.
If you need to API access, you will use the zydsoft MCP endpoints. The example environment variables shown above should be configured in your runtime environment so the MCP client can authenticate with 辨证云.
Keep your PartnerId and API Key confidential. Do not expose these credentials in client-side code or public repositories. Use the IP whitelist to restrict access to trusted endpoints.
Disease guidance endpoint for symptom-to-diagnosis mapping and recommendations.
Endpoint providing disease and specialty lists for reference.
Endpoint to retrieve disease details for deeper context.
Endpoint for fast diagnostic suggestions based on key symptoms.
Endpoint listing available knowledge base types.
Endpoint returning knowledge base entries.
Endpoint to fetch a knowledge base item.
Endpoint listing remote medical records.
Endpoint to load a specific medical record.
Endpoint describing preparation methods for treatments or formulas.
Endpoint to add a follow-up medical record.
Endpoint to confirm a medical record entry.
Endpoint for overall efficacy assessment.
Endpoint for symptom-level efficacy assessment.