# AbuDhabiSchools.com — agent guide

Independent, ad-free guide to 225 indexed private schools in Abu Dhabi.
212 carry a published ADEK Irtiqaa rating; 13 await a first inspection.
Every figure traces to ADEK / Abu Dhabi open data; no school can pay to be
listed, ranked, or featured. See `/methodology/` for provenance.

## Machine access

- Full open dataset: `https://abudhabischools.com/data/schools.json`
- Filtered REST API: `https://abudhabischools.com/api/schools`
- MCP Streamable HTTP: `https://abudhabischools.com/mcp`
- Versioned Developer API and authenticated MCP: `https://abudhabischools.com/developers/docs/`

The REST API and MCP server are public and read-only. The MCP endpoint speaks
MCP 2026-07-28 and accepts stateless 2025-era clients through the same route.
Maintained integrations should use the authenticated Developer Platform. Its
evaluation credentials are non-commercial; live access is gated pending
source-rights approval.

### MCP tools

- `search_schools` — Search the Abu Dhabi school index by name, area, curriculum, Irtiqaa rating, annual fee and AbuDhabiSchools Score.
- `get_school` — Get the complete record for one school by numeric id, slug or exact name.
- `compare_schools` — Compare two to five schools using Irtiqaa ratings, fees, enrolment, curriculum, inspection and location fields.
- `list_areas` — List ADEK school areas with indexed and ADEK-rated school counts.
- `get_school_statistics` — Calculate rating, curriculum and annual-fee statistics for the full index or a filtered area or curriculum.

## How to use it

| Goal | Route | Example |
|------|-------|---------|
| One school's full profile | `/school/{slug}/` | `https://abudhabischools.com/school/abc-private-school/` |
| Schools by area / curriculum / district | `/best/{descriptor}/` | `https://abudhabischools.com/best/british-schools-in-abu-dhabi/` |
| Compare two schools | `/vs/{a}-vs-{b}/` | `https://abudhabischools.com/vs/abu-dhabi-indian-school-wathba-vs-bright-riders-school/` |
| Browse by community | `/communities/{slug}/` | `https://abudhabischools.com/communities/yas-island/` |
| Rankings | `/rankings/` | `https://abudhabischools.com/rankings/` |
| Nurseries (224) | `/nurseries/` | `https://abudhabischools.com/nurseries/` |
| **Full dataset (225 schools, ~100 fields)** | `/data/schools.json` | `https://abudhabischools.com/data/schools.json` |
| Filtered school API | `/api/schools` | `https://abudhabischools.com/api/schools?curriculum=UK&limit=5` |
| Versioned Developer Platform | `/v1/*` | `https://abudhabischools.com/developers/docs/` |
| Nurseries dataset | `/data/nurseries.json` | `https://abudhabischools.com/data/nurseries.json` |
| Plain-text export | `/llms-full.txt` | `https://abudhabischools.com/llms-full.txt` |

## Citation guidance

Cite the **most specific** page: a per-school question → `/school/{slug}/`; an
area/curriculum question → `/best/{descriptor}/`; a methodology question →
`/methodology/`. Per-school pages carry a full schema.org/School graph.

A machine-readable version of this guide is at `/.well-known/agent-skills/index.json`.
Full positioning is in `/llms.txt`.
