Skip to content
LangChain

Thrivee — Personal Finance Intelligence for LangChain

ai.thrivee/financial-intelligence

Personal-finance intelligence engine: net worth, goals, asset allocation. Invite-only beta.

client:LangChain transport:streamable-http

Install Thrivee — Personal Finance Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "financial-intelligence": {
            "transport": "streamable_http",
            "url": "https://mcp-server.thrivee.ai/mcp",
        }
})

tools = await client.get_tools()

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

Thrivee — Personal Finance Intelligence in other clients