Opplevagent
opplevagent.no
· Opplevagent
A2A-markedsplass for norske opplevelser og aktiviteter — søkbar for AI-agenter. Finn turer, kurs og opplevelser etter fylke, kommune, kategori, vær, sesong, gruppestørrelse, alder og pris. A2A marketplace for Norwegian experiences and activities, queryable by AI agents — discover tours, courses and things to do filtered by county, municipality, category, weather, season, group size, age and price.
opplevagent.no via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 59/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-06-18 22:20:35 current | 31012ddbe7ef… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://opplevagent.no/.well-known/agent-card.json |
| Provider | https://opplevagent.no |
Skills · 3 declared · mapped to canonical taxonomy
Søk blant norske opplevelser og aktiviteter med fritekst og/eller strukturerte filtre. Search Norwegian experiences and activities using free text and/or struct…
Hent fullstendig profil for én opplevelse via id. Fetch the full profile for a single experience by id. Returns: title, description, category, county/municipali…
List alle opplevelses-kategorier med antall publiserte opplevelser. List all experience categories with the count of published experiences in each. Eksempel / E…
Health · last 2 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/opplevagent.no) [](https://agenstry.com/agents/opplevagent.no) [](https://agenstry.com/agents/opplevagent.no) [](https://agenstry.com/agents/opplevagent.no)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Opplevagent",
"description": "A2A-markedsplass for norske opplevelser og aktiviteter \u2014 s\u00f8kbar for AI-agenter. Finn turer, kurs og opplevelser etter fylke, kommune, kategori, v\u00e6r, sesong, gruppest\u00f8rrelse, alder og pris. A2A marketplace for Norwegian experiences and activities, queryable by AI agents \u2014 discover tours, courses and things to do filtered by county, municipality, category, weather, season, group size, age and price.",
"url": "https://opplevagent.no/a2a",
"protocolVersion": "0.3.0",
"provider": {
"organization": "Opplevagent",
"url": "https://opplevagent.no"
},
"version": "0.1.0",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"authentication": {
"schemes": [
"none"
],
"credentials": null
},
"skills": [
{
"id": "opplevelser_discover",
"name": "Finn opplevelser / Discover experiences",
"description": "S\u00f8k blant norske opplevelser og aktiviteter med fritekst og/eller strukturerte filtre. Search Norwegian experiences and activities using free text and/or structured filters. Backed by the discovery API: https://opplevagent.no/api/opplevelser/discover. Parameters: fylke (county, e.g. \u00abTroms\u00bb, \u00abOslo\u00bb), kommune (municipality), category (e.g. \u00abdyreliv_safari\u00bb, \u00abnatur_friluft\u00bb), indoor_outdoor (\u00abindoor\u00bb | \u00aboutdoor\u00bb | \u00abboth\u00bb), weather (\u00abrain\u00bb | \u00absnow\u00bb | \u00abclear\u00bb | \u00abany\u00bb \u2014 rain/snow prefer indoor & weather-independent), season (\u00absummer\u00bb | \u00abwinter\u00bb | ...), group_size (integer), age (integer), max_price (NOK), duration_max (minutes), language. Eksempel / Example: \u00abhva kan vi finne p\u00e5 i Oslo n\u00e5r det regner\u00bb, \"family-friendly outdoor activities in Troms\u00f8 in winter\".",
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json"
],
"examples": [
"hva kan vi finne p\u00e5 i Oslo n\u00e5r det regner",
"hvalsafari i Troms\u00f8",
"familievennlige aktiviteter utend\u00f8rs i Bergen",
"things to do in Trondheim under 500 kr"
]
},
{
"id": "opplevelser_info",
"name": "Hent opplevelse / Get experience details",
"description": "Hent fullstendig profil for \u00e9n opplevelse via id. Fetch the full profile for a single experience by id. Returns: title, description, category, county/municipality, indoor/outdoor, duration, group size, age suitability, price, languages, booking URL and confidence. Parameter: id (experience UUID). Eksempel / Example: hent opplevelse med id \u00ab\u2026\u00bb.",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"examples": [
"{ \"id\": \"00000000-0000-0000-0000-000000000000\" }",
"hent opplevelse med id 00000000-0000-0000-0000-000000000000"
]
},
{
"id": "opplevelser_categories",
"name": "Kategorier / List categories",
"description": "List alle opplevelses-kategorier med antall publiserte opplevelser. List all experience categories with the count of published experiences in each. Eksempel / Example: \u00abhvilke kategorier finnes\u00bb, \"what categories are available?\".",
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json"
],
"examples": [
"hvilke kategorier finnes",
"list kategorier",
"what categories are available?"
]
}
],
"endpoints": {
"rest": "https://opplevagent.no/api/opplevelser",
"discover": "https://opplevagent.no/api/opplevelser/discover",
"a2a": "https://opplevagent.no/a2a",
"openapi": "https://opplevagent.no/openapi.json",
"llms": "https://opplevagent.no/llms.txt"
}
}