Skip to main content
Glama

UniProt MCP Server

by josefdc

map_ids

Convert protein identifiers between different biological databases using UniProt's mapping service across 200+ supported namespaces.

Instructions

Map identifiers between UniProt-supported namespaces.

Input Schema

NameRequiredDescriptionDefault
from_dbYes
to_dbYes
idsYes

Input Schema (JSON Schema)

{ "properties": { "from_db": { "title": "From Db", "type": "string" }, "ids": { "items": { "type": "string" }, "title": "Ids", "type": "array" }, "to_db": { "title": "To Db", "type": "string" } }, "required": [ "from_db", "to_db", "ids" ], "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