T
Toolcall
/chem-compat
chem compat
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 reaso
liveunknown~5s typical
mcptoolcall
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-click-toolcall-toolcall /chem-compat for me.
Input
| Field | Type | Description |
|---|---|---|
| a* | string | First chemical: CAS number or name |
| b* | string | Second chemical: CAS number or name |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-click-toolcall-toolcall","endpoint":"/chem-compat","input":{"a":"...","b":"..."}}'cli
npx cracked-ai run -p mcp-click-toolcall-toolcall -e /chem-compat -i '{"a":"...","b":"..."}'mcp
run_tool({ provider: "mcp-click-toolcall-toolcall", endpoint: "/chem-compat", input: {"a":"...","b":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.