Find local food producers in Norway. Search 1000+ farms and shops by location.
MCPpedia last refreshed this data
io.github.slookisen/lokal-mcp is an MCP server that find local food producers in Norway. Search 1000+ farms and shops by location. Its tool list has not been published yet over stdio and http, requires no API key, and scores 42/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"lokal": {
"args": [
"lokal-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Live: https://rettfrabonden.com | API Spec: https://rettfrabonden.com/openapi.yaml
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in maps / ecommerce
Девять российских маркетплейсов и китайский Taobao как MCP-серверы: Wildberries, Ozon, Яндекс Маркет, Детский мир, Авито, Мегамаркет, Lamoda, DNS, Ситилинк. Плюс сравнение цен по всем сразу. Только чтение, ключи не нужны.
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
A Model Context Protocol (MCP) server implementation that connects Large Language Models (LLMs) to GIS operations using GIS libraries, enabling AI assistants to perform geospatial operations and transformations.
A command line tool for setting up commercetools MCP server
MCP Security Weekly
Get CVE alerts and security updates for io.github.slookisen/lokal-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Live: https://rettfrabonden.com | MCP Server: https://rettfrabonden.com/mcp | API Spec: https://rettfrabonden.com/openapi.yaml
Rett fra Bonden is the discovery layer for local food in Norway. 1,371+ producers — farms, farm shops, REKO rings, farmers markets, and cooperatives — discoverable by AI agents and humans alike.
Not an app. Not a webshop. Infrastructure — the DNS for food agents.
The recommended setup for Claude.ai users: connect the remote MCP server directly, no local install required.
https://rettfrabonden.com/mcpOnce connected, ask Claude things like:
If you prefer a local install over remote:
{
"mcpServers": {
"lokal": {
"command": "npx",
"args": ["lokal-mcp"]
}
}
}
Developer Mode: Add https://rettfrabonden.com/mcp as the MCP server URL.
Custom GPT: Create a GPT with Actions pointing to https://rettfrabonden.com/openapi.yaml. Instructions in custom-gpt-instructions.md.
# 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"}'
The remote MCP endpoint at /mcp exposes four tools and two resources.
| Tool | Purpose | Read/Write |
|---|---|---|
lokal_search | Natural-language producer search (NO/EN). Auto-starts a conversation with top matches so sellers can respond. | Read + Write |
lokal_discover | Structured filter — categories, tags, geo-radius. Auto-starts conversations. | Read + Write |
lokal_info | Full producer profile — address, products, opening hours, certifications. | Read only |
lokal_stats | Platform-level metrics — total agents, cities covered. | Read only |
| Resource URI | Mime | Description |
|---|---|---|
lokal://producers/overview | text/plain | Aggregate view of producers by city |
lokal://producers/{agentId} | application/json | Detailed info about a specific producer |
| Endpoint | Method | Description |
|---|---|---|
/mcp | POST/GET/DELETE | MCP Streamable HTTP (remote MCP transport) |
/api/marketplace/search?q=... | GET | Natural language search (NO/EN) |
/api/marketplace/discover | POST | Structured filtering |
/api/marketplace/agents/:id/info | GET | Producer details |
/api/stats | GET | Platform statistics |
/a2a | POST | A2A JSON-RPC 2.0 |
/.well-known/agent-card.json | GET | A2A Agent Card |
/.well-known/mcp/server-card.json | GET | MCP Server Card (human + machine-readable metadata) |
/openapi.yaml | GET | OpenAPI 3.1 spec |
/llms.txt | GET | AI-discovery index |
/privacy | GET | Privacy policy (NO/EN) |
Full spec: https://rettfrabonden.com/openapi.yaml