ClinGen Evidence Repository¶
ClinGen ERepo provides versioned Variant Curation Expert Panel assertions keyed by ClinGen Allele identifier (CAid).
BioMCP preserves source facts rather than applying ACMG/AMP rules or treating
defaults and comments as applied criterion strength. ClinGen ERepo contains germline variant interpretations. For somatic tumor questions, use CIViC: get gene
What BioMCP exposes¶
variant erepo <CAid>returns zero or more assertion summaries with independent met and unmet source criterion lists.variant erepo <CAid> --detailretrieves one explicitly selected versioned SEPIO document, including comments, curator facts, and narrowly located PMIDs.- Typed MCP
variant_erepoaccepts onecaidor a boundedcaidsbatch. variant erepo --gene <symbol>returns bounded compact pages with truthful continuation metadata and no inferred total.- Typed MCP
variant_erepoalso acceptsgene,limit, andoffset, mutually exclusive with CAID and detail inputs.
Example commands¶
Retrieve source-faithful assertion summaries for one CAid.
Retrieve one selected versioned SEPIO detail document.
Batch input accepts 1–50 CAids and remains summary-only.
Gene search returns at most 100 rows per page, limits string previews to 256 UTF-8 bytes, and never cuts an HGVS expression to fit.
When a summary has multiple assertions, detail requires --assertion <UUID>;
--version must be an exact source document version.
API access¶
No BioMCP API key required.