diff-checker
Diff Checker API
Compara dos textos línea por línea. Devuelve un diff estructurado con adiciones, eliminaciones, líneas sin cambios y estadísticas resumidas. Pago por llamada mediante x402 (USDC en Base L2) — sin clave de API, sin registro, sin límite de frecuencia.
Parte del mercado klymax402 — 100 APIs de micropago x402 para agentes de IA, una única cartera, USDC en Base.
Inicio rápido — MCP
Añádelo a la configuración de tu cliente MCP (Claude Desktop, Cursor, ElizaOS, etc.):
{
"mcpServers": {
"diff-checker": {
"url": "https://diff-checker.api.klymax402.com/mcp"
}
}
}Related MCP server: MCP JSONDiff Kel
Inicio rápido — 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 bodyCualquier cliente compatible con x402 (@x402/fetch, x402-agent-tools, ATXP) gestiona automáticamente el ciclo 402 -> firmar -> reintentar.
Herramientas
Herramienta | Método | Ruta | Precio | Descripción |
| POST |
| $0.005 | Compara dos textos y muestra las diferencias línea por línea |
text_compare_diff
Úsala cuando necesites comparar dos textos e identificar exactamente qué ha cambiado entre ellos. Devuelve un diff estructurado línea por línea con estadísticas resumidas.
Parámetros
Nombre | Tipo | Obligatorio | Descripción |
| string | sí | El texto original (base) |
| string | sí | El texto modificado que se va a comparar |
Ejemplo de respuesta:
{"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}Cuándo usarla: revisión de código (comparar antes/después), seguimiento de revisiones de documentos, verificación de cambios en ficheros de configuración o auditoría de modificaciones en plantillas. Úsala ANTES de implementar cambios de configuración para entender qué difiere.
No es para: clasificación de textos (usa text_classify_content), análisis de sentimientos (usa text_analyze_sentiment), recuento de palabras (usa text_count_words).
Ejemplos de prompts para agentes
"Compara dos textos e identifica exactamente qué ha cambiado entre ellos"
Pago
Protocolo: x402 — pago por llamada nativo de HTTP, sin registro, sin clave de API
Red: Base L2 (
eip155:8453)Activo: USDC
Facilitador: Coinbase CDP (principal), PayAI (alternativa)
También accesible a través de ATXP (x402 envuelto en OAuth, metadatos de recurso protegido RFC 9728)
Parte de klymax402
100 APIs de micropago x402 para agentes de IA — una sola cartera, USDC en Base, cero registros.
Catálogo: https://klymax402.com/llms.txt
Referencia completa de la API: https://klymax402.com/llms-full.txt
Estadísticas en vivo: https://klymax402.com/stats
Licencia
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