# Equiphoto.ch > Professional equestrian event photography in Switzerland. Riders, owners and fans find their > photos from Swiss equestrian competitions and buy digital downloads. Languages: Italian (default) and German. Currency: CHF. ## Prices - Single photo: CHF 13 - All photos of one rider/horse in one race (collection): CHF 70 ## URL structure - `/` — home, with search for rider or horse name - `/{eventId}` — event page with its races - `/{eventId}/{raceId}` — race page with participants - `/{eventId}/{raceId}/{participantId}` — photo gallery of one participation - `/{eventId}/winners` — prize-giving (winners) gallery of an event - `/search/q/{query}` — search results for a rider or horse name - `/cart` — shopping cart - `/favourites` — saved photos `eventId` and `raceId` are the public Swiss Equestrian ids shown in the URLs. ## Buying photos Photos are digital downloads. Payment runs through Stripe (card, TWINT, Klarna). After payment the buyer receives download links by email. No account is required — guest checkout works, and orders are linked automatically if an account is later created with the same email address. ## WebMCP tools This site implements the WebMCP browser API (`document.modelContext`), so an AI agent running in the browser can use it directly. Available tools: - `equiphoto_list_events` — list events (name, location, dates, URL) - `equiphoto_list_races` — list races of an event - `equiphoto_search_participants` — find a rider or horse and their participations - `equiphoto_list_photos` — list photo ids and thumbnails of one participation - `equiphoto_list_winner_photos` — list prize-giving photos of an event - `equiphoto_get_prices` — current price list - `equiphoto_cart_get` / `equiphoto_cart_add` / `equiphoto_cart_remove` / `equiphoto_cart_clear` — read and change the cart - `equiphoto_open_page` — open an Equiphoto page in the tab - `equiphoto_checkout_get_url` — create a Stripe checkout session and return the payment URL Payment is always completed by the person: `equiphoto_checkout_get_url` only returns a link, it never pays and never redirects. Admin, order, customer and email functionality is not exposed. ## Contact Website: https://equiphoto.ch