AgentMarketMCP / SKILL 资产档案馆

目录 / MedData

MCP 需 API Key 未评级 已上架

MedData

Look up U.S. drug and supplement data and check interactions, pulled from free government health databases (openFDA, RxNorm, NIH ODS). Tools: - search_drugs, get_drug, get_drug_by_ndc: find a drug and pull its full profile (RxCUI, names, dosage form, NDC) - search_supplements, get_supplement: dietary supplement fact sheets - check_interactions: screen a list of 2 to 10 drugs and supplements together - get_usage: your current plan usage Bring your own API key. The free tier is 250 calls a month with no card. Get one at https://meddata.anthesia.io. For informational purposes only, not medical advice. Interaction data comes from established medical databases and is never generated or inferred. Homepage

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
模型生成摘要(rules/v1 · 2026-09-27 16:29):Look up U
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。

接入信息

传输形态
http
鉴权方式
需 API Key(需要配置:apiKey)
端点
https://meddata--anthesiallc.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
  "mcpServers": {
    "MedData": {
      "headers": {
        "Authorization": "Bearer \u003cYOUR_KEY\u003e"
      },
      "url": "https://meddata--anthesiallc.run.tools"
    }
  }
}

能力清单

工具说明
search_drugsSearch for drugs by brand or generic name. Returns matching drugs with their RxCUI (the identifier you pass to get_drug), generic and brand names, and dosage form/strength when known. Use this first when you have a drug name but need its details or RxCUI. Args: name: Brand or generic drug name, e.g. "aspirin" or "Lipitor". limit: Max results to return (1-50).
get_drugGet the full profile for a drug by its RxCUI. Returns names, dosage forms, NDC codes, label sections, and related data. Get the RxCUI from search_drugs first if you only have a name. Args: rxcui: RxNorm Concept Unique Identifier, e.g. "1191" for aspirin.
get_drug_by_ndcGet a drug profile by its NDC (National Drug Code) package code. Use when you have an NDC from a label or packaging rather than a name. Args: ndc_code: NDC code, e.g. "0363-0160".
search_supplementsSearch for dietary supplements by name. Returns matching supplements with their IDs (pass to get_supplement) and summary info. Use first when you have a supplement name like "Vitamin D" or "Fish Oil". Args: name: Supplement name, e.g. "Vitamin D" or "magnesium". limit: Max results to return (1-50).
get_supplementGet the full fact sheet for a supplement by its ID. Returns ingredients, recommended intake, and NIH reference data. Get the ID from search_supplements first. Args: supplement_id: Numeric supplement ID from search_supplements.
check_interactionsCheck interactions across a mixed list of drugs and supplements. Accepts 2-10 items (drug names, supplement names, or both) and returns known interactions among them. Interaction data comes from established medical databases; it is never generated or inferred, so an empty result means none were found in those sources, not that the combination is proven safe. Args: items: 2-10 drug and/or supplement names, e.g. ["warfarin", "aspirin", "Fish Oil"].
get_usageShow this API key's current billing period usage and plan limits.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。