LodgeDeck for LangChain
io.github.maxbeech/lodgedeck
STR legality, permits and lodging tax by city, each field cited to its source jurisdiction.
client:LangChain
transport:streamable-http
Install LodgeDeck in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"lodgedeck": {
"transport": "streamable_http",
"url": "https://lodgedeck.vercel.app/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs