Skip to main content
Glama

PubChem MCP Server

calculate_descriptors

Compute molecular descriptors and fingerprints for chemical compounds using PubChem CID and descriptor type options. Analyze properties, topological features, and 3D structures for chemical data insights.

Instructions

Calculate comprehensive molecular descriptors and fingerprints

Input Schema

NameRequiredDescriptionDefault
cidYesPubChem Compound ID (CID)
descriptor_typeNoType of descriptors (default: all)

Input Schema (JSON Schema)

{ "properties": { "cid": { "description": "PubChem Compound ID (CID)", "type": [ "number", "string" ] }, "descriptor_type": { "description": "Type of descriptors (default: all)", "enum": [ "all", "basic", "topological", "3d" ], "type": "string" } }, "required": [ "cid" ], "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