Skip to main content
Glama
Br0ski777

diff-checker

by Br0ski777

Diff Checker API

MCP Server x402 License: MIT

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 body

Cualquier 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

text_compare_diff

POST

/api/diff

$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

text1

string

El texto original (base)

text2

string

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.

Licencia

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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