Skip to content
LangChain

FLOPS Compute Intelligence for LangChain

io.github.zeroatflops/flopsindex-mcp

GPU compute price indices over MCP; every value carries a verify URL. Five key-free tools.

client:LangChain transport:stdio runtime:pypi

Install FLOPS Compute Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "flopsindex-mcp": {
            "transport": "stdio",
            "command": "uvx",
            "args": ["flopsindex-mcp"],
        }
})

tools = await client.get_tools()

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

FLOPS Compute Intelligence in other clients