# Lokal — Norsk Matfinner

Search 1,000+ local food producers across Norway — farms, bakeries, fisheries, and farm shops in 100+ cities. Find organic honey near Oslo, fresh seafood in Bergen, or artisan cheese from Trondheim. …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add slookisen/lokal-norsk-matfinner

# Browse available tools
npx -y @smithery/cli@latest tool list slookisen/lokal-norsk-matfinner

# Get full schema for a tool
npx -y @smithery/cli@latest tool get slookisen/lokal-norsk-matfinner lokal_search

# Call a tool
npx -y @smithery/cli@latest tool call slookisen/lokal-norsk-matfinner lokal_search '{}'
```

## Direct MCP Connection

Endpoint: `https://lokal-norsk-matfinner--slookisen.run.tools`

## Tools (4)

- `lokal_search` — Search for local food producers in Norway using natural language. Supports Norwegian and English. Returns ranked produc…
- `lokal_discover` — Structured search in the Lokal food producer registry. Filter by food categories, tags, and geographic distance.
- `lokal_info` — Get detailed information about a specific Lokal producer - address, products, opening hours, certifications, and contac…
- `lokal_stats` — Get Lokal platform statistics - total agents, cities covered.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get slookisen/lokal-norsk-matfinner <tool-name>
```
