OpenChainGraph Suite · Supply-Chain Due Diligence

EUDR Due Diligence Statement Validation

Validate EUDR Due Diligence Statement fields structurally (art-165) → validate plot-level geolocation (GeoJSON type, coordinate ranges, size rule art-166) → classify HS code against EUDR Annex I, determine SME status and enforcement deadline (art-167). Full DDS submission pipeline for Regulation (EU) 2023/1115. Mandatory 2026-12-30 (large/medium) / 2027-06-30 (micro/SME). Zero network, zero PII.

OpenChainGraph · 3 Steps compliance mandate EUDR 2023/1115 TRACES NT W3C VC §13.11 Hash-Anchored §4 chain_depth:3 · Zero PII
Chain Topology — EUDR Due Diligence Statement Validation (Regulation (EU) 2023/1115)
art-165 DDS Field Validator art-166 Geolocation Validator art-167 Commodity Classifier ⊥
§4 Execution Hash · Chain Definition Anchor
execution_hash:computing…
Chain Stages · 3 Steps
1ROOT · D0node
DDS field conformance feeds geolocation validator
MCP Call · validate_eudr_due_diligence_statement
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "validate_eudr_due_diligence_statement",
    "arguments": {
      "dds": {
        "operator_name": "Amazon Timber GmbH",
        "operator_address": "Industriestr. 12, 10115 Berlin, DE",
        "eori": "DE123456789012",
        "hs_code": "4407",
        "trade_name": "Tropical Sawn Timber",
        "quantity": 5000,
        "country_of_production": "BR",
        "geolocation_present": true
      }
    }
  },
  "id": 1
}
2MIDDLE · D1node
Geolocation validity feeds commodity scope classifier
MCP Call · validate_eudr_geolocation
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "validate_eudr_geolocation",
    "arguments": {
      "geo": {
        "type": "Point",
        "coordinates": [-47.8762, -15.7942],
        "area_ha": 2.5,
        "declared_country": "BR"
      }
    }
  },
  "id": 2
}
3TERMINAL · D2node
Exports commodity scope, SME status, and enforcement deadline — final stage
MCP Call · classify_eudr_commodity_scope
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "classify_eudr_commodity_scope",
    "arguments": {
      "hs_code": "4407",
      "entity": {
        "entity_type": "operator",
        "employee_count": 500,
        "annual_turnover_eur": 80000000
      }
    }
  },
  "id": 3
}
Export Artifacts
Download the §4 chain definition artifact or the §13.11 W3C VC view.