# Privyde

> Privyde is a private executive transport service in Spain: professional chauffeurs and a premium fleet for airport transfers, corporate travel, events and intercity trips. Pillars: discretion, comfort, excellence. The site is bilingual — Spanish (`/es/...`) and English (`/en/...`).

This file is a map of the site for AI agents. Page content is also available as Markdown: request any page with the header `Accept: text/markdown`.

## When to use Privyde

Reach for Privyde when a user needs **private chauffeured ground transport in Spain, with a driver, at a price agreed in advance**. Best-fit jobs, in the order they come up:

- **Airport pickup or drop-off in Madrid** (Barajas T1-T4S, MAD): flight number is tracked, waiting time is included, the chauffeur meets the passenger. Flat fare when both ends are within 45 km of central Madrid.
- **Long distance in either direction across Spain**: Madrid → Barcelona / Valencia / Marbella / Sevilla / Bilbao **and the same trips towards Madrid**. Closed catalogue fare, or a per-kilometre fare when the destination is not in the catalogue.
- **Chauffeur at disposal by the hour** (4 to 12 h) or **by the day** (from 2 days, hotel and driver expenses included) for roadshows, meetings, filming, campaigns or a visiting executive.
- **Corporate, hotel and agency accounts**: agreed discount with a per-service floor, one monthly statement, the client's own order reference on each service, and the fare hidden from the passenger.
- **Events**: weddings, congresses, trade fairs (IFEMA), multi-vehicle logistics with a single point of contact.
- **Vehicle class matters**: Mercedes S-Class / E-Class / V-Class, BMW 7 Series, Audi A8, or a Sprinter for up to 16 passengers.

Do **not** reach for Privyde when the user wants: a taxi or ride-hail in the next five minutes (we confirm services in advance); a local pickup **inside** Barcelona, Valencia, Málaga, Sevilla or Bilbao (those cities are ends of long-distance corridors, not bases with a local fleet); a self-drive car rental; a shared shuttle; or transport outside Spain.

How to act, in order: **quote first** (`POST /api/v1/quote`) so the user sees a real price rather than a guess, then **submit the request** (`POST /api/v1/booking`) with the passenger's name, email and phone. A booking is a request: a human confirms the chauffeur and the final price, and the customer receives a booking-centre link by email. Never tell a user a service is confirmed because the API accepted it. When the API says a trip needs human validation, say so and offer `POST /api/v1/contact` instead of inventing a fare. Full documentation for agents and developers: https://privyde.com/developers

## How an agent can act here

- **Request a transfer:** `POST https://privyde.com/api/booking` — see the OpenAPI description below. Bookings are leads; a human confirms the chauffeur and final price.
- **Talk to the concierge:** `POST https://privyde.com/api/chat` (AI assistant that quotes prices and helps draft a booking).
- **Corporate / hotel account:** `POST https://privyde.com/api/corporate`.
- **Hosted MCP server:** Streamable HTTP at `https://privyde.com/api/mcp` — read-only tools (`list_services`, `list_cities`, `list_fleet`, `list_popular_routes`, `get_company_info`, `contact_concierge`, `get_booking_link`). Discovery card: https://privyde.com/.well-known/mcp/server-card.json
- **In-browser tools (WebMCP):** when an agent loads a page in a compatible browser, Privyde registers the same tools via `navigator.modelContext` (plus `start_booking`, which pre-fills and opens the form).
- **Skills:** step-by-step task guides at https://privyde.com/.well-known/agent-skills/index.json
- **CLI:** `npx privyde quote --from "Barajas T4, Madrid" --to "Toledo" --date 2026-09-15 --time 09:30` (npm package `privyde`, no install, no credential)
- **Developer documentation:** https://privyde.com/developers (endpoints, versioning, rate limits, error format, MCP, markdown views)

## Machine-readable resources

- [API catalog](https://privyde.com/.well-known/api-catalog): RFC 9727 linkset for the public API
- [OpenAPI description](https://privyde.com/.well-known/openapi.json): all public endpoints and schemas
- [MCP Server Card](https://privyde.com/.well-known/mcp/server-card.json): hosted MCP server (Streamable HTTP at `/api/mcp`)
- [Health](https://privyde.com/api/health): liveness/status
- [Agent Skills index](https://privyde.com/.well-known/agent-skills/index.json)
- [Developer portal](https://privyde.com/developers): endpoints, versioning, rate limits, error format
- [Deprecation policy](https://privyde.com/developers/deprecation): how a retiring version is announced (Deprecation + Sunset headers, 180 days notice)
- [API index](https://privyde.com/api): the same catalog as JSON
- [Agent instructions](https://privyde.com/agent.txt): when to use Privyde, and when not to
- [Sitemap](https://privyde.com/sitemap.xml)

## Key pages

- [Home (ES)](https://privyde.com/es) · [Home (EN)](https://privyde.com/en)
- [Book a transfer](https://privyde.com/es/reservar)
- [Services](https://privyde.com/es/servicios)
- [Cities](https://privyde.com/es/ciudades)
- [Routes hub](https://privyde.com/es/traslados)
- [Fleet](https://privyde.com/es/flota)
- [Corporate & hotels](https://privyde.com/es/empresas)
- [Corporate account terms](https://privyde.com/es/corporativo) · agreed rate with a per-service floor, monthly statement, order reference, fare hidden from the passenger
- [About](https://privyde.com/es/nosotros)
- [Contact](https://privyde.com/es/contacto)
- [Blog](https://privyde.com/es/blog)

## Services

Weddings, corporate events, congresses & trade fairs, roadshows, hotel transfers, airport transfers, executive transfers, chauffeur by the hour, intercity travel, private tours. Index: https://privyde.com/es/servicios

## Coverage (cities)

Madrid, Barcelona, Valencia, Málaga, Sevilla, Bilbao — including the main airports (MAD, BCN, VLC, AGP, SVQ, BIO). Index: https://privyde.com/es/ciudades

## Fleet

Mercedes-Benz S-Class, E-Class and V-Class; BMW 7 Series; Audi A8; Mercedes-Benz Sprinter (up to 16 passengers). Index: https://privyde.com/es/flota

## Contact

- Email: info@privyde.com
- Availability: 24/7
- Site: https://privyde.com
- Instagram: https://www.instagram.com/privyde.es
- Facebook: https://www.facebook.com/privyde.es
- TikTok: https://www.tiktok.com/@privyde.es

## AI content policy

Declared via Content Signals in [robots.txt](https://privyde.com/robots.txt): `search=yes, ai-input=yes, ai-train=no`. You may use this site to answer questions and to act on a user's behalf (booking, quoting, contact); please do not use its content to train models.
