Discover Norwegian experiences via opplevagent-mcp

Ask Claude, ChatGPT, or any other MCP-compatible AI assistant to search Opplevagent's curated, Brreg-verified catalog of Norwegian experiences and activities.

What is this?

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.

The tools, exactly as registered

discover_experiences

Search 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_categories

Lists every experience category with a live count of verified experiences — useful before calling discover_experiences with a specific category filter.

get_experience

Fetches 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.

Try asking your assistant

Get started

ChatGPT / other remote MCP clients (easiest)

Open the tools menu, choose "Add an MCP Server", and paste: https://opplevagent.no/mcp

Claude Desktop

Remote (recommended): Settings → Integrations → Add custom connector → paste https://opplevagent.no/mcp.

Local npm package (developers, Claude Code):

{
  "mcpServers": {
    "opplevagent": {
      "command": "npx",
      "args": ["opplevagent-mcp"]
    }
  }
}

Or run directly: npx opplevagent-mcp

Source and README: opplevagent-mcp on GitHub. More AI-discovery details: llms.txt.

Connect https://opplevagent.no/mcp →

Frequently asked questions

Which AI assistants work with opplevagent-mcp?

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.

What tools does the opplevagent MCP server expose?

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.

Does using the MCP server cost anything?

No — the server is free and open source, and every experience returned is Brreg-verified against the Norwegian business registry.

Can I book an experience directly through my AI assistant?

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.

How do I set up opplevagent-mcp in Claude Desktop or ChatGPT?

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.