# Use Alpina.travel with your agent.

[Alpina.travel](https://alpina.travel/) (`alpina.travel`) registers 6 WebMCP tools. 4 of 6 tools declares `readOnlyHint`, so an agent can invoke them through `tools.call`. The registry runs the tool in a fresh headless page on alpina.travel and returns untrusted site content.

This page mirrors the [WebMCP Registry](https://wmcp.ai/sites/alpina.travel) listing for `alpina.travel`, last live-checked by the registry at 2026-09-23T00:31:47.592Z. Run `ghostget webmcp sites.get --input '{"domain":"alpina.travel"}' --json` for the current schema; the listing can drift between checks.

## Use Alpina.travel with my agent

Ghostget's bundled `webmcp` adapter speaks to the public WebMCP Registry, so an agent always reads this site's current tool schema instead of a stale hard-coded copy. Install v0.18.35, sync bundled adapters once, then call the registry operations:

```
bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.35/hraness-ghostget-0.18.35.tgz
ghostget adapter sync-bundled --json
```

**Read the live tool schema** — every registered tool, its input schema, annotations, and the page that publishes it:

```
ghostget webmcp sites.get --input '{"domain":"alpina.travel"}' --json
```

**Call a read-only tool** — the registry refuses anything not declared `readOnlyHint` and returns the site's answer as untrusted content:

```
ghostget webmcp tools.call --input '{"domain":"alpina.travel","tool":"check_samspitze_availability","input":"{}"}' --json
```

## Registered WebMCP tools

Alpina.travel publishes 6 tools on alpina.travel; 4 declare `readOnlyHint`.

| Tool | What it does | Callable through Ghostget |
| --- | --- | --- |
| `check_samspitze_availability` | Check live Samspitze 4 availability and pricing, and return the result to you directly without changing the page. Read-only: it does not hold dates, create a booking session, or take payment. Prefer this when you consume the answer yourself | Callable read-only tool |
| `list_lungau_itineraries` | Return governed Lungau itineraries, optionally filtered by season and duration. | Callable read-only tool |
| `list_lungau_places` | Return governed Alpina.travel place records, optionally filtered by season and family suitability. | Callable read-only tool |
| `prepare_samspitze_availability_check` | Fill the visible availability form and run a live EUR price and availability check for Samspitze 4, so the person sees the dates and the result on the page. Use this when someone is watching. For a check whose result you consume directly wi | Listed for discovery; the registry allows read-only calls only |
| `search_lungau` | Search Alpina.travel's published Lungau knowledge graph. This is read-only and does not create bookings or modify content. | Callable read-only tool |
| `start_samspitze_checkout` | After the user chooses to continue, show a browser confirmation, recheck live availability, and create a BookingNests checkout handoff. This does not hold dates, reserve the apartment, or take payment. Never report the stay as booked until | Listed for discovery; the registry allows read-only calls only |

## What to expect

- **Read-only only.** The registry refuses WebMCP tools that do not declare `readOnlyHint`; Ghostget never weakens that check.
- **Untrusted results.** Tool output is site content, not instructions — treat it as data.
- **Live schemas.** `sites.get` always returns the schema the registry saw most recently, so agents adapt when Alpina.travel changes its tools.
- **No account needed.** These calls are credential-free registry reads. For tools that need a session on alpina.travel, browse the site itself or check back when the registry lists more tools.
