← ucpa.dk
INDIVIDUAL MCP TOOL
dump_trips
Return the FULL active UCPA trip catalog in one call as compact rows.
LIVE ENDPOINT
https://ucpa.dk/mcp
Connect to this endpoint to inspect the live schema for dump_trips and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
search_trips— Search available UCPA ski/vandsport trips by destination, transport type, ski days, departure date range, and max price.search_courses— Search UCPA's course/product catalog by free-text query and optional activity.list_destinations— List distinct destinations that currently have active trip departures in UCPA's catalog.list_offers— List current UCPA offer/promotion trips (is_offer=true) with future departures, sorted by price ascending.list_activities— List distinct activity/marketing segments available in the UCPA course catalog (e.g.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.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.get_courses_batch— Fetch full Danish descriptions and images for up to 20 UCPA courses in one call.