Skip to content
Back to search
90
MCP v1.1.0 sse

Diff Checker API

io.github.Br0ski777/diff-checker

Compare two texts line-by-line — additions, deletions, unchanged. x402 micropayment.

Uptime
0.0%
1 direct probes · 30d
Response
196ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

text_compare_diff

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…

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"
    }
  }
}