Overview
Features
get_root
Fetch root document (id/title/description/links/conformance subset) to provide overview and capability context.
get_conformance
List all conformance classes; optionally verify specific URIs.
search_collections
List and search available STAC collections.
get_collection
Get detailed information about a specific collection.
search_items
Search for STAC items with spatial, temporal, and attribute filters.
get_item
Get detailed information about a specific STAC item.
estimate_data_size
Estimate data size for STAC items using lazy loading (XArray + odc.stac); supports AOI clipping and returns detailed metadata.
capability discovery & aggregations
Capability discovery and aggregation support (ADR 0004): graceful fallbacks for missing endpoints; get_conformance fallback to root; get_queryables may return empty with message; get_aggregations uses STAC search with aggregations and reports descriptive messages if unsupported.
Who Is This For?
- AI assistants:Interact with STAC catalogs to search collections, items, and metadata via MCP.
- Applications:Integrate STAC data discovery into workflows via the MCP protocol.




