offers for LangChain
com.vpsudo/offers
Live VPS, bare metal and GPU hosting prices across ~75 providers, rescraped daily.
client:LangChain
transport:streamable-http
tools:3
Install offers in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"offers": {
"transport": "streamable_http",
"url": "https://mcp.vpsudo.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs