# Yatmo Yatmo provides neighbourhood intelligence for real-estate websites: nearby points of interest, travel times, neighbourhood summaries, and AI-generated local content. Available as drop-in plugins (iframe, JavaScript, WordPress) and as a REST API. Coverage in 12 European countries. ## Getting started - [Yatmo documentation home](https://documentation.yatmo.com/): Overview and entry points. - [Quick start](https://documentation.yatmo.com/getting-started): First working map in five minutes. - [Plugins vs REST API](https://documentation.yatmo.com/audience): Side-by-side comparison to pick the right integration path. - [License & API keys](https://documentation.yatmo.com/license): Every client gets two keys — a frontend key for browser-embedded plugins and a backend key for server-to-server REST API calls. - [Countries & languages](https://documentation.yatmo.com/countries): Twelve supported countries with per-country language coverage. - [White-label for agencies](https://documentation.yatmo.com/white-label): Partnership program for agencies / SaaS platforms managing Yatmo for many clients with a dedicated key-management API. ## Plugins (frontend integration) - [Plugins overview](https://documentation.yatmo.com/plugins): Drop-in components that get you a working Yatmo integration without writing API calls. - [Iframe plugin](https://documentation.yatmo.com/plugins/iframe): The easiest and most flexible plugin. One iframe tag, five display modes (map+summary overlay, map+scores, map-on-top, map-only, summary-only). Configured via URL parameters. No JavaScript required. - [WordPress Map plugin](https://documentation.yatmo.com/plugins/wordpress-map): Embed a Yatmo map in any WordPress page with the [yatmo-map] shortcode. - [WordPress Text plugin](https://documentation.yatmo.com/plugins/wordpress-text): Auto-generated neighbourhood descriptions via the [yatmo-text] shortcode. - [JavaScript Map plugin](https://documentation.yatmo.com/plugins/js-map): Embeddable interactive map with a single config object and one script tag. - [JavaScript Summary plugin](https://documentation.yatmo.com/plugins/js-summary): Table of nearby POIs with distance and travel times. - [JavaScript Summary-as-text plugin](https://documentation.yatmo.com/plugins/js-summary-text): Narrative paragraphs describing the surroundings. ## Advanced plugin features - [Isochrones](https://documentation.yatmo.com/plugins/advanced/isochrones): Travel-time polygons (5 / 10 / 20 min) on the map. - [Favorite addresses](https://documentation.yatmo.com/plugins/advanced/favorite-addresses): Let signed-in visitors save personal locations and see commute distances. - [Map styles](https://documentation.yatmo.com/plugins/advanced/map-styles): Seven curated basemap styles. - [Route from origin](https://documentation.yatmo.com/plugins/advanced/route-from): Show route + travel time from a fixed origin to clicked POIs. - [Full-screen mode](https://documentation.yatmo.com/plugins/advanced/full-screen): Toggle button for full-screen map. ## Yatmo MCP server (for AI agents) - [Yatmo MCP overview](https://documentation.yatmo.com/mcp): Read-only Model Context Protocol facade exposing Yatmo's neighbourhood intelligence to AI agents. Hosted at https://mcp.yatmo.com/mcp/v1. Same LicenceKey as the REST API. - [MCP quick start](https://documentation.yatmo.com/mcp/quick-start): curl initialize / tools/list / tools/call walkthrough plus generic remote-MCP JSON config. - [MCP authentication](https://documentation.yatmo.com/mcp/auth): LicenceKey header, error codes (400/401/403/429/500), and country authorisation inherits from the Yatmo plan. - [MCP tools index](https://documentation.yatmo.com/mcp/tools): Common response envelope `{text, facts, warnings, metadata}` and the full category vocabulary (school, nursery, supermarket, public_transport, train_station, motorway). - [yatmo_get_location_summary](https://documentation.yatmo.com/mcp/tools/location-summary): Human-readable neighbourhood paragraph plus structured nearest school, nursery, supermarket, transport and reverse-geocoded place. - [yatmo_get_nearby_pois](https://documentation.yatmo.com/mcp/tools/nearby-pois): Ordered POIs around a property, filterable by category, within a capped radius. - [yatmo_get_nearest_by_category](https://documentation.yatmo.com/mcp/tools/nearest-by-category): Single nearest POI of a given category, with distance and travel time. `school` returns actual schools; `nursery` returns crèches only. - [yatmo_get_accessibility_profile](https://documentation.yatmo.com/mcp/tools/accessibility-profile): Public-transport presence, nearest stop, nearest train station, nearest motorway access. - [Connect an AI client](https://documentation.yatmo.com/mcp/clients): Generic remote-MCP JSON config, Claude.ai and Cursor setup, browser-side security guidance. - [MCP FAQ](https://documentation.yatmo.com/mcp/faq): OAuth status, school vs nursery, browser usage, country coverage. ## REST API (backend integration) - [API overview](https://documentation.yatmo.com/api): When to call the API directly, what each endpoint does. - [Authentication](https://documentation.yatmo.com/api/auth): Send your backend license key in the LicenseKey HTTP header. - [Conventions](https://documentation.yatmo.com/api/conventions): Country subdomains (be.yatmo.com, fr.yatmo.com, ...), lat/lng ordering, language parameter, URL encoding. - [Errors](https://documentation.yatmo.com/api/errors): HTTP status codes returned by the API. ## API endpoints - [GET /summary](https://documentation.yatmo.com/api/endpoints/summary): Nearby POIs grouped by category, closest cities, and travel times. The most-used endpoint. - [GET /points](https://documentation.yatmo.com/api/endpoints/points): POIs inside a geographic bounding box, optionally filtered by category. - [GET /categories](https://documentation.yatmo.com/api/endpoints/categories): Hierarchical POI category list, localized. - [GET /isochrone](https://documentation.yatmo.com/api/endpoints/isochrone): Travel-time polygons for driving, walking, cycling, transit. - [GET /geolocation](https://documentation.yatmo.com/api/endpoints/geolocation): Forward and reverse geocoding. - [GET /route](https://documentation.yatmo.com/api/endpoints/route): Route and travel time between two coordinates. - [GET /image](https://documentation.yatmo.com/api/endpoints/image): Server-rendered JPEG snapshot of a Yatmo map (for emails, PDFs, social previews). ## Recipes - [Replicate the Summary plugin from raw API calls](https://documentation.yatmo.com/api/recipes/replicate-summary-plugin): Rebuild the Summary plugin output using only direct API calls. - [Build a custom map UI](https://documentation.yatmo.com/api/recipes/custom-map-ui): Combine /points and /categories with Leaflet, MapLibre, or Mapbox GL. - [Bulk POI scoring](https://documentation.yatmo.com/api/recipes/bulk-scoring): Score thousands of listings nightly and store the results. ## Optional - [Privacy](https://documentation.yatmo.com/privacy): Privacy policy. - [Contact](mailto:info@yatmo.com): info@yatmo.com / +32 491 597 199.