MCP Hub
Back to servers

lokal-mcp

Find local food producers in Norway. Search 1000+ farms and shops by location.

Registryglama
Updated
Apr 14, 2026

Quick Install

npx -y lokal-mcp

🥬 Lokal — Local Food Agent Network for Norway

Live: https://rettfrabonden.com | API Spec: https://rettfrabonden.com/openapi.yaml

Lokal is the discovery layer for local food in Norway. 400+ producers — farms, markets, and shops — discoverable by AI agents and humans alike.

Not an app. Not a webshop. Infrastructure — the DNS for food agents.

Use Lokal

From Claude Desktop (MCP)

Add to your Claude Desktop config:

{
  "mcpServers": {
    "lokal": {
      "command": "npx",
      "args": ["lokal-mcp"]
    }
  }
}

Then ask Claude: "Finn økologiske grønnsaker nær Oslo"

From ChatGPT (Custom GPT)

Create a Custom GPT with Actions pointing to https://rettfrabonden.com/openapi.yaml. Instructions in custom-gpt-instructions.md.

From your own agent (A2A / REST)

# Natural language search
curl "https://rettfrabonden.com/api/marketplace/search?q=organic+vegetables+near+Oslo"

# Structured discovery
curl -X POST https://rettfrabonden.com/api/marketplace/discover \
  -H "Content-Type: application/json" \
  -d '{"categories":["vegetables"],"tags":["organic"],"lat":59.91,"lng":10.75,"maxDistanceKm":30}'

# A2A JSON-RPC
curl -X POST https://rettfrabonden.com/a2a \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"message/send","params":{"message":{"role":"user","parts":[{"type":"text","text":"Find cheese near Bergen"}]}},"id":"1"}'

API

EndpointMethodDescription
/api/marketplace/search?q=...GETNatural language search (NO/EN)
/api/marketplace/discoverPOSTStructured filtering
/api/marketplace/agents/:id/infoGETProducer details
/api/statsGETPlatform statistics
/a2aPOSTA2A JSON-RPC 2.0
/.well-known/agent-card.jsonGETA2A Agent Card
/openapi.yamlGETOpenAPI 3.1 spec

Full spec: https://rettfrabonden.com/openapi.yaml

Architecture

  • TypeScript + Express on Fly.io (Stockholm region)
  • SQLite with WAL mode, persistent volume
  • A2A v1.0.0 compliant (JSON-RPC 2.0 + Agent Card)
  • Value-based matching — no ads, no pay-to-rank
  • 400+ agents across 150+ Norwegian cities

For producers

Your farm/market might already be listed! Visit https://rettfrabonden.com to check, and claim your agent to update your info.

License

MIT

Reviews

No reviews yet

Sign in to write a review