← kayak-belgique.tech

INDIVIDUAL MCP TOOL

list_routes

Parcours kayak par rivière : nom, distance (km), durée moyenne, public cible, embarquement/débarquement.

kayak-belgique.technone authenticationAvailability not checked

LIVE ENDPOINT

https://kayak-belgique.tech/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_routes 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

kayak-belgique.tech

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

.mcp.json

{
  "mcpServers": {
    "kayak-belgique": {
      "type": "http",
      "url": "https://kayak-belgique.tech/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "kayak-belgique",
  "transport": "streamable-http",
  "url": "https://kayak-belgique.tech/mcp"
}
MCP Inspector

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

Related tools

  • list_rivers — Liste les 6 rivières couvertes (Semois, Lesse, Ourthe, Amblève, Viroin, Bocq) avec leur navigabilité légale actuelle (nav 0/1), le débit, la hauteur et la température de l'eau, les seuils légaux min/max en m³/s, et l'URL du tableau de bord.
  • check_navigability — Répond à « peut-on naviguer aujourd'hui sur cette rivière ?
  • get_river_conditions — Instantané complet d'une rivière : débit + hauteur + profondeur, température de l'eau, ressenti au vent (windchill), score de difficulté et météo, meilleur jour à venir, et bloc de conseils (tenue, hydratation, protection).
  • get_opening_status — État d'ouverture de la navigation, rivière par rivière : ouvert / fermé maintenant + motif de restriction.
  • get_pricing — Grille tarifaire indicative 2026 (TTC, par embarcation) par parcours : monoplace / biplace / canoë quand connus.
  • check_availability — Disponibilité INDICATIVE des kayaks pour une rivière/date (relaie l'endpoint interne).
  • prepare_booking — Prépare une réservation SANS la créer et SANS paiement : renvoie l'URL de la page de réservation, les étapes à suivre, un devis indicatif (10 % en ligne / solde sur place) et l'état du tunnel (ouvert/fermé).
  • get_booking_status — État d'une réservation Semois existante.