# Parclick > Parclick is Europe's leading marketplace for booking a parking space online in advance. Compare and reserve parking in city centres, at airports, at train stations and near beaches across Spain, France, Italy, Germany, Portugal, the Netherlands and other markets, at a price fixed when you book, with flexible cancellation and access by QR code or licence plate. Booking ahead is usually cheaper than paying at the barrier. Prices and availability are dynamic: they depend on the arrival and departure times asked for, and they move, so a price from an earlier answer should never be reused. The booking and the payment are completed by the user in their own browser, and card payment requires cardholder authentication (3-D Secure), so an agent hands the user a checkout link rather than paying on their behalf. ## MCP server for AI agents - [MCP endpoint](https://mcp.parclick.com/mcp): public, anonymous, read-only Model Context Protocol server over Streamable HTTP (JSON-RPC 2.0 over POST). Search parkings around a destination, get a firm price for a date range, and hand the user a ready-to-pay booking link. Call `tools/list` on it for the authoritative schemas. - [Server Card](https://mcp.parclick.com/mcp/server-card): machine-readable description of that server (SEP-2127), with the endpoint, the transport, the protocol revisions it supports and a summary per tool. - [Developer reference](https://mcp.parclick.com/): the full tool contract for a person to read - arguments, response fields, price statuses, booking links and error behaviour. - [llms.txt of the MCP server](https://mcp.parclick.com/llms.txt): the same contract in prose, for a model that lands on that origin. - [API catalog](https://parclick.com/.well-known/api-catalog): the server as an RFC 9727 linkset, for a client that discovers APIs rather than reading about them. - [AI Catalog](https://parclick.com/.well-known/ai-catalog.json): the same server as an entry in this domain's agent catalog (SEP-2127), for a client that discovers by domain rather than by link. The identical document is served at /.well-known/ard.json for readers of the ARD spec. ## Booking parking - [How it works](https://parclick.com/how-it-works): search, book and enter a car park, in three steps. - [Parking in Madrid](https://parclick.com/parking-madrid): car parks in Madrid, with prices and availability. - [Parking in Barcelona](https://parclick.com/parking-barcelona): car parks in Barcelona. - [Parking in Paris](https://parclick.com/parking-paris): car parks in Paris. - [Parking in Rome](https://parclick.com/parking-rome): car parks in Rome. - [Countries and cities](https://parclick.com/countries): the full index of the markets and cities covered. ## About Parclick - [About us](https://parclick.com/about-us): what Parclick is and who it serves. - [Contact and customer support](https://parclick.com/contact): the support channels. - [Work with Parclick](https://parclick.com/partnership): programmes for car park operators, travel agencies and affiliates. ## Terms - [Conditions of use](https://parclick.com/conditions): the terms of the service. - [Cancellation policy](https://parclick.com/legal/cancellation): cancellation and refund conditions. - [Privacy policy](https://parclick.com/legal/privacy): how personal data is handled. - [Cookie policy](https://parclick.com/legal/cookies).