Skip to main content
Glama

ChEMBL MCP Server

get_target_compounds

Retrieve compounds tested against a specific ChEMBL target by providing the target ID. Filter results by activity type (e.g., IC50, Ki, Kd) and set a limit for the number of returned records.

Instructions

Get compounds tested against a specific target

Input Schema

NameRequiredDescriptionDefault
activity_typeNoActivity type filter (e.g., IC50, Ki, Kd)
limitNoNumber of results to return (1-1000, default: 25)
target_chembl_idYesChEMBL target ID

Input Schema (JSON Schema)

{ "properties": { "activity_type": { "description": "Activity type filter (e.g., IC50, Ki, Kd)", "type": "string" }, "limit": { "description": "Number of results to return (1-1000, default: 25)", "maximum": 1000, "minimum": 1, "type": "number" }, "target_chembl_id": { "description": "ChEMBL target ID", "type": "string" } }, "required": [ "target_chembl_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