We use cookies for authentication and — with your consent — for analytics. Read more.

Skip to content
KETL Data
DataAppsMCPSign in
  1. Home
  2. Data catalogue
  3. OECD QSAR Toolbox
EnvironmentStandardProprietaerComing soon

OECD QSAR Toolbox

The OECD's tool for chemicals evaluation — substance search (CAS/EC/SMILES), chemical properties (with Klimisch reliability scores) and GHS classification. Status: stub until an ECHA licence and a local Toolbox server instance are configured (QSAR_TOOLBOX_BASE_URL + QSAR_TOOLBOX_TOKEN). Tracked in #2448.

—

Data volume

Quarterly

Updates

5

MCP tools

OECD QSAR Toolbox is on its way into the catalogue and is not connected yet. The endpoints below are a preview of planned coverage.
Example response — /api/connectors/qsar-toolbox/substances
{
  "data": "..."
}

MCP integration

Available MCP tools
qsar_classification
qsar_describe_endpoints
qsar_health
qsar_properties
qsar_substance_lookup
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "qsar-toolbox": {
      "url": "https://data.ketl.no/mcp/qsar-toolbox",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

API endpoints

GET
/health

Helsesjekk

Show curl example
# GET https://data.ketl.no/api/connectors/qsar-toolbox/health
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/qsar-toolbox/health"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/substancesRequires configuration

Kjemikaliesøk

q optional
Stoffnavn (minst én av q/cas/ec) q=benzene
cas optional
CAS-nummer cas=71-43-2
ec optional
EC-nummer ec=200-753-7
Show curl example
# GET https://data.ketl.no/api/connectors/qsar-toolbox/substances
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/qsar-toolbox/substances"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/propertiesRequires configuration

Egenskaper per substans

toolboxId required
Toolbox stoff-ID toolboxId=abc-123
property optional
Egenskap å hente (f.eks. log_kow, melting_point) property=log_kow
Show curl example
# GET https://data.ketl.no/api/connectors/qsar-toolbox/properties?toolboxId=abc-123
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/qsar-toolbox/properties?toolboxId=abc-123"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/classificationRequires configuration

GHS/CLP-klassifisering

toolboxId required
Toolbox stoff-ID toolboxId=abc-123
Show curl example
# GET https://data.ketl.no/api/connectors/qsar-toolbox/classification?toolboxId=abc-123
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/qsar-toolbox/classification?toolboxId=abc-123"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

Access and pricing

OECD QSAR Toolbox is planned for the Standard plan. It is not connected yet. Follow updates

EUREACHCLPGHSechacompliancecsrdkjemikalierstub
KETL Data

Nordic open-data and compliance infrastructure. Source, rule and confidence on every answer.

Product links

  • Data
  • Apps
  • MCP
  • Contact

Legal links

  • AI transparency
  • Privacy
  • Terms
  • SLA
  • Cookies
  • Security

© 2026 KETL Data

build 8f3b7512