MCP server exposing 2 tools for sentinel-hub.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/sentinel-hub/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
sentinelhub_ndvi_stats — NDVI vegetation statistics over an area and time range — returns per-interval mean/min/max/stdev of the vegetation index (NDVI) from Sentinel-2 imagery for a bbox or GeoJSON polygon. Derived numbers only, no imagery. Example: sentinelhub_ndvi_stats({ bbox: [12.44, 41.87, 12.53, 41.93], date_from: "2023-05-01", date_to: "2023-09-01", aggregation: "P1M", _apiKey: "client_id:client_secret" })sentinelhub_catalog_search — Which satellite scenes are available for an area + time — searches the Sentinel-2 catalog (STAC) and returns matching scenes with acquisition datetime and cloud cover. Example: sentinelhub_catalog_search({ bbox: [12.44, 41.87, 12.53, 41.93], date_from: "2023-06-01", date_to: "2023-06-30", limit: 10, _apiKey: "client_id:client_secret" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/sentinel-hub/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io