Skip to content
LangChain

Worthune Verified Financial Models for LangChain

com.worthune/models

61 verified financial models and a household planning engine: 20 MCP tools, 6 keyless, specs cited.

client:LangChain transport:streamable-http tools:20

Install Worthune Verified Financial Models in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "models": {
            "transport": "streamable_http",
            "url": "https://worthune.com/api/mcp/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

Worthune Verified Financial Models in other clients