guide registry for LangChain
guide.constructionleader/guide-registry
Read-only Bicycle Guide registry: published guides, homes, taxonomy, capability spine. No auth.
client:LangChain
transport:streamable-http
tools:4
Install guide registry in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"guide-registry": {
"transport": "streamable_http",
"url": "https://constructionleader.guide/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs