Rett fra Bonden — Lokal Matfinner
slookisen/lokal-norsk-matfinnerSearch 1,433+ Norwegian local-food producers — farms, shops, REKO rings, farm shops, dairies, fishers, bakeries — across 368+ cities. Now includes 13 Bondens marked lokallag + 58 market venues + umbrellas like Hanen, Debio, Norsk Gardsmat, and Mathallen Oslo. Returns ranked producers with contact info, season data, A2A endpoints, and direct profile links. Supports natural-language search (Norwegian + English) and structured filters by category, location, certification.
Tools · 14
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 …
Structured search in the Lokal food producer registry. Filter by food categories, tags, and geographic distance.
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 lis…
Get Lokal platform statistics — total agents, cities covered, interactions.
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 produ…
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 …
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 + th…
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 …
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…
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 recovere…
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 fin…
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.
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 messa…
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 → comp…
Resources · 2
Overview of all local food producers — count, cities, and categories
lokal://producers/overview
Detailed info about a specific food producer
lokal://producers/{agentId}
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"rett_fra_bonden_—_lokal_matfinner": {
"url": "https://rettfrabonden.com/mcp",
"transport": "http"
}
}
}