Agent prompt
Convert ./orders.csv into EDIFACT for Tesco and return validation errors before sending.
Connect Claude Code, Codex and other MCP clients to XEDI's document tools.
Use your xedi.ai API key to authenticate MCP requests.
Convert structured CSV files into EDIFACT messages.
Extract structured order, invoice and delivery data from PDFs.
Validate EDI syntax, required fields and partner rules.
Find supported document types and trading partner requirements.
Prepare inbound orders for downstream systems.
Generate outbound invoice documents from structured data.
Build advance shipping notices for fulfilment workflows.
Check processing status, delivery state and validation errors.
Convert ./orders.csv into EDIFACT for Tesco and return validation errors before sending.
{
"tool": "csv.to_edifact",
"arguments": {
"file": "./orders.csv",
"partner": "tesco",
"validate": true
}
}