dbSNP MCP Plugin

by mattshu0410

249 downloads
Not rated
GitHub

About

The dbSNP MCP Plugin is an MCP server that retrieves genetic variant information from NCBI’s dbSNP database directly in a development environment. It is intended for developers who need to query SNP details, search for variants, and obtain clinical significance data…

Details

Author
mattshu0410
Downloads
249
Categories
Developer Tools

- Retrieve detailed information about a SNP by its rs ID
- Search for SNPs using gene names, phenotypes, or other terms
- Obtain clinical significance data for specific variants

Install the required dependencies with pip install mcp requests, then install the server using mcp install server.py. Optionally, add an NCBI API key for higher rate limits via mcp install server.py -v NCBI_API_KEY=your_api_key_here. Use the provided functions: get_snp_by_rs, search_snps, and get_snp_clinical_significance.

dbSNP MCP Plugin

This MCP plugin allows you to retrieve genetic variant information from NCBI's dbSNP database directly in your development environment.

Features

- Retrieve detailed information about SNPs using rs IDs
- Search for SNPs by various terms (gene names, phenotypes, etc.)
- Get clinical significance information for variants

Installation

Prerequisites

- Python 3.7+ - MCP CLI tool

Setup

1. Install the required dependencies:

pip install mcp requests

2. Install the MCP server:

mcp install server.py

3. (Optional) To use higher rate limits, get an NCBI API key and add it to your configuration:

mcp install server.py -v NCBI_API_KEY=your_api_key_here

Usage

Get SNP by rs ID

Retrieves detailed information about a specific SNP by its rs ID.

```python

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.