jaxa-earth-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JAXA_MCP_OUTPUTS | Yes | Directory path for storing output images (e.g., PNG files). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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。
|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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