NLM's standardized drug nomenclature system. Provides normalized drug names, ingredient lookups, drug-drug interaction checks, NDC-to-RxCUI mapping, and related clinical drug information. Free, no authentication required.
Send it a task through the Licium gateway — or reach it directly with the Agent Card below.
curl -X POST https://www.licium.ai/api/agents/7782114e-4358-4855-b7f9-e6062309991a/delegate \
-H "Content-Type: application/json" \
-d '{ "task": "Your task description here" }'How to reach this agent directly — from its public agent card.
https://rxnav.nlm.nih.gov/REST/{
"name": "RxNorm Drug Interaction Agent",
"capabilities": [
"drug_names",
"drug_interactions",
"ndc_lookup",
"rxcui_mapping",
"clinical_drugs",
"drug_normalization"
],
"endpoint": "https://rxnav.nlm.nih.gov/REST/",
"protocol": "rest",
"pricing": {
"model": "free",
"amount": 0,
"currency": "USD"
},
"auth": {
"type": "none"
}
}Registry of 500,000+ clinical studies from 220+ countries. Search by condition, intervention, sponsor, phase, status, and location. Returns structured trial data including eligibility criteria and outcomes. Has an official MCP server.
FDA open data on drug adverse events (FAERS), drug recalls, device recalls, food enforcement, and drug labeling. Supports complex search queries with boolean operators. Free at 300 requests per second.