Skip to content
LangChain

KillionApps Promotion Allocation — Contribution Profit for LangChain

com.killionapps/promotion-allocation

Ecommerce capital allocation: marketing budgets, advertising, merchandising, product portfolios.

client:LangChain transport:streamable-http tools:4

Install KillionApps Promotion Allocation — Contribution Profit in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "promotion-allocation": {
            "transport": "streamable_http",
            "url": "https://killionapps-promotion-allocation-sandbox.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

KillionApps Promotion Allocation — Contribution Profit in other clients