EUDR compliance engine

EUDR compliance engine

@vortx-aiUpdated 3 days ago

Compile EUDR Annex II Due Diligence Statements from operator, supplier, and plot geolocation.

Server endpointStreamable HTTPNo authProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

EUDR compliance plugin

Checks agricultural plots against Regulation (EU) 2023/1115 (the EU Deforestation Regulation) and prepares the Due Diligence Statement an operator files before placing goods on the EU market.

Built for exporters, cooperatives, and procurement teams working on farm-to-consignment traceability — the people who have to produce evidence, not the people asking for farming advice.

Install

/plugin marketplace add Vortx-AI/eudr
/plugin install eudr

Or point Claude Code at a checkout:

claude --plugin-dir ./plugins/eudr

What it connects to

A remote MCP server at https://eudr.dev/mcp. No account, no API key, no credential to hand over — every tool below is reachable with an HTTP client. Self-hosters override the endpoint in the plugin's configuration.

Tools

ToolWhat it doesWrites
eudr_check_plotsForest loss after the 31 Dec 2020 cut-off, per plotno
eudr_fetch_evidencePages the signed satellite facts behind a checkno
eudr_assess_evidence_gapsMissing Article 9(1) information, per supplierno
eudr_lookup_referenceCountry risk tiers, Annex I commodity mappingno
eudr_verify_receiptSignature and content address on a statementno
eudr_prepare_ddsStarts compiling an Annex II statementyes
eudr_get_ddsReads the outcome of a compileno
eudr_execution_traceThe full derivation chain behind a verdictno
eudr_import_shipmentsReads a CSV or GS1 EPCIS consignment listno
eudr_export_statementTRACES XML, Annex II JSON, or plot GeoJSONno

Prompts

Served by the MCP server, so they appear whether you install the plugin or add the connector on its own: check_plots, supplier_gaps, evidence_pack, verify_counterparty.

Skills

  • /eudr:evidence-pack — assemble a consignment's evidence
  • /eudr:supplier-gaps — which suppliers need chasing, and for what
  • /eudr:verify-statement — audit evidence a counterparty supplied

Scope, stated plainly

This covers Article 3(a), deforestation-free, which is observable from satellite. It does not cover Article 3(b), legality in the country of production — tenure, permits, free prior and informed consent, labour, tax. Those are documentary checks the operator carries out, and every tool response names them as unresolved rather than letting a clean forest-loss result read as a clean file.

Verdicts are reproducible from the signed per-cell evidence chain. Nothing is filed with any authority by this plugin.

Data

Plot geometry, HS code, country of production and quantity are sent to emem.dev to be measured and independently signed. Operator and supplier identity are not: they stay on eudr.dev. https://eudr.dev/privacy

Licence

Apache-2.0. The eudr.dev runtime is closed; emem, the Earth-memory protocol the evidence comes from, is open source. Both are operated by Vortx AI Private Limited.