jmpr_chemical

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

Get the full JMPR safety evaluation for one pesticide: its Acceptable Daily Intake (ADI) and Acute Reference Dose (ARfD) in mg/kg body weight, the year each was set, the meeting’s conclusions, its CAS number, chemical class and pesticide use type, plus links to the JMPR reports and monographs. Use to answer how much of a pesticide is considered safe to consume daily, or why a value was withdrawn or never set.

Parameters

NameTypeRequiredDescription
pesticidestringyesPesticide name as JMPR spells it, e.g. “CHLORPYRIFOS”. Case-insensitive; get it from jmpr_search.

Example call

Arguments

{
  "pesticide": "CHLORPYRIFOS"
}

curl

curl -X POST https://gateway.pipeworx.io/jmpr/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"jmpr_chemical","arguments":{"pesticide":"CHLORPYRIFOS"}}}'

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('jmpr_chemical', {
  "pesticide": "CHLORPYRIFOS"
});

More examples

{
  "pesticide": "glyphosate"
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "jmpr": {
      "url": "https://gateway.pipeworx.io/jmpr/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 6, 2026