EUDR compliance plugin
MCP serverEverything elseCompile EUDR Annex II Due Diligence Statements from operator, supplier, and plot geolocation.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use EUDR compliance plugin
Install EUDR compliance plugin
The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.
Claude Code
claude mcp add --transport http eudr-compliance-plugin 'https://eudr.dev/mcp'Run it once in your project, then open /mcp to approve any sign-in the server asks for.
Claude Desktop
https://eudr.dev/mcpAdd a custom connector in Settings, paste this address, and approve the sign-in.
Cursor
cursor://anysphere.cursor-deeplink/mcp/install?name=eudr-compliance-plugin&config=eyJ1cmwiOiJodHRwczovL2V1ZHIuZGV2L21jcCJ9Open the link and Cursor adds the server at that address.
ChatGPT
https://eudr.dev/mcpIn Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.
Codex
codex mcp add eudr-compliance-plugin --url 'https://eudr.dev/mcp'Run it once, then sign in with codex mcp login eudr-compliance-plugin if the server asks for an account.
From the project's README
As published by Vortx-AI/eudr-plugin in README.md.
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
| Tool | What it does | Writes |
|---|---|---|
eudr_check_plots | Forest loss after the 31 Dec 2020 cut-off, per plot | no |
eudr_fetch_evidence | Pages the signed satellite facts behind a check | no |
eudr_assess_evidence_gaps | Missing Article 9(1) information, per supplier | no |
eudr_lookup_reference | Country risk tiers, Annex I commodity mapping | no |
eudr_verify_receipt | Signature and content address on a statement | no |
eudr_prepare_dds | Starts compiling an Annex II statement | yes |
eudr_get_dds | Reads the outcome of a compile | no |
eudr_execution_trace | The full derivation chain behind a verdict | no |
eudr_import_shipments | Reads a CSV or GS1 EPCIS consignment list | no |
eudr_export_statement | TRACES XML, Annex II JSON, or plot GeoJSON | no |
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.
Advanced
- Delivery
- eudr MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
io-github-vortx-ai-eudr- Source
- github.com/Vortx-AI/eudr-plugin
- Hosted endpoint
https://eudr.dev/mcp