Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_compounds | Search ChEMBL database for compounds by name, synonym, or identifier |
| get_compound_info | Get detailed information for a specific compound by ChEMBL ID |
| search_by_inchi | Search for compounds by InChI key or InChI string |
| get_compound_structure | Retrieve chemical structure information in various formats |
| search_similar_compounds | Find chemically similar compounds using Tanimoto similarity |
| search_targets | Search for biological targets by name or type |
| get_target_info | Get detailed information for a specific target by ChEMBL target ID |
| get_target_compounds | Get compounds tested against a specific target |
| search_by_uniprot | Find ChEMBL targets by UniProt accession |
| get_target_pathways | Get biological pathways associated with a target |
| search_activities | Search bioactivity measurements and assay results |
| get_assay_info | Get detailed information for a specific assay by ChEMBL assay ID |
| search_by_activity_type | Find bioactivity data by specific activity type and value range |
| get_dose_response | Get dose-response data and activity profiles for compounds |
| compare_activities | Compare bioactivity data across multiple compounds or targets |
| search_drugs | Search for approved drugs and clinical candidates |
| get_drug_info | Get drug development status and clinical trial information |
| search_drug_indications | Search for therapeutic indications and disease areas |
| get_mechanism_of_action | Get mechanism of action and target interaction data |
| analyze_admet_properties | Analyze ADMET properties (Absorption, Distribution, Metabolism, Excretion, Toxicity) |
| calculate_descriptors | Calculate molecular descriptors and physicochemical properties |
| predict_solubility | Predict aqueous solubility and permeability properties |
| assess_drug_likeness | Assess drug-likeness using Lipinski Rule of Five and other metrics |
| substructure_search | Find compounds containing specific substructures |
| batch_compound_lookup | Process multiple ChEMBL IDs efficiently |
| get_external_references | Get links to external databases (PubChem, DrugBank, PDB, etc.) |
| advanced_search | Complex queries with multiple chemical and biological filters |