jecfa_chemical

Pack: jecfa · Endpoint: https://gateway.pipeworx.io/jecfa/mcp

Fetch the complete JECFA record for one substance by its chemical id: chemical and synonym names, CAS and INS numbers, functional class, and every safety evaluation JECFA has made of it — evaluation year, ADI, the committee’s conclusions, dietary exposure findings, meeting number, and the TRS report and toxicological monograph citations. Use after search to explain how and when an ADI was set or revised.

Parameters

NameTypeRequiredDescription
idnumberyesChemical id from jecfa_search (e.g. 62 for aspartame).

Example call

Arguments

{
  "id": 62
}

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_chemical","arguments":{"id":62}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('jecfa_chemical', {
  "id": 62
});

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.

Regenerated from source · build August 6, 2026