Skip to main content
Glama

STAC MCP Server

by BnJam

search_items

Search for geospatial data items across STAC collections using spatial, temporal, and attribute filters to access satellite imagery and weather datasets.

Instructions

Search for STAC items across collections

Input Schema

NameRequiredDescriptionDefault
bboxNoBounding box [west, south, east, north] in WGS84
catalog_urlNoSTAC catalog URL (optional, defaults to Microsoft Planetary Computer)
collectionsNoList of collection IDs to search within
datetimeNoDate/time filter (ISO 8601 format, e.g., '2023-01-01/2023-12-31')
limitNoMaximum number of items to return
queryNoAdditional query parameters for filtering items

Input Schema (JSON Schema)

{ "properties": { "bbox": { "description": "Bounding box [west, south, east, north] in WGS84", "items": { "type": "number" }, "maxItems": 4, "minItems": 4, "type": "array" }, "catalog_url": { "description": "STAC catalog URL (optional, defaults to Microsoft Planetary Computer)", "type": "string" }, "collections": { "description": "List of collection IDs to search within", "items": { "type": "string" }, "type": "array" }, "datetime": { "description": "Date/time filter (ISO 8601 format, e.g., '2023-01-01/2023-12-31')", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of items to return", "maximum": 100, "minimum": 1, "type": "integer" }, "query": { "description": "Additional query parameters for filtering items", "type": "object" } }, "type": "object" }

Other Tools from STAC MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/BnJam/stac-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server