Global MosaicGlobal Mosaic
37.7749° N · 122.4194° W
Resolution 1 km²
Geospatial Data Intelligence

The spatial data
your agents
rely on.

Global Mosaic indexes every square kilometer on Earth across fifteen harmonized data layers — queryable by shape, boundary, or coordinate. Built API-first so AI agents can ground their reasoning in the real, physical world.

1 km²
Grid Resolution
150M+
Cells Indexed Globally
15+
Harmonized Data Layers
<2s
Agentic Query Response

Pixel-level intelligence,
built for machines.

Every 1km² cell on Earth is pre-indexed, pre-aggregated, and queryable in milliseconds — ready for the agents, pipelines, and workflows that drive modern industry.

Query 01

Define a shape
or boundary.

Pass any geometry — a coordinate pair, polygon, ZIP code, county, state, or country. The API resolves to every 1km² cell that intersects your shape.

POST /v1/query
{
  "geometry": "POLYGON(...)",
  "layers": ["population",
              "income",
              "land_use"]
}
Aggregate 02

Receive aggregated
spatial data.

Within seconds, get statistical summaries across every cell in your boundary — mean, median, percentile distributions, trend direction, and raw cell-level values.

// response
{
  "cells": 847,
  "pop_median": 4821,
  "income_trend": "+3.2%/yr",
  "dominant_use": "residential"
}
Act 03

Agent grounds
its decision.

Your agent receives rich, structured spatial context and acts on it immediately — selects sites, flags risk, generates reports, triggers downstream workflows. Grounded, not hallucinated.

// agent decision
target_grids: [
  "47.2°N, 122.4°W",
  "47.3°N, 122.5°W"
]
reason: "income +4.1%/yr"
        "low density"

Every layer that matters,
at 1 km resolution.

Each layer is harmonized, gap-filled, and indexed to the same 1km grid. Any combination can be queried together in a single call — agents receive structured machine-readable data, not image tiles.

Population Densitypersons / km²monthly
Population TrendYoY % changequarterly
Land Use Classresidential · commercial · industrialannual
Demographicsage · household · compositionannual
Income & Wealthmedian HH income, trendquarterly
Building Densitystructures per km², FARquarterly
Elevationmeters above sea levelstatic
Rainfall / Climateannual precipitation, climate zonemonthly

What agents can do with spatial intelligence.

Designed for large-volume, programmatic usage across industries where location context changes the quality of every decision.

01 — Targeting

Detect redevelopment before the census sees it.

Identify 1km² grids with rising land values, increasing median income, and growth in prime working-age populations — a systematic edge over market consensus.

02 — Site Selection

Pinpoint the highest-growth grids in seconds.

Favorable income-to-rent ratios, strong density, demographic demand for new residential or mixed-use development — ranked candidates in a single query.

03 — Arbitrage

Find undervalued pockets next to premium areas.

Detect adjacent grids with similar demographics but significantly different land values. Agents surface these discrepancies automatically across whole portfolios.

04 — Risk

Overlay climate, income, and value in one call.

Identify high-value assets that carry hidden environmental or socioeconomic risk — informing acquisition due diligence and portfolio stress testing.

01 — Impact

Simulate upzoning before the public hearing.

Model how increasing density in specific 1km² grids would affect population capacity, land value, rent levels, and displacement risk.

02 — Compatibility

Evaluate proposed uses at granular scale.

Check whether new commercial, industrial, or residential development aligns with surrounding demographics, land values, and community needs.

03 — Opportunity

Locate underutilized land across a city.

Grids where land value is high but building density is low — combined with income trends to flag the highest-leverage sites for rezoning.

04 — Preservation

Protect vulnerable neighborhoods proactively.

Identify low-income or historic areas where downzoning may help preserve affordability before market pressure triggers displacement.

01 — Underwriting

Refine premiums below the ZIP.

Assess property value, climate exposure, and income resilience at 1km² scale. Each cell carries independent risk signals that aggregate into accurate pricing.

02 — Pricing

Price localized risk at pixel resolution.

Grids with similar ZIP codes but different elevation, income stability, or flood exposure can carry meaningfully different premiums.

03 — Concentration

Map portfolio exposure cell by cell.

Understand geographic concentration risk down to individual grids — informing reinsurance, capacity limits, and risk transfer grounded in sub-ZIP reality.

04 — Climate

Monitor climate drift across the book.

Continuously track physical risk layer changes across every policy. Automatically flag grids whose risk profile has materially shifted.

01 — Urban Growth

Track urban form at 1km, over time.

Population and land use changes at granularity finer than administrative boundaries — sprawl, infill, and decline patterns invisible at ZIP level.

02 — Inequality

Reveal income cliffs and opportunity deserts.

Fine-grained inequality measurement across contiguous grids — segregation gradients standard area-based methods smooth over.

03 — Risk Assessment

Map who carries disproportionate risk.

Overlay climate, elevation, income, and demographic layers to surface grids where vulnerable populations bear environmental burden.

04 — Comparative

Compare countries without harmonizing data.

Because every layer shares the same global 1km grid, urban patterns and income distributions compare directly across borders.

The spatial layer your
agents reach for.

Global Mosaic is a first-class tool in any AI agent's toolkit. Via MCP or REST, agents query spatial boundaries and receive structured, aggregated data in seconds — every decision grounded in the real physical world.

Live MCP Trace · Site Selection Example
~1.4s · 5 cells returned
Step 01

Agent receives task

“Find the top 5 ZIPs in the Southeast US with highest income growth and low building density — mixed-use candidates.”

Step 02

Calls Global Mosaic

Agent issues a structured MCP query across Southeast US boundaries, requesting income trend, building density, and population growth layers.

Step 03

Receives spatial context

In ~1.5 seconds the API returns ranked, grid-level data — median income YoY, density per km², population trend by cohort.

Step 04

Delivers grounded output

A ranked site list with full spatial justification. Not hallucinated. Every recommendation traceable to a real-world cell.

// MCP tool call from agent context
tool: "global_mosaic.query",
input: {
  boundary_type: "zip_code",
  region: "southeast_us",
  layers: ["income_trend", "building_density", "population_growth_25_40"],
  sort_by: "income_trend_desc",
  filter: { building_density: "<0.4" },
  limit: 5
}

// response arrives in ~1.4s
results: [
  { zip: "30309", income_trend: "+5.8%/yr", density: 0.28 },
  { zip: "37203", income_trend: "+4.9%/yr", density: 0.31 },
  { zip: "28202", income_trend: "+4.4%/yr", density: 0.27 },
  // ...
]

Give your agents
the world.

Endpoint
api.globalmosaic.io/v1
MCP
mcp.globalmosaic.io
Auth
OAuth 2.1 · API key
SLA
99.95% · p99 <2s