Rett fra Bonden (lokal)
About
Find local food in Norway. Search 1,400+ verified farms, shops, REKO-rings and farmers markets by location, category and dietary needs. Natural language, Norwegian & English. Tools: lokal_search, lokal_discover, lokal_in
Details
- Author
- slookisen
- GitHub stars
- 1
- Downloads
- 168
- Categories
- Search
Jump to
- Remote MCP server: https://rettfrabonden.com/mcp (Streamable HTTP, protocol 2025-06-18)
- Authentication: none — free and publicly accessible, no API key
- Tools: lokal_search, lokal_discover, lokal_info, lokal_stats, plus cart/order flow (lokal_cart_create, lokal_cart_add_item, lokal_cart_submit, lokal_order_status)
- Agent card: https://rettfrabonden.com/.well-known/agent-card.json
- Data: producers verified against the Norwegian business registry (Brønnøysundregistrene)
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Rett fra Bonden (lokal)Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Remote (recommended): point any MCP client at https://rettfrabonden.com/mcp.
Local: npx lokal-mcp. Docs: https://rettfrabonden.com/llms.txt
lokal_search
Search for local food producers in Norway AND get their products with prices. ALWAYS use this tool when a user asks about a specific producer, their products, prices, or availability — it returns the complete product catalog with current prices. Also use for general searches like 'vegetables near Oslo'. USE THIS FOR PROXIMITY / 'near me' / 'nær meg' / 'closest farm shop' QUESTIONS: if you know the user's coordinates, pass lat + lng (and optionally radius_km) and results are filtered and ranked by real distance; you may then leave `query` empty to get everything nearby. Supports searching by producer name (e.g. 'Bjørndal Gård') or by product/location (e.g. 'organic honey Trondheim'). Returns contact info and the full product list with prices. Read-only: it never contacts a producer on the user's behalf.
lokal_discover
Structured search in the Lokal food producer registry. Filter by food categories, tags, and geographic distance.
lokal_info
Get a specific producer's COMPLETE product catalog with prices, contact details, opening hours, and delivery options. Use when you already have an agentId from lokal_search. Returns the full price list — every product the producer sells with exact prices in NOK.
lokal_stats
Get Lokal platform statistics — total agents, cities covered, interactions.
lokal_list_umbrellas
List all umbrella organizations on Lokal — markets-networks (Bondens marked, REKO), venues (Mathallen), industry orgs (Hanen), certifiers (Debio), and cooperatives. Each umbrella has many member producers. Optionally filter by type. Useful when the user asks 'where can I find local food markets?', 'what is Bondens marked?', or 'which certifications matter for local Norwegian food?'.
lokal_get_umbrella_members
List producers that are members of a specific umbrella organization (e.g. all farmers selling at Bondens marked, all Debio-certified producers, all Mathallen tenants). Returns producer names + cities + profile links. Useful when the user asks 'which farmers sell at Bondens marked?', 'show me all Debio-certified producers', or 'who is at Mathallen Oslo?'.
lokal_get_producer_affiliations
List umbrella organizations a specific producer is a member of (e.g. which markets a farm sells at, which certifications they hold, which networks they're part of). Returns umbrella names + types + their profile links. Useful when the user asks 'where does <Farmer X> sell?', 'is <Farm Y> Debio-certified?', or 'which markets does <Producer Z> attend?'.
lokal_bm_next_markets
Returns upcoming Bondens marked events (markedsdager) for a region or specific lokallag/venue. Useful when AI agents are asked 'when is the next Bondens marked in Oslo?' or similar. Data is refreshed daily from bondensmarked.no.
lokal_geocode
Resolve a Norwegian place name (city, town, region, fylke, or kommune) to lat/lng coordinates. Use this when you need explicit coordinates for lokal_discover (e.g., 'show me organic farms within 10 km of Florø'). Returns coordinates + suggested search radius. Covers all of Norway via Kartverket Stedsnavn API fallback. Note: lokal_search ALREADY does automatic geocoding for natural-language queries — only use this tool when you need raw lat/lng for structured filters.
lokal_cart_create
Create a new anonymous shopping cart ('handleliste'). Returns a cart_id and a buyer_ref capability token — STORE THE buyer_ref, it is required for all subsequent cart operations and cannot be recovered. Each cart is valid for 7 days. Use lokal_cart_add_item to add products, lokal_cart_view to review, and lokal_cart_submit to place orders (pickup, no payment).
lokal_cart_add_item
Add a product to the cart or update its quantity (re-adding the same product_id updates qty). Product must be in_stock and from a verified non-umbrella producer (use lokal_search / catalog feed to find eligible products and their IDs). Requires cart_id and buyer_ref from lokal_cart_create.
lokal_cart_view
View the current contents of a cart, grouped by producer, with subtotals and a total. Use this before submitting to review what is in the cart. Requires cart_id and buyer_ref.
lokal_cart_submit
Submit the cart to create pickup orders — one order per producer. Re-checks availability of every item at submit time; if any item is no longer in_stock, submit is rejected with a clear per-item message. No payment is charged. Sellers who have opted in to order notifications are notified by email and can confirm/decline the order; other sellers are not contacted. Returns a list of order IDs per producer. Use lokal_order_status to check order status.
lokal_order_status
Fetch the status, items and status timeline of a pickup order created by lokal_cart_submit. Requires the order_id returned by submit and the buyer_ref token. Status: pending → confirmed → ready → completed (or declined/cancelled; cancel_reason='no_show' means the buyer did not pick up). The timeline array lists every status transition with timestamps.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"rett fra bonden (lokal)": {
"lokal": {
"url": "https://rettfrabonden.com/mcp"
}
}
}
}
McpServers
{
"lokal": {
"url": "https://rettfrabonden.com/mcp"
}
}
Find local food in Norway. Search 1,400+ verified farms, shops, REKO-rings and farmers markets by location, category and dietary needs. Natural language, Norwegian & English. Tools: lokal_search, lokal_discover, lokal_info, lokal_stats, cart/order flow. Free, no API key.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

