Back to MCP Servers

Target & Disease

3 toolsv1.0.0
Overview

About

Target and disease profiling tool, covering target characterization, disease profiling, and epidemiology evidence retrieval.

Capabilities

target_fetch

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

/api/ls/v2/target/fetch

epidemiology_search

Search epidemiology data with vector similarity. Use semantic similarity to search epidemiology content. This is useful for complex natural-language queries. It calls the unified vector search interface and returns relevant text chunks.

/api/ls/v2/epidemiology/search

disease_fetch

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

/api/ls/v2/disease/fetch

What is Target & Disease MCP Server?

Target and disease profiling tool, covering target characterization, disease profiling, and epidemiology evidence retrieval.

Capabilities

  • Batch fetch full detail records by target IDs or target names.
  • Search epidemiology data with vector similarity. Use semantic similarity to search epidemiology content. This is useful for complex natural-language queries. It calls the unified vector search interface and returns relevant text chunks.
  • Batch fetch full detail records by disease IDs or disease 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": {
    "target_disease": {
      "url": "https://connect.patsnap.com/mcp/target-disease?apikey={your_api_key}"
    }
  }
}

Use cases

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

FAQ

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