We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/genomoncology/biomcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
protein.md•663 B
# Protein
Use protein commands to query UniProt accessions and expand into domains, interactions, and structure IDs.
## Search proteins
```bash
biomcp search protein -q kinase --limit 5
```
## Get protein records
```bash
biomcp get protein P15056
```
## Request protein sections
Domains:
```bash
biomcp get protein P15056 domains
```
Interactions:
```bash
biomcp get protein P15056 interactions
```
Structures:
```bash
biomcp get protein P15056 structures
```
## Helper command
```bash
biomcp protein structures P15056
```
## JSON mode
```bash
biomcp --json get protein P15056 all
```
## Related guides
- [Gene](gene.md)
- [Pathway](pathway.md)