# opplevagent-mcp MCP server

Norwegian experiences marketplace MCP: activities by county, category, weather, season, group size.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-slookisen-opplevagent-mcp
- Repository: https://github.com/slookisen/lokal

## Install
- Command: `npx -y opplevagent-mcp`
- Endpoint: https://opplevagent.no/mcp
- Auth: Not captured

## Setup notes
- Package: Npm opplevagent-mcp v0.1.0
- Environment variable: OPPLEVAGENT_URL
- Remote endpoint: https://opplevagent.no/mcp

## Tools
- discover_experiences (Discover Norwegian experiences) - Search the opplevagent.no curated marketplace of Norwegian experiences and activities. Filtrer på fylke (county), kategori, vær, sesong, innendørs/utendørs, gruppestørrelse, pris og varighet. / Filter by county, category, weather, season, indoor/outdoor, group size, price, and duration. Also supports near-me search via lat/lng (+ optional radius_km): when given, results include a rounded distance_km and a geo_precision flag ('address' = exact, 'kommune' = approximate municipality centroid) and are sorted nearest-first. Returns title, category, location (fylke/kommune), description, and booking URL if available. Only verified experiences from active providers (Brreg-checked) are returned. Examples: 'hva kan vi finne på i Troms om vinteren?', 'outdoor activities in Oslo for 4 people', 'experiences within 50km of lat 69.65 / lng 18.95'. Endpoint: https://opplevagent.no/mcp
- list_experience_categories (List Norwegian experience categories) - List all experience categories available on opplevagent.no, along with the number of verified experiences in each category. Henter alle kategorier med antall verifiserte opplevelser. Use this to understand what kinds of experiences are available before calling discover_experiences with a specific category filter. Example question: 'hvilke typer opplevelser finnes i Norge?', 'what categories are available?'. Endpoint: https://opplevagent.no/mcp
- get_experience (Get full details for a Norwegian experience) - Fetch complete details for a single experience from opplevagent.no by its UUID. Henter fullstendig informasjon om en opplevelse via UUID. Returns title, full description, category, location (fylke/kommune/meeting point), indoor/outdoor, season, weather suitability, group size limits, age suitability, price, duration, languages, booking URL, and booking type. Obtain the UUID from discover_experiences results. Example: id 'a1b2c3d4-e5f6-7890-abcd-ef1234567890'. Endpoint: https://opplevagent.no/mcp
- discover_gardssalg (Discover Norwegian farm-sale drink producers (gårdssalg)) - Search opplevagent.no's gårdssalg (farm-sale) vertical — Brreg-registered Norwegian drink producers (bryggeri/cideri/vingård/destilleri/mjøderi/seltzeri) selling directly from the farm. Finn norske gårdssalg-produsenter (drikkeprodusenter som selger direkte fra gården) etter fylke, kommune og produsenttype. / Filter by county (fylke), municipality (kommune), and producer type. Also supports near-me search via lat/lng (+ optional radius_km): when given, results include a rounded distance_km and are sorted nearest-first, and rows with no geocoded location are excluded (never a fabricated distance). Returns name, location, producer type, and an honest booking status (live direct booking vs. a dark-launch 'coming soon' note — never overclaims booking availability). Examples: 'gårdssalg i Vestland', 'cideri near lat 60.4 / lng 5.3', 'bryggeri med booking'. Endpoint: https://opplevagent.no/mcp
- book_gardssalg (Request a gårdssalg booking (pending — email confirmation required)) - Submit a booking REQUEST for a Norwegian gårdssalg (farm-sale) producer discovered via discover_gardssalg. Send inn en reservasjonsforespørsel for et gårdssalg-besøk. IMPORTANT: this NEVER creates a confirmed booking — it creates a PENDING request, exactly like the producer's own website form. The PRODUCER reviews the request and responds (confirms, proposes another time, or declines); guest_email only receives a read-only status link, never anything that can finalize the booking. No payment is involved (pickup/visit, pay on arrival, as today). Only producers with an active booking status (see discover_gardssalg's booking.live field) can be booked — a paused/not-yet-onboarded producer is rejected with a clear message, never a silent failure. VIKTIG: oppretter ALDRI en bekreftet booking — kun en avventende forespørsel; produsenten mottar forespørselen og svarer (bekrefter, foreslår nytt tidspunkt eller avslår). Required: provider_id (from discover_gardssalg), slot_at (requested date/time), party_size, guest_name, guest_email. Optional: experience_id, guest_phone, notes. Example: book a table for 4 at provider '3f1b2c4d-...' for '2026-08-15T13:00' for 'Kari Nordmann' <kari@example.no>. Endpoint: https://opplevagent.no/mcp

## Resources
- ui://opplevagent/experiences-list - ChatGPT inline card list for discover_experiences results — renders each experience as a clickable card with title, category, location, price, and duration. MIME type: text/html
- ui://opplevagent/experience-detail - ChatGPT inline card for get_experience results — renders full details for a single experience with title, meta badges, description, and a booking CTA. MIME type: text/html

## Prompts
Not captured

## Metadata
- Owner: io.github.slookisen
- Version: 0.1.2
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 30, 2026
- Source: https://registry.modelcontextprotocol.io
