stac_list_catalogs
Lists all pre-configured STAC catalog endpoints for searching satellite collections. Returns catalog names and URLs.
Instructions
List all known STAC catalogs.
Returns pre-configured catalog endpoints that can be searched. Each catalog hosts different satellite collections.
Args: output_mode: Response format - "json" (default) or "text"
Returns: JSON with catalog names and endpoint URLs
Tips for LLMs: - Use stac_capabilities instead for a full overview including collections, bands, and indices - Default catalog is earth_search (AWS Element 84) - planetary_computer requires no API key (auto-authenticated)
Example: catalogs = await stac_list_catalogs()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_mode | No | json |