← Registry

Content Tools

ucpa.dk

Provides search and listing of UCPA sports trips, courses, destinations, and offers.

1 endpoint9 known toolsFirst detected August 9, 2026Last detected August 9, 2026

ENDPOINT 1

https://ucpa.dk/mcp

No auth detected

MCP server metadata

Name
ucpa-mcp
Version
0.4.0
Capabilities
tools.listChanged
Server instructions

Tools for browsing UCPA Danmark's ski and watersport catalog. WORKFLOW: (1) DISCOVERY — call `dump_trips` to get the FULL active trip catalog (~7000 compact rows) in one shot, then filter/sort/aggregate yourself for cheapest, comparisons, season patterns, weeks-with-flights etc. Optional filters on `dump_trips` only narrow the dump. (2) ENRICHMENT — the dump intentionally omits long descriptions and images to keep it small. Once you've picked the rows the user cares about, call `get_courses_batch` with up to 20 `pc` (product_code) values to fetch Danish long/short descriptions, arrival/departure text, included items, main image and carousel images for all of them in a single call. For one specific departure, call `get_trip` with its `rejse_id` — it returns the trip variants PLUS the linked course content and any hotel page (title, description, images). `get_course` is for a single course by product_code. Discovery helpers: `list_destinations`, `list_activities`. Fall back to `search_trips` / `list_offers` / `search_courses` only when the user explicitly wants a short curated slice. Every row exposes a `u` (or `url`) field pointing at the public UCPA.dk link — always use it verbatim, never construct URLs yourself.

Known tools 9

dump_trips

Return the FULL active UCPA trip catalog in one call as compact rows.

Inferred read-only
search_trips

Search available UCPA ski/vandsport trips by destination, transport type, ski days, departure date range, and max price.

Inferred read-only
search_courses

Search UCPA's course/product catalog by free-text query and optional activity.

Inferred read-only
list_destinations

List distinct destinations that currently have active trip departures in UCPA's catalog.

Inferred read-only
list_offers

List current UCPA offer/promotion trips (is_offer=true) with future departures, sorted by price ascending.

Inferred read-only
list_activities

List distinct activity/marketing segments available in the UCPA course catalog (e.g.

Inferred read-only
get_trip

Fetch full details for a UCPA trip departure by rejse_id, including all product variants, the linked course's Danish descriptions and images, and any linked hotel content.

Inferred read-only
get_course

Fetch full details for a single UCPA course/product by product_code, including Danish descriptions, arrival/departure info, included items, and image URLs.

Inferred read-only
get_courses_batch

Fetch full Danish descriptions and images for up to 20 UCPA courses in one call.

Inferred read-only

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.ucpa-mcp]
url = "https://ucpa.dk/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: ucpa-mcp
Remote MCP URL: https://ucpa.dk/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": {
    "ucpa-mcp": {
      "url": "https://ucpa.dk/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.