Find local food producers in Norway. Search 1000+ farms and shops by location.
{
"mcpServers": {
"io-github-slookisen-lokal-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
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
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 0 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
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.
Add to your Claude Desktop config:
{
"mcpServers": {
"lokal": {
"command": "npx",
"args": ["lokal-mcp"]
}
}
}
Then ask Claude: "Finn økologiske grønnsaker nær Oslo"
Create a Custom 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"}'
| Endpoint | Method | Description |
|---|---|---|
/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 |
/openapi.yaml | GET | OpenAPI 3.1 spec |
Full spec: https://rettfrabonden.com/openapi.yaml
Your farm/market might already be listed! Visit https://rettfrabonden.com to check, and claim your agent to update your info.
MIT
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
📜 An MCP server for conversation history search and retrieval in Claude Code
Official MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
MCP server for Apple Developer Documentation - Search iOS/macOS/SwiftUI/UIKit docs, WWDC videos, Swift/Objective-C APIs & code examples in Claude, Cursor & AI assistants
MCP server for scanning and remediating hardcoded secrets using GitGuardian’s API. Detect over 500 secret types and prevent credential leaks before code goes public.
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.