Skip to content
LangChain

Video Generation Cost Estimator for LangChain

io.github.702exec/agent-data-platform

Video generation cost estimates across providers, with provenance, freshness, and confidence.

client:LangChain transport:streamable-http tools:3

Install Video Generation Cost Estimator in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "agent-data-platform": {
            "transport": "streamable_http",
            "url": "https://agent-data-platform.onrender.com/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

Video Generation Cost Estimator in other clients