jecfa_recent_evaluations
Pack: jecfa · Endpoint: https://gateway.pipeworx.io/jecfa/mcp
Show the substances most recently added or re-evaluated by JECFA, with their current ADI and functional class. Use to check what the committee has looked at lately rather than to look up a known substance.
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_recent_evaluations","arguments":{}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('jecfa_recent_evaluations', {});
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.