Skip to main content
Glama

SureChEMBL MCP Server

get_chemical_image

Generate chemical structure images from SMILES or other structure notations with customizable height and width settings using the SureChEMBL MCP Server.

Instructions

Generate chemical structure image from SMILES or other structure notation

Input Schema

NameRequiredDescriptionDefault
heightNoImage height in pixels (default: 200)
structureYesSMILES string or other structure notation
widthNoImage width in pixels (default: 200)

Input Schema (JSON Schema)

{ "properties": { "height": { "description": "Image height in pixels (default: 200)", "maximum": 1000, "minimum": 50, "type": "number" }, "structure": { "description": "SMILES string or other structure notation", "type": "string" }, "width": { "description": "Image width in pixels (default: 200)", "maximum": 1000, "minimum": 50, "type": "number" } }, "required": [ "structure" ], "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/SureChEMBL-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server