🛶 paddling.pl MCP Server
Model Context Protocol server for paddling.pl — a Polish marketplace for booking kayaking trips. Connect it to any MCP host (ChatGPT, Claude, Cursor, LM Studio, …) to let your AI assistant discover and list paddling adventures.
Endpoint
https://paddling-pl-mcp-server.vercel.app/api/mcp
Available tools
search_trips— Lists kayaking trips from paddling.pl (page (int ≥ 0), size (int 1–100))get_trip_availability— Returns available dates for a trip (tripId (UUID))get_trip_resources— Returns available resources and seats for a trip on a date (tripId (UUID), date (YYYY-MM-DD))
Connect it to your AI assistant
- Enable Developer mode in ChatGPT: open Settings → Security and login (docs)
- Go to ChatGPT Plugins and select the plus button to create a developer-mode app for your remote MCP server
- Paste the endpoint URL:
https://paddling-pl-mcp-server.vercel.app/api/mcp