Back to MCP Servers

Scientific & Translational Evidence

2 toolsv1.0.0
Overview

About

Retrieval platform focusing on scientific literature and translational outcomes, covering academic publication queries and translational medicine record tracking.

Capabilities

translational_medicine_search

Search translational medicine information. Use this tool when the user wants to find translational medicine records by drug, target, disease, sponsor organization, or publication window. It works well for structured follow-up queries after entity extraction, such as narrowing results to a specific disease area, sponsor, or publication window.

Arguments
field_optionsobject

Field-level options for drug, target, disease, drug_type, organization. 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 name list for more specific pharmacology matching.

published_date_tostring

str. End date for the publication date range. Use YYYY-MM-DD format. The input is converted to the YYYYMMDD format used by the underlying query.

diseasearray

List[str]. Disease name list used to constrain the clinical or biological context.

offsetinteger

int. Pagination offset.

drug_typearray

List[str]. Drug type filter.

organizationarray

List[str]. Organization name list, typically representing the research institution or sponsor.

limitinteger

int. Page size.

published_date_fromstring

str. Start date for the publication date range. Use YYYY-MM-DD format. The input is converted to the YYYYMMDD format used by the underlying query.

drugarray

List[str]. Drug name list used to narrow translational studies to a specific therapy.

targetarray

List[str]. Target name list for biology- or mechanism-oriented translational queries.

translational_medicine_fetch

Batch fetch full detail records by translational medicine IDs.

/api/ls/v2/translational-medicine/fetch

What is Scientific & Translational Evidence MCP Server?

Retrieval platform focusing on scientific literature and translational outcomes, covering academic publication queries and translational medicine record tracking.

Capabilities

  • Search translational medicine information. Use this tool when the user wants to find translational medicine records by drug, target, disease, sponsor organization, or publication window. It works well for structured follow-up queries after entity extraction, such as narrowing results to a specific disease area, sponsor, or publication window.
  • Batch fetch full detail records by translational medicine IDs.

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": {
    "scientific_translational_evidence": {
      "url": "https://connect.patsnap.com/9c333c/logic-mcp?apikey={your_api_key}"
    }
  }
}

Use cases

  • Use Scientific & Translational Evidence MCP Server to let AI agents access Patsnap innovation intelligence inside agent conversations.

FAQ

What is Scientific & Translational Evidence MCP Server?
Scientific & Translational Evidence MCP Server is a Patsnap Open Platform Model Context Protocol server that exposes innovation intelligence tools for AI agents and LLM clients.
How does Scientific & Translational Evidence 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 Scientific & Translational Evidence MCP Server perform?
Scientific & Translational Evidence 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.