Skip to content
LangChain

Synlake — Cloud Infrastructure for AI Agents for LangChain

io.github.synlake-ai/mcp-server

Compare, estimate, and deploy cloud infrastructure across AWS, GCP, and Azure for AI agents.

client:LangChain transport:streamable-http

Install Synlake — Cloud Infrastructure for AI Agents in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mcp-server": {
            "transport": "streamable_http",
            "url": "https://api.synlake.ai/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Synlake — Cloud Infrastructure for AI Agents in other clients