chem-compat
ActiveTool of Toolcall
Can chemical A be safely mixed or stored with chemical B? Pass two CAS numbers or names. Returns a verdict (incompatible / caution / no_known_hazard), the reason, expected effects (gas evolution, heat, fire, toxic fumes) and confidence, from expert reasoning over PubChem GHS data and CAMEO-derived reactivity profiles. JSON response. [Paid: $0.03 USDC per call via x402 on Base; the calling client pays automatically.]
Parameters schema
{
"type": "object",
"required": [
"a",
"b"
],
"properties": {
"a": {
"type": "string",
"description": "First chemical: CAS number or name"
},
"b": {
"type": "string",
"description": "Second chemical: CAS number or name"
}
},
"additionalProperties": false
}Parent server
Toolcall
https://github.com/BeneIstvan/toolcall-mcp
1/7 registries