fda_drug_approvals
ActiveTool of mcp-openfda
declared in 0.1.0
Find FDA-approved drugs by brand name, generic name, or application number (e.g., "ANDA123456"). Returns approval status, sponsor, and application details.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "openfda.brand_name:\"KEYTRUDA\""
},
{
"limit": 20,
"query": "products.active_ingredients.name:\"pembrolizumab\""
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results (1-100, default 10)"
},
"query": {
"type": "string",
"description": "OpenFDA search query. Examples: 'openfda.brand_name:\"KEYTRUDA\"', 'products.active_ingredients.name:\"pembrolizumab\"', 'submissions.submission_type:\"ORIG\"'"
}
}
}Parent server
mcp-openfda
https://github.com/pipeworx-io/mcp-openfda
2/7 registries