Skip to main content
Glama

SureChEMBL MCP Server

export_chemicals

Export chemical data from the SureChEMBL database in CSV or XML format by specifying chemical IDs and preferred output type.

Instructions

Bulk export chemical data in CSV or XML format

Input Schema

NameRequiredDescriptionDefault
chemical_idsYesArray of SureChEMBL chemical IDs (1-100)
kindNoID type for export (default: cid)
output_typeNoExport format (default: csv)

Input Schema (JSON Schema)

{ "properties": { "chemical_ids": { "description": "Array of SureChEMBL chemical IDs (1-100)", "items": { "type": "string" }, "maxItems": 100, "minItems": 1, "type": "array" }, "kind": { "description": "ID type for export (default: cid)", "enum": [ "cid", "smiles" ], "type": "string" }, "output_type": { "description": "Export format (default: csv)", "enum": [ "csv", "xml" ], "type": "string" } }, "required": [ "chemical_ids" ], "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