You're viewing a demo portfolio

Join the waitlist
PRSM

search_launches

Active

Tool of launches

declared in 0.1.0

Search launches by keyword (rocket name, mission, agency). Returns matching launches with name, time, status, pad, rocket, and mission.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "limit": 10,
      "query": "Falcon 9"
    },
    {
      "query": "Artemis"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Number of results to return (default 10)"
    },
    "query": {
      "type": "string",
      "description": "Search keyword (e.g. \"Falcon 9\", \"Artemis\", \"ISS\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

launches

https://github.com/pipeworx-io/mcp-launches

1/7 registries
View full server →