uniprot-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UNIPROT_MCP_CONTACT | No | Your email address or contact for UniProt API User-Agent. A placeholder is used if not set. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_uniprotkbA | Search UniProtKB and return matching protein entries. Use this to find proteins by gene, name, organism, keyword, length, etc.
Returns a compact summary (accession, entry name, protein name, gene,
organism, length, Swiss-Prot/TrEMBL) by default. Pass |
| get_entryA | Fetch one UniProtKB entry. 'summary' returns a clean digest: protein/gene names, organism, length, function, subcellular location, family/domains, key features, PTMs, keywords, and top cross-references (PDB, AlphaFold, Ensembl, RefSeq, InterPro, GO). Use 'json' for the complete record, 'fasta' for the sequence, 'txt' for the flat file, or 'gff' for feature coordinates. |
| get_fastaA | Return raw FASTA sequence(s) for one or more UniProtKB accessions. A single accession uses the entry endpoint; a list uses the batch /accessions endpoint. Well-formed but unknown/obsolete accessions are dropped silently (a note reports the count discrepancy), but a malformed-format accession makes UniProt reject the whole request — so pass syntactically valid accessions. |
| map_idsA | Map identifiers between databases via UniProt's async ID-mapping service. Submits a job, polls until it finishes, then returns the mapped pairs plus
any unmapped input ids. When |
| get_taxonomyA | Resolve a taxonomy name or id. Pass a numeric taxon id to fetch that record, or a name to search. Returns the taxon id, scientific/common names, rank, and lineage — letting you turn an organism name into the organism_id used by search_uniprotkb. |
| search_unirefA | Search UniRef clusters (sequence-similarity clusters of UniProt proteins). UniRef100/90/50 group sequences at 100/90/50% identity. Returns cluster id,
name, member/organism counts, and the representative member. Use |
| search_proteomesA | Search UniProt proteomes (the protein set of an organism's genome). Returns the proteome id (UPID), organism, proteome type (Reference /
Non-reference / etc.), and protein/gene counts. Filter by |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| UniProt query cheat-sheet | Reference for UniProtKB query syntax (fields, operators, ranges, examples). |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/fzlzjerry/uniprot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server