# Antevo Executive Brief (remote · api.antevo.ch)

Market and world intelligence — the daily editorial read, risk radar and dated archive.

- Trust score: 65/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-16

## Components

- remote · `api.antevo.ch`: 71/100, [markdown](https://verifymcp.io/servers/ch-antevo-executive/mcp-executive-mcp.md), [page](https://verifymcp.io/servers/ch-antevo-executive/mcp-executive-mcp)
- remote · `api.antevo.ch`: 65/100 (this document), [markdown](https://verifymcp.io/servers/ch-antevo-executive/mcp-executive-sse.md), [page](https://verifymcp.io/servers/ch-antevo-executive/mcp-executive-sse)

## Channel facts

- Endpoint: `https://api.antevo.ch/mcp/executive/sse`
- Transports: `sse`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-16.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 40/100
  - Verified sse transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 81/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1110 tokens (~92/item across 12 items; 11 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 17/100
  - Stability observed for 5 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ch-antevo-executive https://api.antevo.ch/mcp/executive/sse
```

### Codex

```toml
[mcp_servers.ch-antevo-executive]
url = "https://api.antevo.ch/mcp/executive/sse"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ch-antevo-executive": {
      "type": "remote",
      "url": "https://api.antevo.ch/mcp/executive/sse",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ch-antevo-executive --url https://api.antevo.ch/mcp/executive/sse --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ch-antevo-executive:
    url: "https://api.antevo.ch/mcp/executive/sse"
```

### Other

```json
{
  "mcpServers": {
    "ch-antevo-executive": {
      "type": "http",
      "url": "https://api.antevo.ch/mcp/executive/sse"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-16 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-14 (score 64, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional regression] Schema quality: 78 → 92
- [functional] New prompt “whats_the_signal”
- [functional] New prompt “explain_this_move”
- [functional] New prompt “what_could_go_wrong”
- [functional] New prompt “whats_changed”
- [functional] New resource “Executive Brief — today”

### 2026-08-12 (score 63, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-11 (score 62)

First indexed and scored.

## MCP tools (11)

### `list_capabilities` (~21 tokens)

List capabilities

What the Antevo Executive connector exposes. No account required.

### `get_executive_brief` (~178 tokens)

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. Pass as_of (YYYY-MM-DD) to retrieve the brief as it was published on a past date. scope: 'retail' or 'institutional'. The full brief is large; pass `sections` (comma-separated) to fetch only what you need — e.g. 'hero,regime,what_matters' for a quick read, 'signal' for the probability layer, or 'plain_language' for the desk's own jargon-free rendering (headline, decode, signal_read, theme_reads).

Input parameters:

- `as_of` (string)
- `market` (string)
- `scope` (string)
- `sections` (string)

### `list_executive_notes` (~91 tokens)

List executive notes

The archive of past Executive Briefs, newest first — each with its date, title, subtitle and hero line. Use this to see what has been covered, to find the date of a story, or to follow how a theme developed over time, then call get_executive_note for the full text of a given day.

Input parameters:

- `limit` (string)
- `market` (string)

### `get_executive_note` (~82 tokens)

Get executive note

One dated Executive Brief in full (YYYY-MM-DD) — the permanent record of what was published that day. Use after list_executive_notes to read a specific day, or to answer 'what did we say about X back then?'.

Input parameters:

- `as_of` (string, required)
- `market` (string)
- `scope` (string)

### `get_executive_desk` (~25 tokens)

Executive Desk

The longer-form desk read for today — analysis and research notes.

### `get_market_snapshot` (~23 tokens)

Get market snapshot

Where markets stand right now — indices, FX, commodities, crypto.

### `get_indices` (~44 tokens)

Get indices

Major indices with recent history — use days_back (1..365, default 30) to see how markets have moved over a period.

Input parameters:

- `days_back` (string)

### `get_world_events` (~54 tokens)

Get world events

Geopolitical events over a look-back window (days_back 1..90, default 7) — conflict, chokepoints, sanctions and related signals. The public cut.

Input parameters:

- `days_back` (string)

### `get_risk_radar` (~114 tokens)

Get risk radar

The risk radar — what the Antevo Executive Brief judges could go wrong from here, each with its trend, impact, probability and why it matters, plus the regime it sits in and the indicators that would confirm or kill it. Pass as_of (YYYY-MM-DD) for the radar as it stood on a past date. For how risks have DEVELOPED over weeks, use track_risk_evolution.

Input parameters:

- `as_of` (string)
- `market` (string)
- `scope` (string)

### `track_risk_evolution` (~132 tokens)

Track risk evolution

Every risk radar the brief published over recent weeks, in one call — each dated board with its regime and its risks, oldest first. Use this to see which risks are new, which have been carried for weeks, which dropped off, and how their trend, impact and probability moved. Read the boards in order and group the risks yourself: the brief rephrases the same risk every day, so match them by meaning, not wording. days_back 7..90, default 30.

Input parameters:

- `days_back` (string)
- `market` (string)
- `scope` (string)

### `get_catalysts` (~94 tokens)

Get catalysts

The forward calendar — dated events the Executive Brief is watching (data prints, decisions, deadlines), each with the signal to read from it and its category. Use days_ahead (1..90, default 14) to set the horizon. Answers 'what's coming up that could move things?'

Input parameters:

- `days_ahead` (string)
- `market` (string)
- `scope` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ch-antevo-executive/mcp-executive-sse#diagnostics

## Score history

- 2026-08-16: 65
- 2026-08-15: 64
- 2026-08-14: 64
- 2026-08-13: 63
- 2026-08-12: 63
- 2026-08-11: 62

## Links

- Remote endpoint: https://api.antevo.ch/mcp/executive/sse
- Website: https://antevo.ch/mcp
- Changelog RSS feed: https://verifymcp.io/servers/ch-antevo-executive/mcp-executive-sse.xml
- Changelog JSON feed: https://verifymcp.io/servers/ch-antevo-executive/mcp-executive-sse.json
- HTML version of this page: https://verifymcp.io/servers/ch-antevo-executive/mcp-executive-sse
