Skip to main content
Glama
tharlestsa

OpenLandMap MCP Server

by tharlestsa

get_asset_url

Retrieve direct URLs and metadata for specific geospatial assets in the OpenLandMap STAC catalog to access Cloud-Optimized GeoTIFFs for programmatic analysis.

Instructions

Resolve the full URL and metadata for a specific asset.

Returns the direct S3 URL, MIME type, roles, COG status, and S3 bucket/key for programmatic access.

Args: collection_id: Collection identifier. item_id: Item identifier. asset_key: Asset key within the item (e.g. the layer name).

Returns: AssetInfo dict with url, type, roles, is_cog, s3_bucket, s3_key.

Example: get_asset_url("organic.carbon_usda.6a1c", "organic.carbon_usda.6a1c_20180101_20181231", "organic.carbon_usda.6a1c_m_1km_b30cm_s")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collection_idYes
item_idYes
asset_keyYes

Latest Blog Posts

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/tharlestsa/openlandmap_mcp'

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