Diff Checker — Line-by-Line Text Comparison
Text diff comparison API for AI agents. Compare two texts line-by-line: additions, deletions, unchanged lines, and summary statistics (added/removed/changed counts).
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add axel-belfort/diff-checker
# Browse available tools
npx -y smithery tool list axel-belfort/diff-checker
# Get full schema for a tool
npx -y smithery tool get axel-belfort/diff-checker text_compare_diff
# Call a tool
npx -y smithery tool call axel-belfort/diff-checker text_compare_diff '{}'Direct MCP Connection
Endpoint: https://diff-checker--axel-belfort.run.tools
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 structur…
# Get full input/output schema for a tool
npx -y smithery tool get axel-belfort/diff-checker