Clinvar Database
Queries ClinVar to retrieve genetic variant information, including classifications, interpretations, and associated publications.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add jimmc414-clinvar-database npx -- -y @trustedskills/jimmc414-clinvar-database
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"jimmc414-clinvar-database": {
"command": "npx",
"args": [
"-y",
"@trustedskills/jimmc414-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 of relationships among human genes, genetic variants, and phenotypes (observable characteristics). It allows users to retrieve variant information including clinical significance classifications, associated diseases, and submission details. The skill facilitates research into genetic disorders and personalized medicine applications by enabling programmatic access to this valuable resource.
When to use it
- Investigating the clinical significance of a specific gene variant.
- Identifying genes or variants associated with a particular disease phenotype.
- Analyzing trends in variant reporting and classification over time.
- Building tools for genetic counseling or personalized medicine applications.
- Researching the impact of genetic variations on drug response.
Key capabilities
- Variant querying by gene name, chromosome position, or RefSeq transcript ID.
- Retrieval of clinical significance classifications (e.g., Pathogenic, Benign).
- Access to associated diseases and phenotypes.
- Information about variant submitters and review status.
Example prompts
- "What is the clinical significance of the BRCA1 c.185delAG variant?"
- "Find all pathogenic variants in the TP53 gene."
- "Show me the submission details for rsid 1234567."
Tips & gotchas
The ClinVar database can be complex, and results may require interpretation by a qualified professional. Be aware that variant classifications are subject to 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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.