lokal
Search 1000+ local food producers in Norway. Natural language, Norwegian & English. Tools: lokal_search, lokal_discover, lokal_info, lokal_stats
README
🥬 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
| 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
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.