Pipeworx spacex

v1.0.0

Access real-time and historical SpaceX data on launches, rockets, crew, and Starlink satellites with detailed status and media links.

0· 42·0 current·0 all-time
byBruce Gutman@brucegutman
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the declared capabilities in SKILL.md (launches, rockets, crew, Starlink). Nothing in the skill requests unrelated permissions or tools.
Instruction Scope
The SKILL.md directs the agent to POST JSON-RPC calls to https://gateway.pipeworx.io/spacex/mcp. The instructions do not reference local files, environment variables, or other system state. Note: using the skill will send request data to a third-party endpoint (gateway.pipeworx.io).
Install Mechanism
No install spec or code files are present; this is instruction-only and does not write code to disk or install packages.
Credentials
The skill declares no required environment variables, credentials, or config paths. The SKILL.md does not ask for additional secrets.
Persistence & Privilege
always is false and disable-model-invocation is false (normal). The skill does not request persistent system-wide privileges or to modify other skills.
Assessment
This skill appears to do what it claims and asks for nothing extra. Before installing, consider that calls will go to gateway.pipeworx.io (a third-party service with no homepage listed). If you need strong provenance/privacy guarantees, prefer an official SpaceX API or verify Pipeworx's reputation and privacy policy. Avoid sending sensitive secrets or private data through the skill, and test with non-sensitive queries first.

Like a lobster shell, security has layers — review code before you run it.

latestvk9746s92ztjxh3yj2h6p80jwq184t1kx
42downloads
0stars
1versions
Updated 4d ago
v1.0.0
MIT-0

SpaceX

Real-time and historical data from SpaceX launches, rockets, crew, and the Starlink constellation.

What's available

  • get_latest_launch -- The most recent SpaceX launch with success status, details, and media links (webcast, article, Wikipedia)
  • get_next_launch -- Next upcoming launch with date and details
  • get_past_launches -- Recent launches in reverse chronological order (configurable count)
  • get_rockets -- All SpaceX rockets: Falcon 1, Falcon 9, Falcon Heavy, Starship. Includes cost per launch, success rate, and first flight date.
  • get_crew -- SpaceX crew members with name, agency, status, and photo
  • get_starlink -- Starlink satellite data sorted by most recent launch, including object name, launch date, and decay date

Try it

curl -X POST https://gateway.pipeworx.io/spacex/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_latest_launch","arguments":{}}}'

Configuration

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

Comments

Loading comments...