Diff Checker API
io.github.Br0ski777/diff-checkerCompare two texts line-by-line — additions, deletions, unchanged. x402 micropayment.
Tools · 1
Use this when you need to compare two pieces of text and identify exactly what changed between them. Returns a structured line-by-line diff with summary statistics. 1. changes -- array of diff entrie…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"diff_checker_api": {
"url": "https://diff-checker.api.klymax402.com/mcp",
"transport": "sse"
}
}
}