Skip to main content
Glama

PubChem MCP Server

get_compound_info

Retrieve detailed compound information by PubChem CID, including structure, properties, and bioassay data. Supports multiple output formats like JSON, SDF, and XML for flexible data access.

Instructions

Get detailed information for a specific compound by PubChem CID

Input Schema

NameRequiredDescriptionDefault
cidYesPubChem Compound ID (CID)
formatNoOutput format (default: json)

Input Schema (JSON Schema)

{ "properties": { "cid": { "description": "PubChem Compound ID (CID)", "type": [ "number", "string" ] }, "format": { "description": "Output format (default: json)", "enum": [ "json", "sdf", "xml", "asnt", "asnb" ], "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