Atisbo Documentation for LangChain
io.github.brian8a1/atisbo-docs
Read-only search and page retrieval from the public Atisbo documentation corpus. No authentication.
client:LangChain
transport:streamable-http
Install Atisbo Documentation in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"atisbo-docs": {
"transport": "streamable_http",
"url": "https://app.atisbo.dev/api/mcp-docs",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs