# webmcp Skill

Veitia Studios implements WebMCP by calling `navigator.modelContext.provideContext()`
on page load, exposing the following browser-side tools to AI agents:

- **navigate** — scroll to / open a site section (inicio, servicios, nosotros, testimonios, faq, contacto, agendar, gracias)
- **listServices** — returns the Veitia Studios service catalog
- **getCompanyInfo** — returns public business information (address, phone, email, social links)
- **requestContact** — opens a WhatsApp conversation with an optional pre-filled message
- **startBooking** — sends the user to the scheduling wizard (`/agendar`)

Each tool declares a `name`, `description`, `inputSchema` (JSON Schema) and an
`execute` callback. The context is registered under the name `veitia-studios`.

See the WebMCP specification for details:
https://webmachinelearning.github.io/webmcp/
