Skip to main content
Glama

STAC MCP Server

by BnJam

get_collection

Retrieve detailed metadata for a specific STAC collection to access geospatial datasets like satellite imagery and weather data.

Instructions

Get detailed information about a specific STAC collection

Input Schema

NameRequiredDescriptionDefault
catalog_urlNoSTAC catalog URL (optional, defaults to Microsoft Planetary Computer)
collection_idYesID of the collection to retrieve

Input Schema (JSON Schema)

{ "properties": { "catalog_url": { "description": "STAC catalog URL (optional, defaults to Microsoft Planetary Computer)", "type": "string" }, "collection_id": { "description": "ID of the collection to retrieve", "type": "string" } }, "required": [ "collection_id" ], "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