osm_building_footprint
ActiveTool of io.github.digitalweb33333-creator/x402-endpoints
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.
Parameters schema
{
"type": "object",
"properties": {
"lat": {
"type": "number",
"description": "Latitude of the point, e.g. 48.8584"
},
"lon": {
"type": "number",
"description": "Longitude of the point, e.g. 2.2945"
},
"bbox": {
"type": "string",
"description": "Alternative to lat/lon: 'south,west,north,east' (max ~2km span)"
},
"radius": {
"type": "integer",
"description": "Search radius in metres [1-200], default 50"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.digitalweb33333-creator/x402-endpoints
https://github.com/digitalweb33333-creator/x402-endpoints
1/7 registries