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
- list_models
- get_model_contract
- run_model
- verify_claim
- create_household
- get_household
- list_households
- archive_household
- list_decisions
- get_decision
- get_household_picture
- replace_household
- patch_household
- project_household
- list_example_households
- try_household_projection
- import_households
- draft_import_mapping
- narrate_decision
- decide_household