Yatmo MCP server

A read-only Model Context Protocol server that lets AI agents, assistants and real-estate copilots query Yatmo’s neighbourhood intelligence with well-described tools instead of mapping the REST API by hand.

POST https://mcp.yatmo.com/mcp/v1 LicenceKey header

Streamable HTTP MCP transport. Same LicenceKey as the Yatmo REST API.

What is the Yatmo MCP server?

The Yatmo MCP server is a thin AI-ready façade over the existing Yatmo REST API. It exposes the same neighbourhood data — nearby schools, nurseries, supermarkets, public transport, train stations, motorway access, accessibility profiles — as Model Context Protocol tools that AI clients (Claude, Cursor, in-house agents, real-estate copilots) can call directly.

It is hosted at https://mcp.yatmo.com and is read-only by design: no writes, no SQL, no destructive operations, no separate sign-up.

Who is it for?

Endpoint

Single MCP endpoint, versioned in the URL:

POST https://mcp.yatmo.com/mcp/v1
Header: LicenceKey: <your-yatmo-key>

The same LicenceKey you already use for the Yatmo REST API works here — no additional sign-up or OAuth. Country authorisation, quotas and rate limits inherit from your existing Yatmo plan.

Tools at a glance

Full list of categories: school, nursery, supermarket, public_transport, train_station, motorway, entertainment, daily_life, medical, tourism. school returns actual schools (preschool through high school) and excludes daycare; nursery returns crèches / daycare only.

Coverage

Belgium, France, the Netherlands, Luxembourg, Germany, Switzerland, Spain, Italy, Portugal, the United Kingdom, Ireland, Austria. Each call requires a country argument and your licence must include that country — see Countries & languages.

MCP vs REST API — which to use?

Read-only
The MCP server never writes data back to Yatmo. There is no create_, update_ or delete_ tool, no SQL, and no free-form query tool. This is deliberate: an AI assistant calling Yatmo cannot accidentally mutate your data.

Next steps