Reality Graph Verification Tools for LangChain
dev.realitygraph/verification-tools
Read-only AI coding tools for change verification, release readiness, capacity, and guidance.
client:LangChain
transport:streamable-http
tools:10
Install Reality Graph Verification Tools in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"verification-tools": {
"transport": "streamable_http",
"url": "https://realitygraph.dev/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs