diff-checker
Diff Checker API
Сравнивает два текста строка за строкой. Возвращает структурированный diff с добавлениями, удалениями, неизменёнными строками и сводной статистикой. Оплата за вызов через x402 (USDC на Base L2) — без API-ключа, без регистрации и без лимитов на количество запросов.
Часть маркетплейса klymax402 — 100 x402-микроплатежных API для AI-агентов, один кошелёк, USDC на Base.
Быстрый старт -- MCP
Добавьте в конфигурацию вашего MCP-клиента (Claude Desktop, Cursor, ElizaOS и т.д.):
{
"mcpServers": {
"diff-checker": {
"url": "https://diff-checker.api.klymax402.com/mcp"
}
}
}Related MCP server: MCP JSONDiff Kel
Быстрый старт -- HTTP (x402)
curl -X POST "https://diff-checker.api.klymax402.com/api/diff" \
-H "Content-Type: application/json" \
-d '{"text1":"...","text2":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response bodyЛюбой клиент, поддерживающий x402 (@x402/fetch, x402-agent-tools, ATXP), автоматически обрабатывает цикл 402 -> подпись -> повторная попытка.
Инструменты
Tool | Method | Path | Price | Description |
| POST |
| $0.005 | Сравнивает два текста и показывает построчные различия |
text_compare_diff
Используйте этот инструмент, когда нужно сравнить два текста и определить, что именно между ними изменилось. Возвращает структурированный построчный diff со сводной статистикой.
Параметры
Name | Type | Required | Description |
| string | yes | Исходный текст (базовый) |
| string | yes | Изменённый текст для сравнения |
Пример ответа:
{"changes":[{"type":"unchanged","content":"line 1"},{"type":"removed","content":"old line 2"},{"type":"added","content":"new line 2"}],"linesAdded":1,"linesRemoved":1,"linesUnchanged":1,"similarity":66.7}Когда использовать: ревью кода (до/после), отслеживание ревизий документов, проверка изменений конфигурационных файлов или аудит изменений шаблонов. Используйте это ДО развертывания изменений конфигурации, чтобы понять, что отличается.
Не для: классификации текста (используйте text_classify_content), анализа тональности (используйте text_analyze_sentiment), подсчёта слов (используйте text_count_words).
Примеры промптов для агентов
"Сравните два фрагмента текста и определите, что именно между ними изменилось"
Оплата
Протокол: x402 — HTTP-native оплата за вызов, без регистрации, без API-ключа
Сеть: Base L2 (
eip155:8453)Актив: USDC
Посредник: Coinbase CDP (основной), PayAI (запасной)
Также доступен через ATXP (OAuth-обёрнутый x402, метаданные защищённого ресурса RFC 9728)
Часть klymax402
100 x402-микроплатежных API для AI-агентов — один кошелёк, USDC на Base, без регистрации.
Каталог: https://klymax402.com/llms.txt
Полная документация по API: https://klymax402.com/llms-full.txt
Статистика в реальном времени: https://klymax402.com/stats
Лицензия
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceThis server provides a tool to generate unified diffs between two text strings, facilitating text comparison and analysis.1233MIT
- FlicenseCqualityDmaintenanceAn efficient MCP server for performing accurate, deep comparisons between JSON objects or strings using the deepdiff engine. It provides AI agents with standardized difference reports, supporting nested structures and various input formats to ensure precise data analysis.1

Pylon MCP Serverofficial
FlicenseNot gradedqualityFmaintenanceProvides 20+ AI agent capabilities like web scraping, PDF parsing, OCR, and more, with pay-per-use micropayments via x402.1- AlicenseNot gradedqualityBmaintenanceA high-performance Model Context Protocol server that provides text diffing capabilities, enabling LLMs to compare two blocks of text and receive differences in unified diff format.6Apache 2.0
Related MCP Connectors
x402-paid agent tools: 18 over HTTP, 14 over stdio. USDC per call, no API key.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
Telegram channel analytics and statistics for AI agents, pay-per-call in USDC via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Br0ski777/diff-checker-x402'
If you have feedback or need assistance with the MCP directory API, please join our Discord server