Antevo Wealth for LangChain
ch.antevo/wealth
The family estate in full — what you hold, what you owe, and what it is exposed to.
client:LangChain
transport:streamable-http
tools:36
Install Antevo Wealth in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"wealth": {
"transport": "streamable_http",
"url": "https://api.antevo.ch/mcp/wealth/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
- get_net_worth
- get_exposure_to
- list_households
- get_portfolio_positions
- list_accounts
- get_risk
- get_portfolio_drift
- list_facilities
- get_facility
- list_real_assets
- get_real_asset
- get_real_asset_economics
- get_brief
- get_market_data
- list_published_content
- lookup_index_by_brand
- get_recent_results
- get_signals_recent
- get_correlations
- get_equity_fundamentals
- run_technical_analysis
- list_layers
- get_geo_map
- get_country_brief