NASA MCP Service
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Provides access to multiple NASA data services including astronomy pictures (APOD), Mars rover photos, Earth satellite imagery, near Earth object data, and space weather information, with support for natural language queries
Enables programmatic access to NASA data services through Node.js applications using the @smithery/client library
NASA MCP Service
一个功能丰富的 NASA 数据查询 MCP 工具,支持多种 NASA API 服务和自然语言查询。
功能特点
- 天文图片服务 (APOD)
- 获取 NASA 每日天文图片
- 支持历史日期查询
- 返回图片标题、描述、URL等信息
- 火星探测器照片 (Mars Rovers)
- 支持多个火星探测器:好奇号(Curiosity)、机遇号(Opportunity)、勇气号(Spirit)、毅力号(Perseverance)
- 按日期查询火星照片
- 获取不同相机拍摄的图片
- 地球卫星图像 (Earth)
- 根据经纬度获取卫星图像
- 支持历史图像查询
- 提供高分辨率卫星照片
- 近地天体数据 (NEO - Near Earth Objects)
- 获取特定日期的近地小行星信息
- 包含小行星大小、距离、速度等数据
- 危险系数评估
- 太空天气数据 (Space Weather)
- 太阳耀斑事件信息
- 日冕物质抛射数据
- 实时太空天气状况
Cursor 安装
- 打开 Cursor IDE
- 在命令面板中输入:
配置
- 访问 NASA API 门户
- 获取你的 API key
- 设置环境变量
NASA_API_KEY
或在使用时通过参数传入
使用方法
在 Cursor 中使用
在 Node.js 中使用
命令行使用
返回数据格式
天文图片 (APOD)
火星照片
近地天体数据
太空天气数据
许可证
MIT
作者
simon liu
This server cannot be installed
A feature-rich NASA data query tool that supports various NASA API services including astronomy pictures, Mars rover photos, Earth satellite images, near-Earth objects data, and space weather information through natural language queries.