LIVE ENDPOINT
https://api.antevo.ch/mcp/wealth/mcp
Connect to this endpoint to inspect the live schema for get_country_brief and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.antevo-wealth]
url = "https://api.antevo.ch/mcp/wealth/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"antevo-wealth": {
"type": "http",
"url": "https://api.antevo.ch/mcp/wealth/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: antevo-wealth
Remote MCP URL: https://api.antevo.ch/mcp/wealth/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"antevo-wealth": {
"url": "https://api.antevo.ch/mcp/wealth/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"antevo-wealth": {
"type": "http",
"url": "https://api.antevo.ch/mcp/wealth/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "antevo-wealth",
"transport": "streamable-http",
"url": "https://api.antevo.ch/mcp/wealth/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_net_worth— Net worth: total estate gross (AUM incl.get_household_aum— Assets under management for the household — canonical, cash-inclusive, FX-converted.list_households— The households this user belongs to, with their ids.get_portfolio_summary— Portfolio summary — market value, cost basis, unrealised P&L, allocation by asset class.get_portfolio_positions— Positions for a household, paginated, sorted by market value.list_accounts— Accounts and custody for the household.get_risk_dashboard— Household risk dashboard — volatility, VaR, concentration, drawdown.get_portfolio_risk— Risk metrics for one portfolio.