Skip to main content
Glama

PubChem MCP Server

predict_admet_properties

Predict ADMET properties (Absorption, Distribution, Metabolism, Excretion, Toxicity) for chemical compounds using PubChem CID or SMILES string to assess drug viability and safety.

Instructions

Predict ADMET properties (Absorption, Distribution, Metabolism, Excretion, Toxicity)

Input Schema

NameRequiredDescriptionDefault
cidNoPubChem Compound ID (CID)
smilesNoSMILES string (alternative to CID)

Input Schema (JSON Schema)

{ "properties": { "cid": { "description": "PubChem Compound ID (CID)", "type": [ "number", "string" ] }, "smiles": { "description": "SMILES string (alternative to CID)", "type": "string" } }, "required": [], "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