Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man satellite-address

/satellite-address(1)

agentutility / locale / satellite-address
PRICE / CALL
$0.01
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
locale
CATEGORY
uncategorized
STATUS
live
NAME
satellite-address address to satellite image / one-call address → cloud-free sentinel-2 thumbnail / postal-code satellite snapshot / place-name to space view
SYNOPSIS
POST https://x402.org/v1/satellite-address
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Address to satellite image / one-call address → cloud-free Sentinel-2 thumbnail / postal-code satellite snapshot / place-name to space view. Composes OpenStreetMap Nominatim geocoding with the Sentinel Hub Processing API: caller sends a free-form address and gets back both the geocoded address metadata and a recent cloud-free Sentinel-2 PNG centered on the best match. Optional NASA GIBS MODIS fallback for regional views. JSON output contains: { query, geocode_result, lat, lon, zoom, bbox, data_base64, license, attribution, ... }.

INPUTrequest schema
propertytypedescriptionreq?
addressstringFree-form address, postal code, place name, or POI. Examples: '1600 Amphitheatre Parkway, Mountain View, CA', 'Brandenburg Gate', '94110'.required
zoomnumberSlippy-map zoom level. 1-16. Default 15 (street/block scale).optional
sizenumberOutput image side length in pixels. 64-2500. Default 512.optional
sourcestring'cdse' (default, Sentinel-2 10m) or 'gibs' (NASA MODIS ~250m, zoom ≤9 only).
enum: cdse · gibs
optional
days_backnumberCDSE lookback window for least-cloudy mosaic in days. 7-180. Default 30.optional
OUTPUTresponse shape
fieldtypedescription
sourcestringImagery provider used for this response, typically sentinel-hub or nasa-gibs fallback.
querystringOriginal free-form address or place-name string the caller submitted for geocoding.
geocode_resultstringNominatim match metadata including display name, address components, and OSM type/id.
latstringLatitude in decimal degrees of the geocoded match center used to frame the satellite tile.
lonstringLongitude in decimal degrees of the geocoded match center used to frame the satellite tile.
zoomstringEffective zoom level used when computing the bounding box around the geocoded point.
sizestringPixel dimensions of the returned PNG, typically given as width x height.
bboxstringBounding box [minLon, minLat, maxLon, maxLat] of the area rendered in the image.
time_rangestringAcquisition window queried against Sentinel-2 to pick the most recent cloud-free scene.
formatstringImage format of the rendered tile, typically png.
content_typestringMIME type of the embedded image payload, typically image/png.
data_base64stringBase64-encoded bytes of the cloud-free Sentinel-2 PNG centered on the matched address.
bytesstringDecoded byte length of the returned image payload.
licensestringLicense terms covering the imagery and geocoding data, e.g. Copernicus Sentinel and ODbL.
attributionstringRequired attribution string crediting Sentinel Hub, Copernicus, and OpenStreetMap contributors.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/satellite-address \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# install once
claude mcp add x402 --command "npx x402-deployer-mcp"

# then ask Claude Code:
# "use the satellite-address tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
localesatellite-imagerygeocodingsentinel-2address-lookupaerial-viewcloud-free-imagery
methods
POST
cluster
locale
price
$0.01 USDC per call
ADJACENTother endpoints in locale
endpointdescriptionprice
flight-statusFlight status / live aircraft position / flight tracker / ICAO24 lookup / callsign lookup / aircraft bounding-box / OpenSky Network state…$0.01
property-taxProperty tax lookup.$0.01
property-tax-assessmentProperty tax assessor lookup (multi-county).$0.01
sports-scheduleSports schedule / MLB / NBA / NHL / NFL / WNBA / MLS / EPL / La Liga / Bundesliga / Serie A — next games + recent results / sports schedu…$0.01
iata-airport-infoIATA / ICAO airport code lookup.$0.005
satellite-tileSatellite imagery tile / lat-lon to satellite PNG / Sentinel-2 tile API / cloud-free satellite snapshot / agent-callable satellite imagery.$0.005
vin-decodeVIN decoder / VIN lookup / decode VIN / vehicle identification number / NHTSA vPIC wrapper.$0.005
visa-requirementsVisa requirements lookup.$0.005
SEE ALSO
agentutility(7) · locale(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org