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.
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
}
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
}
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
}