# Hotel Am Lindenberg > Small hotel in Bad Lindenberg. This site exposes its room/availability/ > booking data to agents through a documented REST API and a remote MCP > server, in addition to the normal human-facing page. ## Agent-facing endpoints - [OpenAPI spec](https://fixed.kvinz.com/openapi.json): REST API for listing rooms, checking availability and price, and creating a booking. - [MCP server](https://fixed.kvinz.com/mcp): Streamable HTTP MCP server exposing list_rooms, check_availability, get_price and create_booking as tools. - [MCP discovery document](https://fixed.kvinz.com/.well-known/mcp-server): metadata describing the MCP server above. ## Human-facing page - [Homepage](https://fixed.kvinz.com/): booking widget for people browsing in a normal browser.