Back to MCP Servers

Drug & Asset

3 toolsv1.0.0
Overview

About

Drug and asset intelligence retrieval platform, covering drug search, drug details analysis, and development milestone tracking.

Capabilities

drug_search

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".

Arguments
field_optionsobject

Field-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_actionarray

List[str]. Mechanism of action filter used for more specific pharmacology matching.

countryarray

List[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_codearray

List[str]. ATC code filter for therapy-area or class-based retrieval.

highest_phasearray

List[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"].

diseasearray

List[str]. In-development disease name list, mapped to the drug disease field used for pipeline filtering.

dev_statusarray

List[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"].

offsetinteger

int. Pagination offset.

action_typearray

List[str]. Action type filter for the high-level activity mode of the drug.

org_typearray

List[str]. Organization type filter applied to the related R&D organizations. Allowed values: ["company", "university_institution", "other"].

modificationarray

List[str]. Chemical modification ID filter for modified molecule searches.

drugarray

List[str]. Drug name list used to locate specific assets.

targetarray

List[str]. Target name list for target-centric drug discovery or development queries.

highest_phase_date_fromstring

str. Start date for the drug's highest-phase milestone. Use YYYY-MM-DD format. The input is converted to a timestamp internally.

organizationarray

List[str]. R&D organization name list, typically used for sponsor, originator, or active developer filtering.

drug_typearray

List[str]. Drug type filter.

highest_phase_date_tostring

str. End date for the drug's highest-phase milestone. Use YYYY-MM-DD format. The input is converted to a timestamp internally.

limitinteger

int. Page size.

drug_milestone_fetch

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/fetch

drug_fetch

Batch fetch full detail records by drug IDs or drug names.

/api/ls/v2/drug/fetch

What is Drug & Asset MCP Server?

Drug and asset intelligence retrieval platform, covering drug search, drug details analysis, and development milestone tracking.

Capabilities

  • 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".
  • 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.
  • Batch fetch full detail records by drug IDs or drug names.

How to connect

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.

Example MCP configuration

{
  "mcpServers": {
    "drug_asset": {
      "url": "https://connect.patsnap.com/30cd71/logic-mcp?apikey={your_api_key}"
    }
  }
}

Use cases

  • Use Drug & Asset MCP Server to let AI agents access Patsnap innovation intelligence inside agent conversations.

FAQ

What is Drug & Asset MCP Server?
Drug & Asset MCP Server is a Patsnap Open Platform Model Context Protocol server that exposes innovation intelligence tools for AI agents and LLM clients.
How does Drug & Asset MCP Server work with AI agents?
An MCP-compatible client connects to the server URL with your Patsnap Open Platform API key, discovers available tools, and lets the model call Patsnap data and capabilities during conversations.
What tasks can Drug & Asset MCP Server perform?
Drug & Asset MCP Server exposes Patsnap tools through the Model Context Protocol so AI agents can retrieve patents, papers, and innovation intelligence during multi-step reasoning.
How do I connect this MCP server to an agent?
Get a Patsnap Open Platform API key, copy the MCP connection URL or JSON config from this page, and add it to your MCP-compatible client following the MCP Quick Start guide.