Skip to main content
Glama

PubChem MCP Server

batch_compound_lookup

Retrieve compound properties, synonyms, classifications, or descriptions for multiple PubChem CIDs (1-200) in a single query to streamline chemical data analysis.

Instructions

Process multiple compound IDs efficiently

Input Schema

NameRequiredDescriptionDefault
cidsYesArray of PubChem CIDs (1-200)
operationNoOperation to perform (default: property)

Input Schema (JSON Schema)

{ "properties": { "cids": { "description": "Array of PubChem CIDs (1-200)", "items": { "type": "number" }, "maxItems": 200, "minItems": 1, "type": "array" }, "operation": { "description": "Operation to perform (default: property)", "enum": [ "property", "synonyms", "classification", "description" ], "type": "string" } }, "required": [ "cids" ], "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/PubChem-MCP-Server'

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