clinicalintelpulse
ActiveTool of com.theaslangroupllc.pulse/pulsenetwork
ClinicalIntelPulse: Pharmaceutical pipeline and clinical trial intelligence API. Synthesizes 400,000+ registered trials from ClinicalTrials.gov with FDA OpenFDA, PubMed, and real-time news. All endpoints require x402 pay Coverage: Global Endpoints: • trial-check ($0.02): ClinicalTrials.gov lookup — single trial by NCT id or filtered search, deterministic • pipeline-scan ($0.15): Phase 2/3 pipeline scan • approval-outlook ($0.25): FDA/EMA approval probability • sponsor-intel ($0.20): Pharma/biotech pipeline intelligence • disease-landscape ($0.35): Full disease landscape report • trial-brief ($0.10): Clinical trial deep dive by NCT ID • mechanism-map ($0.20): Drug target and MOA landscape • global-trials ($0.15): Global clinical trial landscape • failure-analysis ($0.20): Clinical trial failure analysis • patient-finder ($0.10): Recruiting trial finder (plain language) • deal-signal ($0.35): Biotech M&A and licensing deal signals • drug-check ($0.10): What is this medication? (plain language) • interaction-check ($0.15): Can these medications be taken together? • recall-check ($0.10): Is my medication recalled?
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"action"
],
"properties": {
"nct": {
"type": "string",
"description": "Single trial by NCT id, e.g. NCT02142738"
},
"drug": {
"type": "string",
"description": "Brand or generic medication name — e.g. 'Ozempic' | 'metformin' | 'ibuprofen'"
},
"lang": {
"type": "string",
"description": "Response language"
},
"depth": {
"type": "string",
"description": "depth"
},
"drugs": {
"type": "string",
"description": "Two to eight medication names, comma-separated — e.g. 'warfarin,ibuprofen'"
},
"focus": {
"type": "string",
"description": "focus"
},
"limit": {
"type": "string",
"description": "1-25, default 10"
},
"phase": {
"type": "string",
"description": "1|2|3|4"
},
"stage": {
"type": "string",
"description": "stage"
},
"action": {
"enum": [
"trial-check",
"pipeline-scan",
"approval-outlook",
"sponsor-intel",
"disease-landscape",
"trial-brief",
"mechanism-map",
"global-trials",
"failure-analysis",
"patient-finder",
"deal-signal",
"drug-check",
"interaction-check",
"recall-check"
],
"type": "string",
"description": "Which endpoint to call. Options: trial-check | pipeline-scan | approval-outlook | sponsor-intel | disease-landscape | trial-brief | mechanism-map | global-trials | failure-analysis | patient-finder | deal-signal | drug-check | interaction-check | recall-check"
},
"agency": {
"type": "string",
"description": "agency"
},
"nct_id": {
"type": "string",
"description": "NCT identifier — e.g. NCT04368728"
},
"region": {
"type": "string",
"description": "region"
},
"status": {
"type": "string",
"description": "RECRUITING | COMPLETED | ..."
},
"country": {
"type": "string",
"description": "Optional country filter — e.g. 'United States' | 'Germany' | 'Australia'"
},
"horizon": {
"type": "string",
"description": "horizon"
},
"sponsor": {
"type": "string",
"description": "Search by sponsor"
},
"condition": {
"type": "string",
"description": "Search by condition"
},
"deal_type": {
"type": "string",
"description": "deal_type"
},
"mechanism": {
"type": "string",
"description": "Optional focus — e.g. 'BTK inhibitor' | 'CAR-T' | 'IL-17'"
}
},
"additionalProperties": false
}Parent server
com.theaslangroupllc.pulse/pulsenetwork
https://github.com/GTCC777/mcp-pulsenetwork
2/7 registries