json schema validator for LangChain
io.github.ryuamarines/json-schema-validator
Validates JSON against a JSON Schema, lists violations. x402 payment required (testnet USDC).
client:LangChain
transport:streamable-http
tools:1
Install json schema validator in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"json-schema-validator": {
"transport": "streamable_http",
"url": "https://faceted-napped-debtless.ngrok-free.dev/json-schema-validator/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs