Skip to main content
Glama
__init__.py760 B
""" GeoSight MCP Tools This package contains all the satellite imagery analysis tools exposed through the MCP server. """ from geosight.tools.imagery import search_imagery from geosight.tools.indices import calculate_ndvi, calculate_ndwi, calculate_ndbi from geosight.tools.classification import detect_land_cover from geosight.tools.change_detection import detect_changes from geosight.tools.object_detection import detect_objects from geosight.tools.reports import generate_report from geosight.tools.geocoding import get_location_info __all__ = [ "search_imagery", "calculate_ndvi", "calculate_ndwi", "calculate_ndbi", "detect_land_cover", "detect_changes", "detect_objects", "generate_report", "get_location_info", ]

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/armaasinghn/geosight-mcp'

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