← antevo.ch
INDIVIDUAL MCP TOOL
get_market_data
Market data for the user's watchlist, with signals where available.
LIVE ENDPOINT
https://api.antevo.ch/mcp/wealth/mcp
Connect to this endpoint to inspect the live schema for get_market_data 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— What the household is worth, at the width you ask for: scope='estate' (default) is AUM plus real assets minus liabilities; 'aum' is investable securities and cash only; 'allocation' breaks that book down by asset class.get_exposure_to— How much of the book sits behind a country (ISO-2) or a TRBC sector, with the positions behind it.list_households— The households this user belongs to, with their ids.get_portfolio_positions— Positions for a household, paginated, sorted by market value.list_accounts— Accounts and custody for the household.get_risk— Risk for the household, or for one portfolio.get_portfolio_drift— Drift of a portfolio versus its target allocation.list_facilities— Credit facilities — balances, limits, rates, maturities, covenants, collateral.