Skip to main content
Glama
josefdc

UniProt MCP Server

by josefdc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HTTP_HOSTNoHTTP server bind address0.0.0.0
MCP_HTTP_PORTNoHTTP server port8000
MCP_HTTP_RELOADNoEnable auto-reload: 1 or true0
UNIPROT_LOG_LEVELNoLogging level: debug, info, warning, errorinfo
MCP_HTTP_LOG_LEVELNoUvicorn log levelinfo
UNIPROT_LOG_FORMATNoLog format: plain or jsonplain
UNIPROT_ENABLE_FIELDSNoRequest minimal field subsets to reduce payload size
MCP_CORS_ALLOW_HEADERSNoCORS allowed headers*
MCP_CORS_ALLOW_METHODSNoCORS allowed methodsGET,POST,DELETE
MCP_CORS_ALLOW_ORIGINSNoCORS allowed origins (comma-separated)*
UNIPROT_MAX_CONCURRENCYNoMax concurrent UniProt API requests8

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
fetch_entryC

Return a structured UniProt entry.

get_sequenceA

Return only the sequence metadata for an accession.

search_uniprotC

Search UniProtKB and return curated hits.

fetch_entry_flatfileC

Return the UniProt flatfile (txt or fasta) for a specific entry version.

map_idsC

Map identifiers between UniProt-supported namespaces.

Prompts

Interactive templates invoked by user choice

NameDescription
summarize_proteinGenerate instructions for summarising a UniProt entry.

Resources

Contextual data attached and managed by the client

NameDescription
search_helpStatic help text explaining search conventions.

TDQS

B3.4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: fetch_entry retrieves structured data, fetch_entry_flatfile provides flatfile formats, get_sequence focuses on sequence metadata, map_ids handles identifier mapping, and search_uniprot performs searches. There is no overlap or ambiguity between these functions.

Naming Consistency4/5

The naming is mostly consistent with a verb_noun pattern (e.g., fetch_entry, get_sequence, map_ids, search_uniprot), but fetch_entry_flatfile deviates slightly by including an extra descriptor. Overall, the pattern is readable and predictable.

Tool Count5/5

With 5 tools, this server is well-scoped for the UniProt domain. Each tool serves a specific, essential function without redundancy, making the count appropriate for typical use cases like data retrieval, mapping, and searching.

Completeness4/5

The toolset covers core operations for UniProt access: fetching entries in different formats, getting sequences, mapping IDs, and searching. A minor gap might be the lack of update or delete tools, but these are likely unnecessary for a read-only biological database, so agents can work effectively with the provided tools.

Maintenance

ActivityInactive
ResponsivenessNo issues