home / mcp / zydsoft mcp server

zydsoft MCP Server

MCP Server for the zydsoft API.

Installation
Add the following to your MCP client configuration file.

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.

How to use

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.

How to install

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"
      }
    }
  }
}

Additional configurations and notes

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 辨证云.

Security and access notes

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.

Available tools

diseaseGuide

Disease guidance endpoint for symptom-to-diagnosis mapping and recommendations.

diseaseList

Endpoint providing disease and specialty lists for reference.

diseaseLoad

Endpoint to retrieve disease details for deeper context.

quickDiagnosis

Endpoint for fast diagnostic suggestions based on key symptoms.

knowledgebaseTypeList

Endpoint listing available knowledge base types.

knowledgebaseList

Endpoint returning knowledge base entries.

knowledgebaseLoad

Endpoint to fetch a knowledge base item.

medicalrecordList

Endpoint listing remote medical records.

medicalrecordLoad

Endpoint to load a specific medical record.

methodOfPreparation

Endpoint describing preparation methods for treatments or formulas.

followupadd

Endpoint to add a follow-up medical record.

medicalrecordConfirm

Endpoint to confirm a medical record entry.

assessment

Endpoint for overall efficacy assessment.

symptomAssessment

Endpoint for symptom-level efficacy assessment.