Clinvar Database

🌐Community
by davila7 · vlatest · Repository

Retrieve clinically relevant genetic variant information, pathogenicity classifications, and supporting evidence from ClinVar.

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 clinvar-database npx -- -y @trustedskills/clinvar-database
2

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

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

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

About This Skill

The ClinVar database skill provides AI agents with direct access to curated human variation data, enabling queries on gene mutations and their associated health conditions. It allows for retrieving specific variant details, including clinical significance, population frequencies, and supporting evidence from medical literature.

When to use it

  • Investigating the clinical implications of a specific genetic mutation found in patient sequencing results.
  • Validating reported variants against authoritative databases before publishing research findings.
  • Identifying known pathogenic alleles linked to rare diseases for diagnostic support.
  • Gathering population frequency data to assess the likelihood of benign variants in diverse cohorts.

Key capabilities

  • Search and retrieve entries by gene name, variant identifier (e.g., rsID), or clinical condition.
  • Access detailed records containing inheritance patterns, affected populations, and phenotypic descriptions.
  • Retrieve supporting evidence citations and review status (e.g., reviewed by expert panel).

Example prompts

  • "Find all entries in ClinVar for the BRCA1 gene associated with breast cancer."
  • "What is the clinical significance of the c.68_69delAG variant in the TP53 gene?"
  • "List the population frequencies and inheritance patterns for variants linked to cystic fibrosis."

Tips & gotchas

Ensure you specify clear search criteria like gene symbols or HGVS nomenclature to avoid retrieving irrelevant entries from this large dataset. Note that clinical significance classifications are subject to change as new evidence emerges, so always verify critical findings with current literature.

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
davila7
Installs
122

🌐 Community

Passed automated security scans.