io.github.slookisen/lokal-mcp
NPM · LOKAL-MCP · SCANNED AUG 3
Norwegian local-food MCP: 1,431+ farms, shops, markets + umbrellas (Bondens marked, Hanen, REKO).
Available components
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. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 79 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 649 tokens (~92/item across 7 items; 7 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · lokal-mcp
claude mcp add slookisen-lokal-mcp -- npx -y lokal-mcp
codex mcp add slookisen-lokal-mcp -- npx -y lokal-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"slookisen-lokal-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"lokal-mcp"
],
"enabled": true
}
}
} openclaw mcp add slookisen-lokal-mcp --command npx --arg -y --arg lokal-mcp
mcp_servers:
slookisen-lokal-mcp:
command: "npx"
args: ["-y", "lokal-mcp"] {
"mcpServers": {
"slookisen-lokal-mcp": {
"command": "npx",
"args": [
"-y",
"lokal-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +3
- Stability: unverified → 0.23 ▲ functional
- 2 Aug 26 +45
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 31 Jul 26 −4
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +1
- Dependency health: unverified → partial ▲ functional
- 28 Jul 26 −22
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
lokal_discover Discover producers by filter ~130
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 |
No output schema declared.
No examples provided.
lokal_get_producer_affiliations Get a producer's umbrella affiliations ~116
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?'.
| Name | Type | Req | Description |
|---|---|---|---|
| producerId | string | yes | Producer agent ID (UUID). Get this from lokal_search or lokal_discover results. |
No output schema declared.
No examples provided.
lokal_get_umbrella_members Get producers in an umbrella's network ~120
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?'.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results |
| umbrellaId | string | yes | Umbrella agent ID (UUID). Use lokal_list_umbrellas to find IDs. |
No output schema declared.
No examples provided.
lokal_info Producer details ~54
Get detailed information about a specific Lokal producer — address, products, opening hours, certifications, and a vCard link the user can add to their contacts.
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | yes | The producer's agent ID (UUID) |
No output schema declared.
No examples provided.
lokal_list_umbrellas List umbrella organizations ~117
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?'.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results |
| umbrellaType | string | — | Filter by umbrella type |
No output schema declared.
No examples provided.
lokal_search Search local food producers ~91
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'.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results |
| query | string | yes | Natural language search query (Norwegian or English) |
No output schema declared.
No examples provided.
lokal_stats Platform statistics ~21
Get Lokal platform statistics — total agents, cities covered, interactions.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.