AIS Gateway — the campus front desk for AIS MCP buildings for LangChain
ai.aislabs/gateway
Front desk for the AIS MCP campus: lists our buildings (CVE, Flight Recorder), prices, how to pay
client:LangChain
transport:streamable-http
tools:3
Install AIS Gateway — the campus front desk for AIS MCP buildings in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"gateway": {
"transport": "streamable_http",
"url": "https://api.aislabs.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs