get_compound
ActiveTool of Pubchem
declared in 0.1.0
Get standard properties for a PubChem CID: molecular formula, molecular weight, IUPAC name, canonical SMILES, isomeric SMILES, InChI, InChIKey, exact mass, charge, complexity, H-bond donors/acceptors, rotatable bonds, TPSA, XLogP, heavy atom count.
Parameters schema
{
"type": "object",
"examples": [
{
"cid": 3672
}
],
"required": [
"cid"
],
"properties": {
"cid": {
"type": "number",
"description": "PubChem Compound ID"
}
}
}Parent server
Pubchem
https://github.com/pipeworx-io/mcp-pubchem
1/7 registries