Skip to content
LangChain

StratoForce AI Revenue Intelligence for LangChain

io.github.tgomolski-lgtm/revenue-intelligence

15 AI revenue intelligence tools for Salesforce — pipeline, deals, coaching, competitors.

client:LangChain transport:streamable-http

Install StratoForce AI Revenue Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "revenue-intelligence": {
            "transport": "streamable_http",
            "url": "https://stratoforce-mcp.stratoforce.workers.dev/mcp",
        }
})

tools = await client.get_tools()

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

StratoForce AI Revenue Intelligence in other clients