Edi Bridge MCP Server
Rank #65,848io.github.CSOAI-ORG/edi-bridge-mcp
EDI X12 / EDIFACT B2B bridge — parse, validate, map, govern (Peppol/ViDA).
Edi Bridge MCP Server is a Model Context Protocol (MCP) server published by CSAO-ORG. It ranks #65,848 of 115,591 servers tracked on MCP Toplist. Edi Bridge MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Aug 19, 2026 and most recently updated on Aug 19, 2026.
Ranks ahead of 49,743 of 115,591 servers on MCP Toplist.
Use Edi Bridge MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add edi-bridge-mcp -- uvx edi-bridge-mcp[mcp_servers.edi-bridge-mcp]
command = "uvx"
args = ["edi-bridge-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"edi-bridge-mcp": {
"command": "uvx",
"args": [
"edi-bridge-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"edi-bridge-mcp": {
"command": "uvx",
"args": [
"edi-bridge-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"edi-bridge-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"edi-bridge-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"edi-bridge-mcp": {
"command": "uvx",
"args": [
"edi-bridge-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"edi-bridge-mcp": {
"command": "uvx",
"args": [
"edi-bridge-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.CSOAI-ORG%2Fedi-bridge-mcp)<a href="https://mcptoplist.com/server/io.github.CSOAI-ORG%2Fedi-bridge-mcp"><img src="https://mcptoplist.com/badge/io.github.CSOAI-ORG%2Fedi-bridge-mcp.svg" alt="MCP Toplist: #65,848 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
CSAO-ORG
Other servers by CSAO-ORG
- Fix Bridge MCP Server#65,849 · 1 ver
- Gs1 Bridge MCP Server#65,851 · 1 ver
- Hl7 Fhir Bridge MCP Server#65,852 · 1 ver
- Iso8583 Bridge MCP Server#65,854 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Aug 19, 2026 |
Frequently asked questions
- Who maintains Edi Bridge MCP Server?
- Edi Bridge MCP Server is maintained by CSAO-ORG, which publishes 5 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Edi Bridge MCP Server listed on the Official MCP Registry?
- Yes — Edi Bridge MCP Server is listed on the Official MCP Registry.
- How many versions does Edi Bridge MCP Server have?
- MCP Toplist tracks 1 version of Edi Bridge MCP Server, most recently published on Aug 19, 2026.
- Where can I find the source code for Edi Bridge MCP Server?
- The source code for Edi Bridge MCP Server is hosted at github.com/CSAO-ORG/edi-bridge-mcp.