diff-checker
Diff Checker API
2つのテキストを行ごとに比較します。追加、削除、変更なしの行と、サマリー統計を含む構造化された差分を返します。x402 による支払い方式(Base L2上のUSDC)で、APIキー不要、サインアップ不要、レート制限の壁もありません。
klymax402 マーケットプレイスの一部です -- AIエージェント向けの100個のx402マイクロペイメントAPIを、1つのウォレットとBase上のUSDCで利用できます。
クイックスタート -- 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 bodyx402対応クライアント(@x402/fetch、x402-agent-tools、ATXP)は、402 → 署名 → リトライのサイクルを自動的に処理します。
ツール
ツール | メソッド | パス | 価格 | 説明 |
| POST |
| $0.005 | 2つのテキストを比較し、行ごとの差分を表示します |
text_compare_diff
2つのテキストを比較して、その間で何が変更されたかを正確に特定する必要がある場合に使用します。構造化された行ごとの差分とサマリー統計を返します。
パラメーター
名前 | 型 | 必須 | 説明 |
| string | はい | 元のテキスト(ベース) |
| string | はい | 比較対象の変更後テキスト |
応答例:
{"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 を使用)。
エージェントプロンプトの例
「2つのテキストを比較し、その間で何が変更されたかを正確に確認してください」
支払い
プロトコル: x402 -- HTTPネイティブのコール単位課金、サインアップ不要、APIキー不要
ネットワーク: Base L2 (
eip155:8453)アセット: USDC
ファシリテーター: Coinbase CDP(プライマリ)、PayAI(フォールバック)
ATXP(OAuthラップされたx402、RFC 9728の保護リソースメタデータ)からも利用可能
klymax402の一部
AIエージェント向けの100x402マイクロペイメントAPI -- 1つのウォレット、Base上のUSDC、サインアップ不要。
完全な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