Skip to main content
Glama

ChEMBL MCP Server

search_drugs

Search for approved drugs and clinical candidates by name, development phase, or therapeutic area, with customizable result limits using the ChEMBL MCP Server.

Instructions

Search for approved drugs and clinical candidates

Input Schema

NameRequiredDescriptionDefault
development_phaseNoDevelopment phase filter (e.g., Approved, Phase III)
limitNoNumber of results to return (1-1000, default: 25)
queryYesDrug name or search query
therapeutic_areaNoTherapeutic area filter

Input Schema (JSON Schema)

{ "properties": { "development_phase": { "description": "Development phase filter (e.g., Approved, Phase III)", "type": "string" }, "limit": { "description": "Number of results to return (1-1000, default: 25)", "maximum": 1000, "minimum": 1, "type": "number" }, "query": { "description": "Drug name or search query", "type": "string" }, "therapeutic_area": { "description": "Therapeutic area filter", "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