Skip to main content
Glama

ChEMBL MCP Server

search_activities

Search bioactivity and assay results from the ChEMBL database using filters for target, assay, compound, and activity type to retrieve relevant data.

Instructions

Search bioactivity measurements and assay results

Input Schema

NameRequiredDescriptionDefault
activity_typeNoActivity type (e.g., IC50, Ki, EC50)
assay_chembl_idNoChEMBL assay ID filter
limitNoNumber of results to return (1-1000, default: 25)
molecule_chembl_idNoChEMBL compound ID filter
target_chembl_idNoChEMBL target ID filter

Input Schema (JSON Schema)

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