MCP-ready EDI agents

EDI Agents for Modern AI Workflows

Use XEDI through MCP-ready agents that transform, validate and route business documents.

Agent directory

12 tools
CE
API
Developers

CSV to EDIFACT Agent

Turn exported order rows into EDIFACT messages without bespoke translator code.

Entry point
POST /api/v1/csv/edifact
xedi/csv-to-edifact See endpoint
PX
Extract
Ops teams

PDF Extraction Agent

Capture order, invoice and delivery fields from supplier PDFs into clean JSON.

Entry point
PDF -> JSON payloads
xedi/pdf-extraction View MCP tool
XC
Convert
Developers

XML Conversion Agent

Render CSV or JSON payloads as XML for partner and legacy system handoffs.

Entry point
JSON / CSV -> XML
xedi/xml-conversion Read docs
ID
IDoc
SAP teams

IDoc Conversion Agent

Move SAP IDoc payloads into structured JSON and back into partner formats.

Entry point
IDoc <-> JSON
xedi/idoc-conversion See SAP path
EV
Validate
QA teams

EDI Validation Agent

Check incoming and outbound EDI for syntax, required fields and partner rules.

Entry point
EDIFACT / X12 / IDoc
xedi/edi-validation View validators
TP
Partner
Client teams

Trading Partner Agent

Keep partner document requirements and routing decisions visible to workflows.

Entry point
Partner rules and formats
xedi/trading-partner Review formats
OP
Orders
Operations

Order Processing Agent

Normalize inbound orders and prepare them for mapping, validation and delivery.

Entry point
Orders -> workflow payload
xedi/order-processing See flow
IN
Invoice
Finance

Invoice Agent

Generate invoice-ready documents from structured order or shipment data.

Entry point
Order data -> invoice
xedi/invoice Open docs
AS
Shipping
Logistics

ASN Agent

Build advance shipping notices for retail fulfilment and warehouse updates.

Entry point
Shipment -> ASN
xedi/asn See examples
FD
Detect
Developers

Format Detection Agent

Detect uploaded document formats and suggest the safest conversion path.

Entry point
format.detect
xedi/format-detection View MCP tool
MA
Map
Implementers

Mapping Agent

Drag source fields into destination formats, including repeating rows and loops.

Entry point
Fields -> destination map
xedi/mapping Open mapper
WO
Workflow
Teams

Workflow Orchestration Agent

Chain import, transform, validation and delivery steps into repeatable flows.

Entry point
Import -> validate -> deliver
xedi/workflow-orchestration Build workflow