jecfa_functional_classes
Pack: jecfa · Endpoint: https://gateway.pipeworx.io/jecfa/mcp
List the JECFA functional-class vocabulary — the 71 technological purposes a substance can be evaluated under (sweetener, emulsifier, antioxidant, humectant…), grouped into food additives, flavouring agents, food contaminants and veterinary drugs. Call this to discover the exact class name that jecfa_by_functional_class expects.
Example call
Arguments
{}
curl
curl -X POST https://gateway.pipeworx.io/jecfa/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"jecfa_functional_classes","arguments":{}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('jecfa_functional_classes', {});
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"jecfa": {
"url": "https://gateway.pipeworx.io/jecfa/mcp"
}
}
}
See Getting Started for client-specific install steps.