What is Drug & Asset MCP Server?
Drug and asset intelligence retrieval platform, covering drug search, drug details analysis, and development milestone tracking.
Drug and asset intelligence retrieval platform, covering drug search, drug details analysis, and development milestone tracking.
Search drug information. Use this tool when the user wants to find drug assets by drug name, target, disease, organization, development phase, or milestone date. It is well suited for structured pipeline filtering, such as "PD-1 drugs in Phase 3 in China" or "approved drugs from a specific company".
field_optionsobjectField-level options for target, disease, organization, drug_type. Each configured field only supports value_operator (AND or OR), which controls the relation among values within that field. field_options must configure at least one supported field. Omit field_options to preserve the default OR behavior.
mechanism_actionarrayList[str]. Mechanism of action filter used for more specific pharmacology matching.
countryarrayList[str]. Country or region code list, such as the market or development geography used by the underlying query. The input must use country codes.
atc_codearrayList[str]. ATC code filter for therapy-area or class-based retrieval.
highest_phasearrayList[str]. Global highest development status filter, representing the furthest worldwide milestone reached by the drug. Allowed values include ["discovery", "preclinical", "ind_application", "ind_approval", "clinical", "early_phase_1", "phase_1", "phase_1_2", "phase_2", "phase_2_3", "phase_3", "nda_bla", "approved", "phase_4", "discontinued", "suspended", "withdrawn", "pending", "unknown", "not_applicable", "other", "inactive"].
diseasearrayList[str]. In-development disease name list, mapped to the drug disease field used for pipeline filtering.
dev_statusarrayList[str]. Current development status filter, used for the latest active status rather than the historical highest phase. Allowed values include ["discovery", "preclinical", "ind_application", "ind_approval", "clinical", "early_phase_1", "phase_1", "phase_1_2", "phase_2", "phase_2_3", "phase_3", "nda_bla", "approved", "phase_4", "discontinued", "suspended", "withdrawn", "pending", "unknown", "not_applicable", "other", "inactive"].
offsetintegerint. Pagination offset.
action_typearrayList[str]. Action type filter for the high-level activity mode of the drug.
org_typearrayList[str]. Organization type filter applied to the related R&D organizations. Allowed values: ["company", "university_institution", "other"].
modificationarrayList[str]. Chemical modification ID filter for modified molecule searches.
drugarrayList[str]. Drug name list used to locate specific assets.
targetarrayList[str]. Target name list for target-centric drug discovery or development queries.
highest_phase_date_fromstringstr. Start date for the drug's highest-phase milestone. Use YYYY-MM-DD format. The input is converted to a timestamp internally.
organizationarrayList[str]. R&D organization name list, typically used for sponsor, originator, or active developer filtering.
drug_typearrayList[str]. Drug type filter.
highest_phase_date_tostringstr. End date for the drug's highest-phase milestone. Use YYYY-MM-DD format. The input is converted to a timestamp internally.
limitintegerint. Page size.
Fetch drug R&D milestone history records (timeline) for a specific drug. Use either `drug_id` (UUID) or `drug` (drug name). Either drug_id or drug must be provided.
/api/ls/v2/drug/milestone/fetchBatch fetch full detail records by drug IDs or drug names.
/api/ls/v2/drug/fetchDrug and asset intelligence retrieval platform, covering drug search, drug details analysis, and development milestone tracking.
Get a Patsnap Open Platform API key, copy the MCP connection URL from the Connect panel on this page, and add the server to Cursor, Claude Desktop, or another Model Context Protocol-compatible AI agent client.
{
"mcpServers": {
"drug_asset": {
"url": "https://connect.patsnap.com/30cd71/logic-mcp?apikey={your_api_key}"
}
}
}