File size: 5,318 Bytes
6b6f5f2
e7c670d
a66b41b
 
e7c670d
6b6f5f2
a66b41b
6b6f5f2
 
14efdae
a66b41b
a675111
 
14efdae
 
 
 
 
 
a66b41b
a675111
a66b41b
a675111
a66b41b
a675111
a66b41b
a675111
 
 
 
 
14efdae
a675111
14efdae
a675111
a66b41b
a675111
 
 
 
14efdae
a675111
 
 
14efdae
a675111
 
 
 
a66b41b
a675111
14efdae
a675111
 
 
14efdae
a675111
a66b41b
a675111
a66b41b
a675111
a66b41b
a675111
 
 
a66b41b
a675111
 
 
 
 
 
 
 
e7c670d
a675111
14efdae
 
 
a675111
 
 
 
 
 
14efdae
a675111
14efdae
 
 
 
 
ebe77a8
a675111
 
 
14efdae
a675111
14efdae
 
 
 
 
a675111
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
title: PatSnap Life Sciences
emoji: 🧬
colorFrom: blue
colorTo: indigo
sdk: static
pinned: true
---

# PatSnap Life Sciences

### **MCP Servers & Agent Skills for AI-Driven Drug Discovery**
*Connecting AI agents to 200M+ patents, drug pipelines, biological sequences, and chemical intelligence.*

---

## πŸ“– About PatSnap Life Sciences

PatSnap is the global leader in connected innovation intelligence. This organization is dedicated to empowering the **Life Sciences and Biotechnology** community by bridging the gap between complex biological data and actionable R&D insights.

Our mission is to accelerate drug discovery and biomedical research through open, standards-based **MCP servers** and specialized **Agent Skills** that give AI models direct access to the world's most comprehensive pharmaceutical database.

## πŸ”Œ MCP Servers

Three Model Context Protocol (MCP) servers power all PatSnap Life Sciences capabilities. Connect your AI agent directly to our APIs β€” no SDK required.

| Server | Focus | Tools | Setup |
|:---|:---|:---|:---|
| **Pharma Intelligence** | Drugs, targets, diseases, clinical trials, patents, papers, deals, FDA labels, epidemiology, news | 28 | [Marketplace](https://open.patsnap.com/marketplace/mcp-servers/245f3ce8-79e4-4c2a-927c-e155c293f097) Β· [README](https://github.com/patsnap/mcp/tree/main/life-sciences/patsnap-pharma-intelligence) |
| **Biology Modality** | Biological sequences, modifications, antibody-antigen interactions | 5 | [Marketplace](https://open.patsnap.com/marketplace/mcp-servers/a96c9b0b-2831-4d18-a37d-286896979b8d) Β· [README](https://github.com/patsnap/mcp/tree/main/life-sciences/patsnap-biology-modality) |
| **Chemical Molecular** | Compound structure search, fragment analysis, ADMET prediction | 3 | [Marketplace](https://open.patsnap.com/marketplace/mcp-servers/96b4a650-d563-4fc5-860d-c99ee8cb5b1e) Β· [README](https://github.com/patsnap/mcp/tree/main/life-sciences/patsnap-chemical-molecular) |

### Quick Start

Get an API key from [PatSnap Developer Portal](https://open.patsnap.com), then connect:

```bash
# Pharma Intelligence
claude mcp add --transport http pharma_intelligence \
  "https://connect.patsnap.com/096456/Logic-mcp?apiKey=$PATSNAP_API_KEY"

# Biology Modality
claude mcp add --transport http biology_modality \
  "https://connect.patsnap.com/06e741/Logic-mcp?apiKey=$PATSNAP_API_KEY"

# Chemical Molecular
claude mcp add --transport http chemical_molecular \
  "https://connect.patsnap.com/713886/Logic-mcp?apiKey=$PATSNAP_API_KEY"
```

Set your API key as an environment variable:

```bash
export PATSNAP_API_KEY=sk-your-key-here
```

> See individual [server READMEs](https://github.com/patsnap/mcp/tree/main/life-sciences) for Cursor, API, and other client configurations.

## 🧬 Agent Skills

Pre-built AI agent workflows that orchestrate MCP server tools for common life sciences tasks. Install them directly into Claude Code with a single command:

```bash
npx skills add https://github.com/patsnap/skills/tree/main/life-sciences --all
```

| Skill | What It Does | MCP Backend |
|:---|:---|:---|
| **target-intelligence** | Comprehensive target evaluation β€” tractability, competitive landscape, binding data | Pharma Intelligence + Biology Modality |
| **pharmaceuticals-exploration** | Drug candidate assessment β€” SAR, chemical properties, ADMET, pipeline status | Pharma Intelligence + Chemical Molecular |
| **biomarker-investigation** | Biomarker discovery, validation, and clinical utility across disease areas | Pharma Intelligence |
| **disease-investigation** | Disease landscape β€” epidemiology, pipeline, standard of care | Pharma Intelligence |
| **company-profiling** | In-depth company analysis β€” pipeline, portfolio, partnerships, patent strategy | Pharma Intelligence |
| **precision-oncology** | Precision medicine for oncology β€” targeted therapies, biomarker-matched trials | Pharma Intelligence |

> Source: [github.com/patsnap/skills](https://github.com/patsnap/skills)

## πŸ“Š Data & Methodology

PatSnap's intelligence is powered by a connected database spanning:

- **200M+ Patents** with deep chemical, biological, and sequence indexing
- **Millions of Biomedical Papers** and registered clinical trial records
- **Real-time News, Drug Deals, and Financial Reports** tracking global pharma activity
- **FDA Labels, Epidemiology, and HEOR Data** for regulatory and market access insights

All accessible through our MCP servers with structured search and semantic vector retrieval.

---

## 🌐 Connect & Support

- **🏠 Official Website**: [eureka.patsnap.com/ls-landing](https://eureka.patsnap.com/ls-landing)
- **πŸ”Œ MCP Marketplace**: [open.patsnap.com/marketplace/mcp-servers](https://open.patsnap.com/marketplace/mcp-servers)
- **πŸ’» MCP Server Source**: [github.com/patsnap/mcp](https://github.com/patsnap/mcp)
- **🧠 Skills Library**: [github.com/patsnap/skills](https://github.com/patsnap/skills)
- **πŸ“§ Contact Us**: [support@patsnap.com](mailto:support@patsnap.com)
- **πŸ“ Global Offices**: London | Singapore | Santa Monica | Suzhou | Toronto

---

### *"Innovate with Confidence. Powered by PatSnap."*

[Twitter](https://twitter.com/patsnap) | [LinkedIn](https://www.linkedin.com/company/patsnap/) | [YouTube](https://www.youtube.com/user/PatSnap)