osm_building_footprint
OpenStreetMap building footprints via Overpass — give a coordinate (or bounding box) and get building geometry as GeoJSON, footprint area (m²), levels and height by coordinate. Worldwide coverage, OpenStreetMap data. Price: $0.01 per call (x402 payment, USDC on Base mainnet). Building footprint and geometry by coordinate via OpenStreetMap/Overpass. Returns the building polygon as GeoJSON, server-computed footprint area (m²), levels/floors, height and name for buildings around a point or within a bounding box. Worldwide. For real-estate, insurance, solar, geospatial and urban-planning agents. Input: lat/lon (+radius) or bbox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude of the point, e.g. 48.8584 | |
| lon | No | Longitude of the point, e.g. 2.2945 | |
| bbox | No | Alternative to lat/lon: 'south,west,north,east' (max ~2km span) | |
| radius | No | Search radius in metres [1-200], default 50 |