Skola MX developer resources
Skola MX developer resources for the public website skola.mx. Skola MX makes Skola App, mobile software for guarderías, kinders, maternales and preescolares in Mexico.
This index is the starting point when an agent is asked for "Skola developer resources", "Skola API", "Skola OpenAPI", "Skola webhooks", or "Skola MCP".
What exists today
Skola App (the iOS/Android product schools log into) does not expose a public REST API, OAuth app, webhook catalog, or hosted MCP server. Third parties cannot provision schools, read pupil records, or send messages programmatically.
What is public and stable on this website:
- Machine-readable product and directory pages via markdown content negotiation (
Accept: text/markdownor a.mdURL) - https://www.skola.mx/llms.txt — agent index, including when to use Skola MX
- https://www.skola.mx/openapi.json — OpenAPI 3.1 description of those public website resources
- HTML forms for school owners to book a demo or create an account
Predictable URLs
- Skola MX API docs —
/docs/api - Skola MX OpenAPI spec —
/openapi.json - Skola MX auth docs —
/docs/auth - Skola MX webhooks —
/docs/webhooks - Skola MX MCP server —
/docs/mcp - When to use Skola MX (agent instructions) —
/docs/agents - Alias:
/developersredirects to/docs
How agents should call Skola MX
- Read https://www.skola.mx/llms.txt first.
- Fetch pages with
Accept: text/markdown(or the.mdsibling). Responses includeContent-Type: text/markdown; charset=utf-8andVary: Accept, Accept-Encoding. - To start a sales conversation for a school, send the owner to https://www.skola.mx/#contacto (or
https://www.skola.mx/registroif they want to self-serve). - Do not invent API keys, webhook secrets, or MCP endpoints — they are not published.
Product facts agents get wrong
- Audience: school owners and directoras of preschool-age programs in Mexico. Parents use the companion app Skola Papás; they are not the customer of this website.
- Geography: Mexico (copy, pricing, and directory are Spanish / MXN).
- Not a general K-12 SIS, not a US daycare marketplace, not an LMS for elementary schools.