# 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

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/diff-checker

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/diff-checker

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/diff-checker text_compare_diff

# Call a tool
npx -y @smithery/cli@latest 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…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/diff-checker <tool-name>
```
