Skip to main content
Glama

UniProt MCP Server

by josefdc

fetch_entry

Retrieve structured protein data from UniProtKB database using accession numbers to access detailed entry information, sequences, and annotations.

Instructions

Return a structured UniProt entry.

Input Schema

NameRequiredDescriptionDefault
accessionYes
fieldsNo
versionNo

Input Schema (JSON Schema)

{ "properties": { "accession": { "title": "Accession", "type": "string" }, "fields": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Fields" }, "version": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Version" } }, "required": [ "accession" ], "type": "object" }

Other Tools from UniProt MCP Server

Related Tools

    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/josefdc/Uniprot-MCP'

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