← rettfrabonden.com

INDIVIDUAL MCP TOOL

lokal_get_producer_affiliations

List umbrella organizations a specific producer is a member of (e.g.

rettfrabonden.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

rettfrabonden.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.rettfrabonden-com]
url = "https://rettfrabonden.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rettfrabonden-com": {
      "type": "http",
      "url": "https://rettfrabonden.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rettfrabonden-com
Remote MCP URL: https://rettfrabonden.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "rettfrabonden-com": {
      "url": "https://rettfrabonden.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rettfrabonden-com": {
      "type": "http",
      "url": "https://rettfrabonden.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rettfrabonden-com",
  "transport": "streamable-http",
  "url": "https://rettfrabonden.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • lokal_search — Search for local food producers in Norway AND get their products with prices.
  • lokal_discover — Structured search in the Lokal food producer registry.
  • lokal_info — Get a specific producer's COMPLETE product catalog with prices, contact details, opening hours, and delivery options.
  • 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.
  • lokal_get_umbrella_members — List producers that are members of a specific umbrella organization (e.g.
  • lokal_bm_next_markets — Returns upcoming Bondens marked events (markedsdager) for a region or specific lokallag/venue.
  • lokal_geocode — Resolve a Norwegian place name (city, town, region, fylke, or kommune) to lat/lng coordinates.