Skip to main content
Glama

PubChem MCP Server

get_compound_properties

Retrieve molecular properties like MW, logP, and TPSA for chemical compounds using the PubChem CID. Specify desired properties for precise data extraction.

Instructions

Get molecular properties (MW, logP, TPSA, etc.)

Input Schema

NameRequiredDescriptionDefault
cidYesPubChem Compound ID (CID)
propertiesNoSpecific properties to retrieve (optional)

Input Schema (JSON Schema)

{ "properties": { "cid": { "description": "PubChem Compound ID (CID)", "type": [ "number", "string" ] }, "properties": { "description": "Specific properties to retrieve (optional)", "items": { "type": "string" }, "type": "array" } }, "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