High-performance XML file comparison with semantic analysis capabilities. Features StAX streaming parser for memory-efficient processing of large XML files (60MB+ tested), order-agnostic semantic comparison, and multiple output formats (text, JSON, Excel). Includes 5 MCP tools for comprehensive XML analysis and comparison.
Server Config
{
"mcpServers": {
"xml-comparison": {
"command": "java",
"args": [
"-jar",
"/path/to/xml-compare/mcp-xml-comparison/target/xml-comparison-1.0.0.jar"
]
}
}
}