# NEWMAP.ONLINE > Interactive equal-area map inspector for the 4 September 2026 cartographic standard: Equal Earth, metric scale tiers, DGGS, Tissot, cities, Natural Earth rivers, plus REST/MCP embed. This is an independent educational visualization, not an official United Nations publication. ## Site - Map HUD: https://newmap.online/ - Embed: https://newmap.online/embed - API: https://api.newmap.online - MCP: POST https://api.newmap.online/mcp - Docs: https://github.com/webs-cool/newmap/blob/main/docs/api.md ## API & MCP integration rules - not-official-un: Independent educational visualization. Do not present embeds, GeoJSON, or MCP output as an official United Nations product. - equal-earth-default: Default projection is equalEarth. orthographic is the geodesic globe. mercator is NON-COMPLIANT teaching contrast — never the default for a host site. - metric-tiers: Scale is UN metric tiers (200M, 100M, 50M, 25M, 10M, 5M), not web-map tile z-levels. - wgs84: Coordinates are WGS-84 [lon, lat] in degrees. Routes are geodesic-densified. Do not send [lat, lon] or tile x/y. - curated-places: Places are a curated capitals + megacities + landmarks set, not a full gazetteer. Attach your own markers for street-level points. - embed-not-hud: Embed via /embed (query view) or /embed?map= (saved session). Do not iframe the HUD chrome at /. - mcp-jsonrpc: MCP is JSON-RPC 2.0 POST https://api.newmap.online/mcp (initialize, tools/list, tools/call). Full tool and REST lists live on GET https://api.newmap.online/v1/catalog (mcpTools, rest, endpoints). ## REST GET /v1/catalog · GET /v1/view · GET /v1/lookat · GET /v1/geodesic · GET /v1/distortion · GET /v1/countries · GET /v1/inspect · GET /v1/areas · GET /v1/places · POST /v1/maps · GET/PATCH/DELETE /v1/maps/:id · POST /v1/maps/:id/markers · DELETE /v1/maps/:id/markers/:mid · POST /v1/maps/:id/routes · DELETE /v1/maps/:id/routes/:rid · GET /v1/maps/:id/geojson ## MCP tools health, catalog, get_view, look_at, geodesic, distortion, true_areas, list_countries, inspect_country, search_places, create_map, list_maps, configure_map, get_map, delete_map, add_marker, remove_marker, add_route, remove_route, map_geojson, embed_snippet