Cinegenta Studio for LangChain
com.cinegenta/studio
Turn a script into a finished film: plan and quote free, then produce under a hard credit cap.
client:LangChain
transport:streamable-http
Install Cinegenta Studio in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"studio": {
"transport": "streamable_http",
"url": "https://cinegenta.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs