diff-checker
Diff Checker API
Vergleicht zwei Texte zeilenweise. Liefert einen strukturierten Diff mit Hinzufügungen, Löschungen, unveränderten Zeilen und zusammenfassenden Statistiken. Bezahlung pro Aufruf über x402 (USDC auf Base L2) – kein API-Schlüssel, keine Anmeldung, keine Rate-Limit-Hürde.
Teil des klymax402-Marktplatzes – 100 x402-Mikrozahlungs-APIs für KI-Agenten, eine Wallet, USDC auf Base.
Schnellstart – MCP
Fügen Sie dies zu Ihrer MCP-Client-Konfiguration hinzu (Claude Desktop, Cursor, ElizaOS usw.):
{
"mcpServers": {
"diff-checker": {
"url": "https://diff-checker.api.klymax402.com/mcp"
}
}
}Related MCP server: MCP JSONDiff Kel
Schnellstart – 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 bodyJeder x402-fähige Client (@x402/fetch, x402-agent-tools, ATXP) übernimmt den Zyklus 402 -> sign -> retry automatisch.
Tools
Werkzeug | Methode | Pfad | Preis | Beschreibung |
| POST |
| $0.005 | Vergleicht zwei Texte und zeigt die Unterschiede zeilenweise |
text_compare_diff
Verwenden Sie dieses Werkzeug, wenn Sie zwei Texte vergleichen und genau ermitteln möchten, was sich zwischen ihnen geändert hat. Es liefert einen strukturierten, zeilenweisen Diff mit zusammenfassenden Statistiken.
Parameter
Name | Typ | Erforderlich | Beschreibung |
| string | ja | Der Originaltext (Basisversion) |
| string | ja | Der geänderte Text, mit dem verglichen wird |
Beispielantwort:
{"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}Wann verwenden: Code-Review (Vorher/Nachher-Vergleich), Nachverfolgen von Dokumentrevisionen, Überprüfen von Änderungen an Konfigurationsdateien oder Prüfen von Vorlagenänderungen. Verwenden Sie dieses Werkzeug, BEVOR Sie Konfigurationsänderungen bereitstellen, um zu verstehen, was sich unterscheidet.
Nicht geeignet für: Textklassifikation (verwenden Sie text_classify_content), Stimmungsanalyse (verwenden Sie text_analyze_sentiment) oder Wortzählung (verwenden Sie text_count_words).
Beispiel-Prompts für Agenten
„Vergleiche zwei Texte und ermittle genau, was sich zwischen ihnen geändert hat“
Zahlung
Protokoll: x402 – HTTP-natives Bezahlen pro Aufruf, keine Anmeldung, kein API-Schlüssel
Formular: Base L2 (
eip155:8453)Asset: USDC
Facilitator: Coinbase CDP (primär), PayAI (Fallback)
Zusätzlich erreichbar über ATXP (OAuth-gewrapptes x402, Metadaten für geschützte Ressourcen nach RFC 9728)
Teil von klymax402
100 x402-Mikrozahlungs-APIs für KI-Agenten – eine Wallet, USDC auf Base, keine Anmeldung.
Katalog: https://klymax402.com/llms.txt
Vollständige API-Referenz: https://klymax402.com/llms-full.txt
Live-Statistiken: https://klymax402.com/stats
Lizenz
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