# io.github.slookisen/opplevagent-mcp (npm · opplevagent-mcp)

Norwegian experiences marketplace MCP: activities by county, category, weather, season, group size.

- Trust score: 68/100 (medium)
- Change this week: −11
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- remote · `opplevagent.no`: 76/100, [markdown](https://verifymcp.io/servers/slookisen-opplevagent-mcp/opplevagent.md), [page](https://verifymcp.io/servers/slookisen-opplevagent-mcp/opplevagent)
- npm · `opplevagent-mcp`: 68/100 (this document), [markdown](https://verifymcp.io/servers/slookisen-opplevagent-mcp/opplevagent-mcp.md), [page](https://verifymcp.io/servers/slookisen-opplevagent-mcp/opplevagent-mcp)

## Channel facts

- Registry: `npm`
- Package: `opplevagent-mcp`
- Version: `0.1.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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-04.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 42 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 445 tokens (~148/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add slookisen-opplevagent-mcp -- npx -y opplevagent-mcp
```

### Codex

```bash
codex mcp add slookisen-opplevagent-mcp -- npx -y opplevagent-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "slookisen-opplevagent-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "opplevagent-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add slookisen-opplevagent-mcp --command npx --arg -y --arg opplevagent-mcp
```

### Hermes

```yaml
mcp_servers:
  slookisen-opplevagent-mcp:
    command: "npx"
    args: ["-y", "opplevagent-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "slookisen-opplevagent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "opplevagent-mcp"
      ]
    }
  }
}
```

## 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-04 (score 68, +3)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail
- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 65, +22)

- [security regression] Install scripts: pass → unverified
- [security regression] Provenance: fail → unverified
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional regression] License: pass → unverified
- [functional regression] Maintenance: pass → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-08-01 (score 43, −6)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 49, −30)

- [security regression] Known CVEs: partial → unverified
- [security regression] Malware scan: pass → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-27 (score 79, +53)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: excellent
- [functional] First check of Schema quality: fail
- [functional] Licence: MIT

### 2026-07-26 (score 26)

First indexed and scored.

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (3)

### `opplev_discover` (~308 tokens)

Discover Norwegian experiences

Search Norwegian experiences and activities (tours, courses, things to do) by structured filters. Use this when a user asks what to do somewhere — e.g. 'hva kan vi finne på i Oslo når det regner', 'family-friendly outdoor activities in Tromsø in winter', 'things to do in Trondheim under 500 kr'. Translate the user's natural-language request into the filters below. Returns ranked experiences with place, category, duration, price and a booking link.

Input parameters:

- `age` (integer): Age of participant (for age-suitability filtering)
- `category` (string): Experience category. Use opplev_categories to list valid values with counts.
- `duration_max` (integer): Maximum duration in minutes
- `fylke` (string): County / region, e.g. 'Oslo', 'Troms', 'Vestland'
- `group_size` (integer): Number of people in the group
- `indoor_outdoor` (string): Indoor, outdoor, or both
- `kommune` (string): Municipality, e.g. 'Tromsø', 'Bergen'
- `language` (string): Preferred language for the experience, e.g. 'en', 'no'
- `limit` (number): Max results
- `max_price` (number): Maximum price per person in NOK
- `season` (string): Season
- `weather` (string): Current/expected weather. 'rain' and 'snow' prefer indoor & weather-independent activities.

### `opplev_info` (~85 tokens)

Experience details

Get the full profile for one experience by its id (UUID from opplev_discover results): title, description, category, county/municipality, indoor/outdoor, season, duration, group size, age suitability, price, languages, accessibility, meeting point and booking link.

Input parameters:

- `id` (string, required): Experience id (UUID). Get this from opplev_discover results.

### `opplev_categories` (~52 tokens)

List experience categories

List all experience categories on Opplevagent with the count of published experiences in each. Useful when the user asks 'what kinds of experiences are available?' or to pick a valid category value for opplev_discover.

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/slookisen-opplevagent-mcp/opplevagent-mcp#diagnostics

## Score history

- 2026-08-04: 68
- 2026-08-03: 65
- 2026-08-02: 65
- 2026-08-01: 43
- 2026-07-30: 49
- 2026-07-28: 79
- 2026-07-27: 79
- 2026-07-26: 26

## Links

- npm package: https://www.npmjs.com/package/opplevagent-mcp
- Socket report: https://socket.dev/npm/package/opplevagent-mcp
- Repository: https://github.com/slookisen/lokal
- Changelog RSS feed: https://verifymcp.io/servers/slookisen-opplevagent-mcp/opplevagent-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/slookisen-opplevagent-mcp/opplevagent-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/slookisen-opplevagent-mcp/opplevagent-mcp
