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

Norwegian local-food MCP: 1,431+ farms, shops, markets + umbrellas (Bondens marked, Hanen, REKO).

- Trust score: 69/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `lokal-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/slookisen-lokal-mcp/lokal-mcp.md), [page](https://verifymcp.io/servers/slookisen-lokal-mcp/lokal-mcp)

## Channel facts

- Registry: `npm`
- Package: `lokal-mcp`
- Version: `0.4.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-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - 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 79 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 649 tokens (~92/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 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-lokal-mcp -- npx -y lokal-mcp
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "slookisen-lokal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lokal-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-03 (score 69, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 66, +45)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-07-31 (score 21, −4)

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

### 2026-07-30 (score 25, +1)

- [functional improvement] Dependency health: unverified → partial

### 2026-07-28 (score 24, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (7)

### `lokal_search` (~91 tokens)

Search local food producers

Search for local food producers in Norway using natural language. Supports Norwegian and English. Returns ranked producers with contact info and a vCard link so the user can add them to their contacts. Examples: 'fresh vegetables near Grünerløkka', 'organic honey Oslo', 'ost Trondheim'.

Input parameters:

- `limit` (number): Max results
- `query` (string, required): Natural language search query (Norwegian or English)

### `lokal_discover` (~130 tokens)

Discover producers by filter

Structured search in the Lokal food producer registry. Filter by food categories, tags, and geographic distance. Returns ranked producers with contact info and vCard links.

Input parameters:

- `categories` (array): Categories: vegetables, fruit, berries, dairy, eggs, meat, fish, bread, honey, herbs
- `lat` (number): Latitude for distance filtering
- `limit` (number): Max results
- `lng` (number): Longitude for distance filtering
- `maxDistanceKm` (number): Max distance in km
- `tags` (array): Tags: organic, seasonal, budget, local, fresh

### `lokal_info` (~54 tokens)

Producer details

Get detailed information about a specific Lokal producer — address, products, opening hours, certifications, and a vCard link the user can add to their contacts.

Input parameters:

- `agentId` (string, required): The producer's agent ID (UUID)

### `lokal_stats` (~21 tokens)

Platform statistics

Get Lokal platform statistics — total agents, cities covered, interactions.

### `lokal_list_umbrellas` (~117 tokens)

List umbrella organizations

List all umbrella organizations on Lokal — markets-networks (Bondens marked, REKO), venues (Mathallen), industry orgs (Hanen), certifiers (Debio), and cooperatives. Each umbrella has many member producers. Optionally filter by type. Useful when the user asks 'where can I find local food markets?', 'what is Bondens marked?', or 'which certifications matter for local Norwegian food?'.

Input parameters:

- `limit` (number): Max results
- `umbrellaType` (string): Filter by umbrella type

### `lokal_get_umbrella_members` (~120 tokens)

Get producers in an umbrella's network

List producers that are members of a specific umbrella organization (e.g. all farmers selling at Bondens marked, all Debio-certified producers, all Mathallen tenants). Returns producer names + cities + profile links. Useful when the user asks 'which farmers sell at Bondens marked?', 'show me all Debio-certified producers', or 'who is at Mathallen Oslo?'.

Input parameters:

- `limit` (number): Max results
- `umbrellaId` (string, required): Umbrella agent ID (UUID). Use lokal_list_umbrellas to find IDs.

### `lokal_get_producer_affiliations` (~116 tokens)

Get a producer's umbrella affiliations

List umbrella organizations a specific producer is a member of (e.g. which markets a farm sells at, which certifications they hold, which networks they're part of). Returns umbrella names + types + their profile links. Useful when the user asks 'where does <Farmer X> sell?', 'is <Farm Y> Debio-certified?', or 'which markets does <Producer Z> attend?'.

Input parameters:

- `producerId` (string, required): Producer agent ID (UUID). Get this from lokal_search or lokal_discover results.

## Diagnostics

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

## Score history

- 2026-08-03: 69
- 2026-08-02: 66
- 2026-08-01: 21
- 2026-07-31: 21
- 2026-07-30: 25
- 2026-07-28: 24
- 2026-07-27: 46

## Links

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