Data Collection
genomicintelligence.ai
Provides access to genomic sequences from Ensembl for bioinformatics tasks, including model listing and data retrieval.
ENDPOINT 1
https://mcp.genomicintelligence.ai/mcp
MCP server metadata
- Name
- gi-mcp
- Version
- 0.1.0a17
Genomic Intelligence DNA analysis over MCP. Six inference tasks (promoter, splice, enhancer, chromatin, expression, annotation), plus a composite annotation→expression workflow. Research and development use. Not for clinical or diagnostic decisions. For high-volume or latency-sensitive use, contact contact@genomicintelligence.ai to provision a production-shaped deployment. Recommended flow to avoid bloating context with large sequences: 1. Acquire a sequence as a *handle* (fetch_ensembl_sequence, fetch_gene_for_expression, load_local_fasta, or store_inline_sequence). 2. Pass the returned `sequence_ref` to a predict_* tool. Small sequences may instead be passed inline via `sequence`. Each task has its own length bounds (promoter 300, splice 100, enhancer 50, chromatin 200, gene finding 1,000, expression 9,198 bp minimum; 500,000 bp maximum for all of them) — see gi://docs/tasks. A minimum is admission control, not the model's regime: a shorter-than-context-window sequence is still scored, against a padded window, so compare your length with bio_spec.context_window_bp from gi://models before reading much into a short-input result. Reference context lives in resources: gi://models, gi://docs/tasks, gi://sequences, gi://account.
Known tools 15
fetch_ensembl_sequenceFetch a gene's reference sequence from Ensembl and store it.
Inferred read-onlyfetch_gene_for_expressionFetch a gene's sequence prepared for expression prediction.
Inferred read-onlystore_inline_sequenceStore a human-pasted sequence and return a handle to re-use it.
Inferred read-onlyfind_genes_and_predict_expressionFind genes in a sequence, then predict each gene's expression (composite).
Inferred read-onlylist_jobsList the caller's recent async jobs (also available as gi://jobs/recent).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.gi-mcp]
url = "https://mcp.genomicintelligence.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gi-mcp": {
"type": "http",
"url": "https://mcp.genomicintelligence.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gi-mcp
Remote MCP URL: https://mcp.genomicintelligence.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"gi-mcp": {
"url": "https://mcp.genomicintelligence.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gi-mcp": {
"type": "http",
"url": "https://mcp.genomicintelligence.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gi-mcp",
"transport": "streamable-http",
"url": "https://mcp.genomicintelligence.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for genomicintelligence.ai was fetched 2026-08-04T03:37:49.065Z and is being refreshed.
genomicintelligence.ai is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.