PatSnap Biology Modality

by patsnap

220 downloads
Not rated
GitHub

About

PatSnap Biology Modality MCP is a Model Context Protocol server that equips AI agents with direct, structured access to biological sequence data, modification records, and antibody-antigen interactions. It enables sequence similarity searching, post-translational modification que

Details

Author
patsnap
Downloads
220
Categories
Other

- Provides structured access to biological sequence data and modifications
- Supports antibody-antigen interaction queries
- Enables sequence similarity searching across 200M+ records
- Allows post-translational modification (PTM) querying
- Facilitates antibody discovery from patents and literature
- Uses streamable HTTP transport for real-time requests

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name PatSnap Biology Modality
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Configure your MCP client with the server URL https://connect.patsnap.com/06e741/logic-mcp?apikey=YOUR_API_KEY and set the transport type to streamableHttp. Replace YOUR_API_KEY with your PatSnap API key.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "patsnap biology modality": {
            "patsnap-biology-modality": {
                "url": "https://connect.patsnap.com/06e741/logic-mcp?apikey=YOUR_API_KEY",
                "type": "streamableHttp"
            }
        }
    }
}

McpServers

{
    "patsnap-biology-modality": {
        "url": "https://connect.patsnap.com/06e741/logic-mcp?apikey=YOUR_API_KEY",
        "type": "streamableHttp"
    }
}

PatSnap Biology Modality

PatSnap Biology Modality MCP is a Model Context Protocol server that equips AI agents with direct, structured access to biological sequence data, modification records, and antibody-antigen interactions. It enables sequence similarity searching, post-translational modification queries, and antibody discovery across PatSnap's global patent and literature corpus of over 200M+ records. Homepage: https://open.patsnap.com/marketplace/mcp-servers/biology-modality GitHub Repository: https://github.com/patsnap/mcp/tree/main/life-sciences/patsnap-biology-modality

Server Config

``json { "mcpServers": { "patsnap-biology-modality": { "url": "https://connect.patsnap.com/06e741/logic-mcp?apikey=YOUR_API_KEY", "type": "streamableHttp" } } } ``
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.