Eka MCP 服务器为医疗保健专业人士打造了一个便捷平台,可访问印度医学知识库和药物信息。通过与 eka.care 的 APIs 集成,支持多种实用工具。
Eka MCP 服务器为医疗保健专业人士提供了一个访问印度医学知识库和药物信息的平台。该服务器通过与 eka.care 的 APIs 集成,支持多种实用工具。
pip install eka-mcp-server
eka-mcp-server --port 8000
默认情况下,服务器将在 http://localhost:8000
上运行。
DRUG_SEARCH_TOOL = {
"name": "indian_branded_drug_search",
"description": "Search for comprehensive information about Indian branded drugs based on drug name, generic composition, form, and volume.",
"parameters": {
"type": "object",
"properties": {
"drug_name": {
"type": "string",
"description": "Name of the drug to search."
},
"generic_name": {
"type": "string",
"description": "Generic name of the drug (optional)."
},
"form": {
"type": "string",
"description": "Form of the drug (e.g., tablet, capsule)."
},
"volume": {
"type": "number",
"description": "Volume or dosage of the drug."
}
}
}
}
TREATMENT_GUIDELINE_SEARCH_TOOL = {
"name": "indian_treatment_guideline_search",
"description": "Search for standardized treatment guidelines and protocols published by medical bodies in India.",
"parameters": {
"type": "object",
"properties": {
"condition_tag": {
"type": "string",
"description": "Tag or condition to search."
},
"publisher": {
"type": "string",
"description": "Name of the publisher (optional)."
},
"query": {
"type": "string",
"description": "Specific query or keyword for the guideline."
}
}
}
}
Eka MCP 服务器提供医疗知识库和药品信息,旨在支持印度的医疗保健专业人士。我们致力于确保信息的准确性和可靠性,但请注意:
Eka Care 对由于使用本服务而导致的任何错误、遗漏或结果概不负责。
请在 GitHub 问题跟踪器上报告任何问题或错误。
Q: 可以没有 eka.care 账户使用吗?
A: 不可以,您需要有效的 eka.care API 凭证才能访问医疗信息。
Q: 这项服务免费吗?
A: 目前 MCP 服务器代码是开源的,但访问 eka.care 的 APIs 需要有效凭证。在初始几天内,我们提供免费访问。但未来将收取 API 使用费用。
Q: 哪些 LLM 支持 MCP 原生?
A: 目前,Anthropic 的 Claude 模型以及 Cursor 和 Windsurf 应用原生支持 MCP。
本项目采用 MIT 许可证。