Agentic-first platform
Built for AI agents
SkiTable is a ski lift pass platform designed to be called by AI agents, not just browsed by people. Search resorts, compare live prices, and book passes across European resorts over REST, MCP, or the CLI.
REST API
Call the public marketplace API directly. Resort search, live pricing, and cross-resort comparison return clean JSON. No key needed for public reads.
curl https://www.skitable.com/api/v1/marketplace/resorts?country=FR
MCP server
Connect your agent to our Model Context Protocol server for tool-based search, pricing, comparison, and booking. Requires an agent key.
https://www.skitable.com/mcp
Authorization: Bearer ak_...
Discovery: /.well-known/mcp.json
CLI
Script against SkiTable from any shell. Useful for agents that shell out rather than speak HTTP.
pipx install skitable
skitable search --country FR
Getting a key
Public marketplace reads need no key. The MCP server and higher request volumes need an agent key. Free keys require attribution and are for non-commercial use. To request one, email [email protected].