Skip to main content
Glama

ChEMBL MCP Server

get_compound_structure

Fetch chemical structure details by ChEMBL compound ID in formats like SMILES, InChI, MOL, or SDF using ChEMBL MCP Server.

Instructions

Retrieve chemical structure information in various formats

Input Schema

NameRequiredDescriptionDefault
chembl_idYesChEMBL compound ID
formatNoStructure format (default: smiles)

Input Schema (JSON Schema)

{ "properties": { "chembl_id": { "description": "ChEMBL compound ID", "type": "string" }, "format": { "description": "Structure format (default: smiles)", "enum": [ "smiles", "inchi", "molfile", "sdf" ], "type": "string" } }, "required": [ "chembl_id" ], "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