get_synonyms
ActiveTool of Pubchem
declared in 0.1.0
List all names (synonyms) for a CID — common names, IUPAC, trade names, CAS numbers, etc.
Parameters schema
{
"type": "object",
"examples": [
{
"cid": 3672
}
],
"required": [
"cid"
],
"properties": {
"cid": {
"type": "number",
"description": "PubChem Compound ID"
},
"max_results": {
"type": "number",
"description": "Cap (default 50)"
}
}
}Parent server
Pubchem
https://github.com/pipeworx-io/mcp-pubchem
1/7 registries