fda_drug_labels
ActiveTool of mcp-openfda
declared in 0.1.0
Get drug safety information from FDA labels by drug name. Returns indications, warnings, dosage, contraindications, and adverse reactions.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "openfda.brand_name:\"HUMIRA\""
},
{
"limit": 10,
"query": "openfda.generic_name:\"adalimumab\""
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results (1-100, default 5)"
},
"query": {
"type": "string",
"description": "OpenFDA search query. Examples: 'openfda.brand_name:\"HUMIRA\"', 'openfda.generic_name:\"adalimumab\"'"
}
}
}Parent server
mcp-openfda
https://github.com/pipeworx-io/mcp-openfda
2/7 registries