LIVE ENDPOINT
https://api.antevo.ch/mcp/mandates/mcp
Connect to this endpoint to inspect the live schema for get_client_team 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-eam]
url = "https://api.antevo.ch/mcp/mandates/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"antevo-eam": {
"type": "http",
"url": "https://api.antevo.ch/mcp/mandates/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: antevo-eam
Remote MCP URL: https://api.antevo.ch/mcp/mandates/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-eam": {
"url": "https://api.antevo.ch/mcp/mandates/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"antevo-eam": {
"type": "http",
"url": "https://api.antevo.ch/mcp/mandates/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "antevo-eam",
"transport": "streamable-http",
"url": "https://api.antevo.ch/mcp/mandates/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_succession_scan— Firm-wide succession urgency scan — identifies clients with incomplete succession planning (EAM).generate_meeting_brief— Generate a full meeting brief for a client — 11 sections covering portfolio, compliance, macro, relationship health, next best conversation.list_documents— List documents for a household.get_document_detail— Get document metadata, ACLs, and share links for a specific document.get_eam_clients— List EAM clients for a firm.get_client_dossier— Get full client dossier — profile, entities, AUM, review status, team assignments.get_client_reviews_due— Get compliance reviews due for a client, or all clients if client_id omitted.create_eam_client— Create a new EAM client/prospect.