GPUQuant AI Infrastructure for LangChain
com.gpuquant/infrastructure
Search AI infrastructure, inspect facility evidence and explore sourced company relationships.
client:LangChain
transport:streamable-http
tools:3
Install GPUQuant AI Infrastructure in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"infrastructure": {
"transport": "streamable_http",
"url": "https://gpuquant.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs