Clinvar Database

🌐Community
by ovachiever · vlatest · Repository

Queries ClinVar data via API to identify genetic variants, their classifications, and associated clinical significance.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add ovachiever-clinvar-database npx -- -y @trustedskills/ovachiever-clinvar-database
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "ovachiever-clinvar-database": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/ovachiever-clinvar-database"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides access to and querying capabilities of the ClinVar database, a public archive of reports describing relationships among human genes, genetic variants, and phenotypes. It allows users to retrieve specific variant information, search by gene or phenotype, and generally leverage the vast clinical significance data stored within ClinVar. The skill facilitates research and analysis related to genetic disorders and personalized medicine.

When to use it

  • Investigating a patient's genetic variant: Retrieve detailed information about a specific variant to understand its potential impact on health.
  • Researching gene-disease associations: Explore the relationship between genes, variants, and associated diseases or conditions.
  • Analyzing clinical trial data: Access ClinVar data to supplement and interpret results from clinical trials involving genetic factors.
  • Understanding phenotypic implications of a variant: Determine the observed phenotypes associated with a particular genetic variation.

Key capabilities

  • Variant retrieval by ID
  • Gene-based searches
  • Phenotype-based searches
  • Access to ClinVar data fields (e.g., clinical significance, allele frequency)

Example prompts

  • "What is the clinical significance of variant rs1234567?"
  • "Find all variants associated with the BRCA1 gene."
  • "Show me variants related to Alzheimer's disease according to ClinVar."

Tips & gotchas

The accuracy and completeness of information depend on the data available in the ClinVar database. Be aware that clinical significance classifications can change as new evidence emerges.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
ovachiever
Installs
27

🌐 Community

Passed automated security scans.