Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JAXA_MCP_OUTPUTSYesDirectory path for storing output images (e.g., PNG files).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_datasetsA

JAXA Earth API のデータセットを検索する。

keyword を省略すると主要データセット(降水/地表面温度/植生/地形/土壌水分)を返す。 keyword を与えると STAC カタログ全体を ID 部分一致で検索する (例: "GSMaP", "GCOM-C LST", "AW3D30")。

get_dataset_infoB

データセットの詳細情報を返す。

分解能(ppu_max / ピクセル度・メートル概算)、提供期間、静的判定、単位、 出典(citation/DOI)、ライセンス、クレジット表記例("Credit: <名> (JAXA)")、 利用上の注意(気温ではない/雲欠測/分解能の粒度など)を含む。

get_point_timeseriesA

地点の時系列(日付・値の配列+基本統計)を返す。

lat/lon 省略時は魚沼(37.2250, 138.9689)。日付は YYYY-MM-DD。

  • bbox はデータセットの分解能に応じて自動拡張し領域平均を返す。

  • 期間が 100 日を超える場合は内部で自動分割し結合する。

  • 静的データ(DSM 等)は日付を無視して単発取得する。

  • 雲欠測は value=null(NaN)のまま返し、補間しない。

get_area_imageA

指定領域・日付の PNG を outputs/ に保存し、保存パス等を返す。

bbox=[min_lon, min_lat, max_lon, max_lat]、date=YYYY-MM-DD。 静的データは date を無視して当該データを描画する。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/a-hikata/jaxa-earth-mcp'

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