Ask Claude, ChatGPT, or any other MCP-compatible AI assistant to search Opplevagent's curated, Brreg-verified catalog of Norwegian experiences and activities.
Opplevagent runs a remote MCP (Model Context Protocol) server at https://opplevagent.no/mcp. Once your AI assistant is connected, it can search, filter, and read our verified experience catalog directly — the same data behind the browse pages, but callable as tools inside a conversation.
discover_experiencesSearch by county (fylke), municipality (kommune), category, weather, season, indoor/outdoor, group size, age, max price, and duration. Returns title, category, location, description, and booking URL.
list_experience_categoriesLists every experience category with a live count of verified experiences — useful before calling discover_experiences with a specific category filter.
get_experienceFetches full details for one experience by its UUID — description, group/age limits, price, duration, languages, and booking info. Obtain the UUID from discover_experiences results.
Open the tools menu, choose "Add an MCP Server", and paste: https://opplevagent.no/mcp
Remote (recommended): Settings → Integrations → Add custom connector → paste https://opplevagent.no/mcp.
Local npm package (developers, Claude Code):
Or run directly: npx opplevagent-mcp
Source and README: opplevagent-mcp on GitHub. More AI-discovery details: llms.txt.
Any MCP-compatible assistant — Claude Desktop, ChatGPT (Developer Mode / custom connectors), Cursor, and other MCP clients. Connect via the remote endpoint https://opplevagent.no/mcp or the opplevagent-mcp npm package.
discover_experiences filters by county (fylke), municipality (kommune), category, weather, season, indoor/outdoor, group size, age, price, and duration; list_experience_categories lists every category with a live count; get_experience fetches full details for one experience by its UUID.
No — the server is free and open source, and every experience returned is Brreg-verified against the Norwegian business registry.
The assistant surfaces a booking_url (and booking_type) per experience from discover_experiences/get_experience; booking itself happens on the provider's own site or via that link, not inside the MCP conversation.
See the setup steps further up this page — paste https://opplevagent.no/mcp as a remote connector, or add the opplevagent-mcp npm package to your MCP client config.