mcpserver.lol
registry/genomic-intelligence
Connection check verified live · 20h ago

genomic-intelligence

Hosted DNA language models: promoter, splice, enhancer, chromatin, expression, annotation

Tools 15
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

15 tools

Read from the running server on 20h ago.

fetch_ensembl_sequence gene*speciesflank_bp
Fetch a gene's reference sequence from Ensembl and store it. Returns a handle ({ref, name, length, preview, ...}). Pass the `ref` to predict_* tools — the bases st…
fetch_gene_for_expression gene*species
Fetch a gene's sequence prepared for expression prediction. Resolves the gene's TSS via Ensembl and returns the exact TSS-centred 9,198 bp window the expression mo…
fetch_region region*strandspeciesflank_bp
Fetch a genomic region by coordinates from Ensembl and store it. For "find the genes in chr8:127,680,000-127,800,000"-style requests: resolves a coordinate range t…
find_genes read-only waitmodelsequencesequence_refsequence_name
Find genes (transcript intervals) in a genomic region (async, ~8-25s). Takes 1,000–500,000 bp. The floor is the strictest of the scanning tasks: gene finding needs…
find_genes_and_predict_expression read-only waitsequencedescriptionsequence_refsequence_name
Find genes in a sequence, then predict each gene's expression (composite). Server-side chaining in ONE call: finds genes (transcript intervals, with their TSS) in…
get_job read-only job_id*
Poll an async job once. Returns the {data, meta} result if complete, a progress envelope if still running, or an error envelope if it failed.
list_jobs read-only limit
List the caller's recent async jobs (also available as gi://jobs/recent).
list_models read-only task*
List available models for a task. Use to discover model ids before passing one as the `model` argument to a predict tool. The same catalog is also available…
load_demo_sequence name*
Load a bundled demo reference sequence and return a handle. The server ships one curated, task-correct positive control per task (list them via the gi://sequences…
predict_chromatin read-only modelsequencesequence_refsequence_name
Chromatin annotation across 919 features (G0 DeepSEA). 200–500,000 bp. The model reads a 1,000 bp context window; 200–999 bp is accepted and scored against a padde…
predict_enhancer read-only modelsequencesequence_refsequence_name
Predict enhancer activity (G0 DeepSTARR). 50–500,000 bp. 50 bp is the task's admission floor (the API 422s below it), not a statement about what the model reads: e…
predict_expression read-only modelsequencetss_indexdescriptionsequence_refsequence_name
Predict a gene's expression from a TSS-centred window. Expression is cell-type-specific, so `description` (cell type / assay context, e.g. 'K562 cell line') is REQ…
predict_promoter read-only modelsequencesequence_refsequence_name
Predict promoter regions (G0). 300–500,000 bp. Returns the {data, meta} envelope: data.regions lists predicted promoters with start/end/score. 300 bp is t…
predict_splice read-only modelsequencesequence_refsequence_name
Predict splice donor/acceptor sites (G0 BigBird). 100–500,000 bp. The model reads a 15,000 bp context window, so anything shorter is scored against a padded window…
store_inline_sequence namesequence*
Store a human-pasted sequence and return a handle to re-use it. For a sequence you've already pasted into the conversation, this gives back a short handle so you c…