Skip to content
LangChain

FastGPU for LangChain

co.fastgpu/fastgpu

Compare live GPU cloud rental prices and match workloads to the cheapest provider.

client:LangChain transport:streamable-http tools:2

Install FastGPU in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "fastgpu": {
            "transport": "streamable_http",
            "url": "https://fastgpu.co/api/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

FastGPU in other clients