pharma_pipeline_scan
ActiveTool of Pharma Intel
declared in 0.1.0
Search clinical trials by condition (e.g., "lung cancer") or sponsor (e.g., "Pfizer"). Returns trial phases, recruitment status, and approved treatments for that indication.
Parameters schema
{
"type": "object",
"examples": [
{
"condition": "lung cancer"
},
{
"sponsor": "Pfizer"
},
{
"sponsor": "Moderna",
"condition": "breast cancer"
}
],
"required": [],
"properties": {
"sponsor": {
"type": "string",
"description": "Pharmaceutical company or sponsor name"
},
"condition": {
"type": "string",
"description": "Disease or condition (e.g., \"breast cancer\")"
}
}
}Parent server
Pharma Intel
https://github.com/pipeworx-io/mcp-pharma-intel
1/7 registries