KLO Mobility Quote for LangChain
io.github.ubunyod574-max/mobility-quote
Route options, fare estimates, ETA, and ride deeplinks via the KLO Mobility A2A agent.
client:LangChain
transport:stdio
runtime:pypi
Install KLO Mobility Quote in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mobility-quote": {
"transport": "stdio",
"command": "uvx",
"args": ["klo-mobility-quote-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs