Skip to main content
Glama

NASA MCP Server

nasa_firms

Access wildfire data by providing latitude, longitude, and days of interest. Retrieve critical fire information using NASA's resource management system for monitoring and analysis.

Instructions

NASA Fire Information for Resource Management System - fire data

Input Schema

NameRequiredDescriptionDefault
daysNoNumber of days of data to retrieve
latitudeYesLatitude coordinate
longitudeYesLongitude coordinate

Input Schema (JSON Schema)

{ "properties": { "days": { "description": "Number of days of data to retrieve", "type": "number" }, "latitude": { "description": "Latitude coordinate", "type": "number" }, "longitude": { "description": "Longitude coordinate", "type": "number" } }, "required": [ "latitude", "longitude" ], "type": "object" }

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/ProgramComputer/NASA-MCP-server'

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