Verbaterm Policy Intelligence for LangChain
io.github.tensorswillflow/verbaterm
Judged, citation-checked policy corpus over MCP. Keyless public reads; API key for AI tools.
client:LangChain
transport:streamable-http
tools:7
Install Verbaterm Policy Intelligence in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"verbaterm": {
"transport": "streamable_http",
"url": "https://verbaterm.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs