Skip to main content
Glama
patsnap

PatSnap Life Sciences

Official

PatSnap Life Sciences MCP Servers

by PatSnap Life Sciences

Official Model Context Protocol (MCP) servers for Life Sciences, powered by PatSnap's proprietary biomedical and pharmaceutical intelligence platform. These servers give AI agents direct, structured access to the world's most comprehensive pharmaceutical and biomedical database — covering drugs, targets, diseases, clinical trials, patents, scientific literature, biological sequences, chemical structures, and real‑world evidence.

Available MCP Servers

Server

Focus

Tools

Quick Link

Pharma Intelligence

Drugs, targets, diseases, clinical trials, patents, papers, deals, FDA labels, epidemiology, HEOR, financial reports, news, translational medicine

28

Pharma Intelligence Or Repo

Biology Modality

Biological sequences, modifications, antibody‑antigen interactions

5

Biology Modality Or Repo

Chemical Molecular

Compound structure search, fragment analysis, ADMET prediction

3

Chemical Molecular Or Repo

Setup

All three servers follow the same three‑step pattern. You can connect one or all of them depending on your use case.

1. Get an API Key

Log in to the PatSnap Developer Platform, go to API Keys, and create a new key (format: sk-xxxxxxxxxxxx).

2. Connect the MCP Servers

Run the following commands in your terminal (requires Claude Code or any MCP‑compatible client):

# 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:

export PATSNAP_API_KEY=sk-your-key-here

Other clients? Visit the individual server pages on PatSnap Marketplace and select your agent (Cursor, API, etc.) from the bottom‑right corner to get the appropriate configuration snippet.

3. Verify

In Claude Code, type /mcp and confirm that the added servers show Connected.

PatSnap Skills Integration

These MCP servers power PatSnap Skills — domain‑specific AI agents purpose‑built for common life sciences workflows. Install them directly into your AI agent for turnkey analysis capabilities.

Skill

Description

Requires

target-intelligence

Comprehensive target evaluation including tractability, competitive landscape, and biology evidence

Pharma Intelligence, Biology Modality

pharmaceuticals-exploration

Drug candidate assessment covering structure‑activity, chemical properties, and development progress

Pharma Intelligence, Chemical Molecular

biomarker-investigation

Biomarker discovery, validation, and clinical utility analysis across disease areas

Pharma Intelligence

disease-investigation

Disease landscape characterization including epidemiology, pipeline, and standard of care

Pharma Intelligence

company-profiling

In‑depth company analysis covering pipeline, portfolio, partnerships, and patent strategy

Pharma Intelligence

precision-oncology

Precision medicine insights for oncology including targeted therapies and biomarker‑matched trials

Pharma Intelligence

To install all skills:

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

Resources

License

MIT


Powered by PatSnap — Innovate with Confidence.

A
license - permissive license
-
quality - not tested
C
maintenance

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/patsnap/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server