Skip to main content
Glama

ChEMBL MCP Server

advanced_search

Perform complex chemical and biological data queries on the ChEMBL MCP Server using multiple filters like molecular weight, LogP, hydrogen bond donors, and acceptors to retrieve precise results.

Instructions

Complex queries with multiple chemical and biological filters

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of results to return (1-1000, default: 25)
max_hbaNoMaximum hydrogen bond acceptors
max_hbdNoMaximum hydrogen bond donors
max_logpNoMaximum LogP value
max_mwNoMaximum molecular weight (Da)
min_logpNoMinimum LogP value
min_mwNoMinimum molecular weight (Da)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of results to return (1-1000, default: 25)", "maximum": 1000, "minimum": 1, "type": "number" }, "max_hba": { "description": "Maximum hydrogen bond acceptors", "minimum": 0, "type": "number" }, "max_hbd": { "description": "Maximum hydrogen bond donors", "minimum": 0, "type": "number" }, "max_logp": { "description": "Maximum LogP value", "type": "number" }, "max_mw": { "description": "Maximum molecular weight (Da)", "minimum": 0, "type": "number" }, "min_logp": { "description": "Minimum LogP value", "type": "number" }, "min_mw": { "description": "Minimum molecular weight (Da)", "minimum": 0, "type": "number" } }, "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