# Epivo Course Catalog (remote · api.epivo.ai)

Read-only access to Epivo's live course catalogue for AI agents.

- Trust score: 43/100 (low)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- remote · `api.epivo.ai`: 43/100 (this document), [markdown](https://verifymcp.io/servers/henrikthome-arch-epivo-catalog/api-v1-public-mcp.md), [page](https://verifymcp.io/servers/henrikthome-arch-epivo-catalog/api-v1-public-mcp)

## Channel facts

- Endpoint: `https://api.epivo.ai/api/v1/public/mcp`
- Transports: `streamable-http`
- 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-09-21.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
  - 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**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 0/100
  - Instruction-quality not yet verified: the AI judgement didn't run.
  - Nothing to assess: this server exposes no tool/resource definitions to measure a footprint for.
  - Nothing to assess: this server has no tools to check for usage examples.
- **Stability & Change Management**: 40/100
  - Stability observed for 12 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Tool Safety**: 0/100
  - Tool safety not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

**Unverified: 2 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### How do I install the Epivo Course Catalog MCP server?

Epivo Course Catalog is a hosted endpoint at https://api.epivo.ai/api/v1/public/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http henrikthome-arch-epivo-catalog 'https://api.epivo.ai/api/v1/public/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "henrikthome-arch-epivo-catalog": {
      "url": "https://api.epivo.ai/api/v1/public/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "henrikthome-arch-epivo-catalog": {
      "type": "http",
      "url": "https://api.epivo.ai/api/v1/public/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.henrikthome-arch-epivo-catalog]
url = "https://api.epivo.ai/api/v1/public/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "henrikthome-arch-epivo-catalog": {
      "type": "remote",
      "url": "https://api.epivo.ai/api/v1/public/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add henrikthome-arch-epivo-catalog --url 'https://api.epivo.ai/api/v1/public/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  henrikthome-arch-epivo-catalog:
    url: "https://api.epivo.ai/api/v1/public/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "henrikthome-arch-epivo-catalog": {
      "Transport": "http",
      "Url": "https://api.epivo.ai/api/v1/public/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add henrikthome-arch-epivo-catalog -t streamable-http -u 'https://api.epivo.ai/api/v1/public/mcp'
```

### Other

```json
{
  "mcpServers": {
    "henrikthome-arch-epivo-catalog": {
      "type": "http",
      "url": "https://api.epivo.ai/api/v1/public/mcp"
    }
  }
}
```

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-09-21 (score 43, 0)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-20 (score 43, −22)

- [security regression] Tool safety: pass → unverified
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
- [functional regression] Schema quality: fail → unverified
- [functional regression] Schema quality: good → unverified
- [functional regression] Schema quality: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-19 (score 65, +23)

- [security improvement] Injection markers: unverified → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 3 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [functional regression] Schema quality: unverified → fail
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-18 (score 42, +1)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-17 (score 41, −23)

- [security regression] Tool safety: pass → unverified
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
- [functional regression] Schema quality: fail → unverified
- [functional regression] Schema quality: good → unverified
- [functional regression] Schema quality: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-16 (score 64, +1)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-15 (score 63, +23)

- [security improvement] Injection markers: unverified → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 3 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [functional regression] Schema quality: unverified → fail
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-14 (score 40, −22)

- [security regression] Tool safety: pass → unverified
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
- [functional regression] Schema quality: fail → unverified
- [functional regression] Schema quality: good → unverified
- [functional regression] Schema quality: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

## MCP tools (0)

No tool schema has been captured from this endpoint yet.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/henrikthome-arch-epivo-catalog/api-v1-public-mcp#diagnostics

## Score history

- 2026-09-21: 43
- 2026-09-20: 43
- 2026-09-19: 65
- 2026-09-18: 42
- 2026-09-17: 41
- 2026-09-16: 64
- 2026-09-15: 63
- 2026-09-14: 40
- 2026-09-13: 62
- 2026-09-12: 62
- 2026-09-11: 39
- 2026-09-10: 61
- 2026-09-09: 38

## Common questions

### What is the Epivo Course Catalog MCP server?

Epivo Course Catalog is an MCP server listed in the public MCP registry as io.github.henrikthome-arch/epivo-catalog. Read-only access to Epivo's live course catalogue for AI agents. This page covers its hosted endpoint (https://api.epivo.ai/api/v1/public/mcp).

### Is the Epivo Course Catalog MCP server safe to use?

Epivo Course Catalog scores 43 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### Does the Epivo Course Catalog MCP server require authentication?

No. We connected to Epivo Course Catalog without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Epivo Course Catalog MCP server still maintained?

Epivo Course Catalog is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://api.epivo.ai/api/v1/public/mcp
- Repository: https://github.com/henrikthome-arch/ai-tutor
- Changelog RSS feed: https://verifymcp.io/servers/henrikthome-arch-epivo-catalog/api-v1-public-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/henrikthome-arch-epivo-catalog/api-v1-public-mcp.json
- HTML version of this page: https://verifymcp.io/servers/henrikthome-arch-epivo-catalog/api-v1-public-mcp
