XEDI MCP

MCP server for EDI agents

Connect Claude Code, Codex and other MCP clients to XEDI's document tools.

MCP endpoint
https://api.xedi.ai/mcp

Use your xedi.ai API key to authenticate MCP requests.

MCP tools

8 tools

Example usage

MCP client

Agent prompt

Convert ./orders.csv into EDIFACT for Tesco and return validation errors before sending.

MCP tool call

{
  "tool": "csv.to_edifact",
  "arguments": {
    "file": "./orders.csv",
    "partner": "tesco",
    "validate": true
  }
}

Setup

3 steps
01
Create an API key
02
Add the MCP server to your client
03
Start calling XEDI tools from your agent