Skip to main content
Glama

ChEMBL MCP Server

search_compounds

Search the ChEMBL database to find compounds by name, synonym, or identifier, with options to limit and offset results for precise querying.

Instructions

Search ChEMBL database for compounds by name, synonym, or identifier

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of results to return (1-1000, default: 25)
offsetNoNumber of results to skip (default: 0)
queryYesSearch query (compound name, synonym, or identifier)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of results to return (1-1000, default: 25)", "maximum": 1000, "minimum": 1, "type": "number" }, "offset": { "description": "Number of results to skip (default: 0)", "minimum": 0, "type": "number" }, "query": { "description": "Search query (compound name, synonym, or identifier)", "type": "string" } }, "required": [ "query" ], "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