get
ActiveTool of mcp-uniprot
"Fetch protein [P12345]" / "UniProt entry for [accession]" / "FASTA sequence for [protein]" — single UniProtKB entry by accession (e.g. P12345 or P38398 for BRCA1_HUMAN). Returns full protein record: sequence, function annotations, GO terms, cross-refs, post-translational modifications, variants. Pass format=fasta for sequence only.
Parameters schema
{
"type": "object",
"examples": [
{
"accession": "P38398"
},
{
"format": "xml",
"accession": "P12345"
}
],
"required": [
"accession"
],
"properties": {
"format": {
"type": "string",
"description": "json (default) | fasta | xml | txt | gff"
},
"accession": {
"type": "string",
"description": "e.g. \"P12345\" or \"P38398\" (BRCA1_HUMAN)"
}
}
}Parent server
mcp-uniprot
https://github.com/pipeworx-io/mcp-uniprot
2/7 registries