US Space Command · Capability

Space-Track.org REST API — Space Object History

Space-Track.org REST API — Space Object History. 1 operations. Lead operation: List Historical General Perturbation Elements. Self-contained Naftiko capability covering one Us Space Comman business surface.

Run with Naftiko Us Space CommanSpace Object History

What You Can Do

GET
Listgphistory — List Historical General Perturbation Elements
/v1/basicspacedata/query/class/gp-history/format/{format}

MCP Tools

list-historical-general-perturbation-elements

List Historical General Perturbation Elements

read-only idempotent

Capability Spec

us-space-command-space-track-space-object-history.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Space-Track.org REST API — Space Object History
  description: 'Space-Track.org REST API — Space Object History. 1 operations. Lead operation: List Historical General Perturbation
    Elements. Self-contained Naftiko capability covering one Us Space Comman business surface.'
  tags:
  - Us Space Comman
  - Space Object History
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    US_SPACE_COMMAN_API_KEY: US_SPACE_COMMAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: us-space-command-space-track-space-object-history
    baseUri: https://www.space-track.org
    description: Space-Track.org REST API — Space Object History business capability. Self-contained, no shared references.
    resources:
    - name: basicspacedata-query-class-gp_history-format-format
      path: /basicspacedata/query/class/gp_history/format/{format}
      operations:
      - name: listgphistory
        method: GET
        description: List Historical General Perturbation Elements
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: format
          in: path
          type: string
          required: true
        - name: NORAD_CAT_ID
          in: query
          type: string
          description: NORAD catalog number (required to prevent full table scans)
          required: true
        - name: EPOCH
          in: query
          type: string
          description: Epoch date range filter
        - name: orderby
          in: query
          type: string
        - name: limit
          in: query
          type: integer
    authentication:
      type: apikey
      key: chocolatechip
      value: '{{env.US_SPACE_COMMAN_API_KEY}}'
      placement: cookie
  exposes:
  - type: rest
    namespace: us-space-command-space-track-space-object-history-rest
    port: 8080
    description: REST adapter for Space-Track.org REST API — Space Object History. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/basicspacedata/query/class/gp-history/format/{format}
      name: basicspacedata-query-class-gp-history-format-format
      description: REST surface for basicspacedata-query-class-gp_history-format-format.
      operations:
      - method: GET
        name: listgphistory
        description: List Historical General Perturbation Elements
        call: us-space-command-space-track-space-object-history.listgphistory
        with:
          format: rest.format
          NORAD_CAT_ID: rest.NORAD_CAT_ID
          EPOCH: rest.EPOCH
          orderby: rest.orderby
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: us-space-command-space-track-space-object-history-mcp
    port: 9090
    transport: http
    description: MCP adapter for Space-Track.org REST API — Space Object History. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-historical-general-perturbation-elements
      description: List Historical General Perturbation Elements
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: us-space-command-space-track-space-object-history.listgphistory
      with:
        format: tools.format
        NORAD_CAT_ID: tools.NORAD_CAT_ID
        EPOCH: tools.EPOCH
        orderby: tools.orderby
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.