Skip to main content
Glama

NASA MCP Server

nasa_power

Access global meteorological data for energy resource assessment. Analyze weather parameters by specifying location, date range, and community type (RE, SB, AG). Retrieve data in JSON or CSV format for informed energy planning.

Instructions

Prediction of Worldwide Energy Resources - meteorological data

Input Schema

NameRequiredDescriptionDefault
communityYesUser community (RE, SB, AG, etc.)
endYesEnd date (YYYYMMDD)
formatNoResponse format (json, csv, etc.)
latitudeYesLatitude coordinate
longitudeYesLongitude coordinate
parametersYesComma-separated data parameters
startYesStart date (YYYYMMDD)

Input Schema (JSON Schema)

{ "properties": { "community": { "description": "User community (RE, SB, AG, etc.)", "type": "string" }, "end": { "description": "End date (YYYYMMDD)", "type": "string" }, "format": { "description": "Response format (json, csv, etc.)", "type": "string" }, "latitude": { "description": "Latitude coordinate", "type": "number" }, "longitude": { "description": "Longitude coordinate", "type": "number" }, "parameters": { "description": "Comma-separated data parameters", "type": "string" }, "start": { "description": "Start date (YYYYMMDD)", "type": "string" } }, "required": [ "parameters", "community", "longitude", "latitude", "start", "end" ], "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