Skip to main content
Glama

PubChem MCP Server

get_3d_conformers

Retrieve 3D conformer data and structural details for chemical compounds using PubChem Compound ID (CID) with the PubChem MCP Server.

Instructions

Get 3D conformer data and structural information

Input Schema

NameRequiredDescriptionDefault
cidYesPubChem Compound ID (CID)
conformer_typeNoType of conformer data (default: 3d)

Input Schema (JSON Schema)

{ "properties": { "cid": { "description": "PubChem Compound ID (CID)", "type": [ "number", "string" ] }, "conformer_type": { "description": "Type of conformer data (default: 3d)", "enum": [ "3d", "2d" ], "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