Skip to main content
Glama

ChEMBL MCP Server

search_targets

Search for biological targets by name, type, or organism using the ChEMBL MCP Server to streamline research and data retrieval.

Instructions

Search for biological targets by name or type

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of results to return (1-1000, default: 25)
organismNoOrganism filter
queryYesTarget name or search query
target_typeNoTarget type filter (e.g., SINGLE PROTEIN, PROTEIN COMPLEX)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of results to return (1-1000, default: 25)", "maximum": 1000, "minimum": 1, "type": "number" }, "organism": { "description": "Organism filter", "type": "string" }, "query": { "description": "Target name or search query", "type": "string" }, "target_type": { "description": "Target type filter (e.g., SINGLE PROTEIN, PROTEIN COMPLEX)", "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