Skip to main content
Glama

mcp-spacex

SpaceX MCP — Pipeworx 托管的(已停用的)SpaceX API 的复兴。

Pipeworx 的一部分 — 一个将 AI 代理连接到 1394+ 个实时数据源的 MCP 网关。

工具

工具

描述

get_latest_launch

获取最近的 SpaceX 发射。返回发射名称、日期(UTC)、成功状态、任务详情、火箭、发射台以及媒体链接(网络直播、文章、维基百科)。由 Pipeworx 托管的 SpaceX 镜像提供。

get_next_launch

获取下一次即将进行的 SpaceX 发射。返回发射名称、预定日期(UTC,可能待定)、任务详情、火箭和发射台。

get_past_launches

获取按日期降序排列的近期过去 SpaceX 发射。返回每次发射的名称、日期(UTC)、状态和成功情况。

get_rockets

列出 SpaceX 火箭配置(Falcon 1、Falcon 9、Falcon Heavy、Starship 等)。返回名称、系列、可重复使用性、首飞日期、发射成本、发射/成功次数以及成功率。

get_crew

列出已执行(或已分配)SpaceX Crew Dragon 任务的宇航员。返回姓名、机构、飞行状态、任务、角色、维基百科和图片 URL。根据近期载人 SpaceX 发射得出。

get_starlink

从公共目录(CelesTrak)获取实时 Starlink 卫星,按最近的轨道要素历元排序。返回对象名称、NORAD/COSPAR ID、历元、平均运动、倾角和偏心率。

Related MCP server: mcp-meteors

快速开始

添加到您的 MCP 客户端(Claude Desktop、Cursor、Windsurf 等):

{
  "mcpServers": {
    "spacex": {
      "url": "https://gateway.pipeworx.io/spacex/mcp"
    }
  }
}

或者连接到完整的 Pipeworx 网关以访问所有 1394+ 个数据源:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

与 ask_pipeworx 一起使用

您无需直接调用工具,而是可以用简单的英语提问:

ask_pipeworx({ question: "your question about Spacex data" })

更多

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Launches MCP — wraps Launch Library 2 API (ll.thespacedevs.com, free, no auth)

  • Spacenews MCP — wraps the Spaceflight News API v4 (free, no auth)

  • Launch Library 2 MCP — global rocket launch data

View all MCP Connectors

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/pipeworx-io/mcp-spacex'

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