Searches UniProt via the REST API and returns protein entries with accession, gene names, organism, reviewed status, and sequence length. Swiss-Prot reviewed entries are flagged. Use the returned accession with query_alphafold for structure prediction lookup.
UniProt REST API search
Flags Swiss-Prot reviewed entries
Returns accession, gene, organism, length
| Name | Type | Required | Description |
|---|---|---|---|
| query | string | required | Protein name, gene symbol, or UniProt accession (e.g. "GFP", "P42212") |
| organism | string | optional | Organism filter (e.g. "human", "Aequorea victoria") |
| max_results | number | optional | Max results (default 5, max 10) |
{
"mcpServers": {
"eijex": {
"type": "http",
"url": "https://mcp.eijex.com/api/mcp"
}
}
}Fetch AlphaFold structure prediction for a protein by UniProt accession.
Search the RCSB Protein Data Bank for 3D protein structures.
Search NCBI protein or nucleotide database for sequence summaries and accession numbers.