Skip to main content
Glama

Ensembl MCP Server

get_motif_features

Identify transcription factor binding motifs in specified genomic regions using the Ensembl MCP Server. Input region and species to analyze binding patterns with optional custom binding matrices.

Instructions

Get transcription factor binding motifs in genomic region

Input Schema

NameRequiredDescriptionDefault
binding_matrixNoSpecific binding matrix (optional)
regionYesGenomic region (chr:start-end)
speciesNoSpecies name (default: homo_sapiens)

Input Schema (JSON Schema)

{ "properties": { "binding_matrix": { "description": "Specific binding matrix (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