Skip to main content
Glama

Ensembl MCP Server

get_regulatory_features

Retrieve regulatory elements like enhancers, promoters, and TFBS for a specified genomic region and species using the Ensembl MCP Server. Optional filters include feature type and cell type context.

Instructions

Get regulatory elements (enhancers, promoters, TFBS) in genomic region

Input Schema

NameRequiredDescriptionDefault
cell_typeNoCell type context (optional)
feature_typeNoRegulatory feature type (optional)
regionYesGenomic region (chr:start-end)
speciesNoSpecies name (default: homo_sapiens)

Input Schema (JSON Schema)

{ "properties": { "cell_type": { "description": "Cell type context (optional)", "type": "string" }, "feature_type": { "description": "Regulatory feature type (optional)", "type": "string" }, "region": { "description": "Genomic region (chr:start-end)", "type": "string" }, "species": { "description": "Species name (default: homo_sapiens)", "type": "string" } }, "required": [ "region" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Augmented-Nature/Ensembl-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server