Skip to main content
Glama
tharlestsa

OpenLandMap MCP Server

by tharlestsa

find_collections_for_bbox

Search OpenLandMap's environmental datasets to find collections intersecting a specified geographic area. Filter by theme like soil or vegetation to identify relevant spatial data for analysis.

Instructions

Find collections whose spatial extent intersects a bounding box.

Searches all collections for spatial overlap with the given area. Optionally filters by theme.

Args: bbox: Bounding box in WGS84 [min_lon, min_lat, max_lon, max_lat]. theme: Optional theme filter ('soil', 'vegetation', etc.).

Returns: List of CollectionMatch dicts with id, title, theme, extents.

Example: find_collections_for_bbox([-54, -18, -45, -12], theme="soil")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bboxYes
themeNo

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