Skip to main content
Glama

Ensembl MCP Server

translate_sequence

Translate a DNA sequence into its corresponding protein sequence using the specified genetic code table through the Ensembl MCP Server.

Instructions

Translate DNA sequence to protein sequence

Input Schema

NameRequiredDescriptionDefault
genetic_codeNoGenetic code table (default: 1 for standard)
sequenceYesDNA sequence to translate

Input Schema (JSON Schema)

{ "properties": { "genetic_code": { "description": "Genetic code table (default: 1 for standard)", "maximum": 31, "minimum": 1, "type": "number" }, "sequence": { "description": "DNA sequence to translate", "type": "string" } }, "required": [ "sequence" ], "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