INDIVIDUAL MCP TOOL
search_macro_indicators
Find a macro-economic series by name or country — CPI, policy and market interest rates, equity indices, house prices, industrial production, commodities.
LIVE ENDPOINT
https://api.antevo.ch/mcp/executive/mcp
Connect to this endpoint to inspect the live schema for search_macro_indicators 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-executive]
url = "https://api.antevo.ch/mcp/executive/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"antevo-executive": {
"type": "http",
"url": "https://api.antevo.ch/mcp/executive/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: antevo-executive
Remote MCP URL: https://api.antevo.ch/mcp/executive/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-executive": {
"url": "https://api.antevo.ch/mcp/executive/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"antevo-executive": {
"type": "http",
"url": "https://api.antevo.ch/mcp/executive/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "antevo-executive",
"transport": "streamable-http",
"url": "https://api.antevo.ch/mcp/executive/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_capabilities— What the Antevo Executive connector exposes.get_executive_brief— The Antevo Executive Brief — today's editorial read on markets and world events: the hero takeaway, the regime, the themes that matter, key risks and a market snapshot.list_executive_notes— The archive of past Executive Briefs, newest first — each with its date, title, subtitle and hero line.get_executive_note— One dated Executive Brief in full (YYYY-MM-DD) — the permanent record of what was published that day.get_executive_desk— The longer-form desk read for today — analysis and research notes.get_market_snapshot— Where markets stand right now — indices, FX, commodities, crypto.get_indices— Major indices with recent history — use days_back (1..365, default 30) to see how markets have moved over a period.get_world_events— Geopolitical events over a look-back window (days_back 1..90, default 7) — conflict, chokepoints, sanctions and related signals.