Skip to content
LangChain

FinCraftly for LangChain

com.fincraftly/workforce

AI employees that run your CRM, invoicing, email, documents, dashboards and agents

client:LangChain transport:streamable-http

Install FinCraftly in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "workforce": {
            "transport": "streamable_http",
            "url": "https://fincraftly.com/api/mcp",
        }
})

tools = await client.get_tools()

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

FinCraftly in other clients