← genomicintelligence.ai
INDIVIDUAL MCP TOOL
fetch_ensembl_sequence
Fetch a gene's reference sequence from Ensembl and store it.
LIVE ENDPOINT
https://mcp.genomicintelligence.ai/mcp
Connect to this endpoint to inspect the live schema for fetch_ensembl_sequence and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT 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.
Related tools
list_models— List available models for a task.fetch_region— Fetch a genomic region by coordinates from Ensembl and store it.fetch_gene_for_expression— Fetch a gene's sequence prepared for expression prediction.load_demo_sequence— Load a bundled demo reference sequence and return a handle.store_inline_sequence— Store a human-pasted sequence and return a handle to re-use it.predict_promoter— Predict promoter regions (G0).predict_splice— Predict splice donor/acceptor sites (G0 BigBird).predict_enhancer— Predict enhancer activity (G0 DeepSTARR).