Diff Checker API for LangChain
io.github.br0ski777/diff-checker
Compare two texts line-by-line — additions, deletions, unchanged. x402 micropayment.
client:LangChain
transport:sse
Install Diff Checker API in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"diff-checker": {
"transport": "streamable_http",
"url": "https://diff-checker.api.klymax402.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs