Skip to main content
Glama

ChEMBL MCP Server

search_by_uniprot

Search and retrieve ChEMBL targets using a UniProt accession number, specifying the number of results to return for precise and relevant biological data.

Instructions

Find ChEMBL targets by UniProt accession

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of results to return (1-1000, default: 25)
uniprot_idYesUniProt accession number

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of results to return (1-1000, default: 25)", "maximum": 1000, "minimum": 1, "type": "number" }, "uniprot_id": { "description": "UniProt accession number", "type": "string" } }, "required": [ "uniprot_id" ], "type": "object" }

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/Augmented-Nature/ChEMBL-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server