Kyntrax Public Knowledge for LangChain
com.kyntrax/public-knowledge
Read-only Kyntrax definitions, claims, evidence status and public provenance.
client:LangChain
transport:streamable-http
Install Kyntrax Public Knowledge in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"public-knowledge": {
"transport": "streamable_http",
"url": "https://kyntrax.com/mcp/",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs