TensorDock · Capability

TensorDock Marketplace API — Spot

TensorDock Marketplace API — Spot. 2 operations. Lead operation: Soft Validate Spot Instance Price. Self-contained Naftiko capability for spot price validation.

TensorDock Marketplace API — Spot is a Naftiko capability published by TensorDock, one of 8 capabilities the APIs.io network indexes for this provider. It bundles 2 operations.

The capability includes 2 read-only operations. Lead operation: Validate spot bid price for a new TensorDock instance. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include TensorDock, Spot, and Pricing.

Run with Naftiko TensorDockSpotPricing

MCP Tools

tensordock-validate-spot-new

Validate spot bid price for a new TensorDock instance.

read-only idempotent
tensordock-validate-spot-existing

Validate spot bid price for an existing TensorDock instance.

read-only idempotent

Capability Spec

marketplace-spot.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TensorDock Marketplace API — Spot
  description: 'TensorDock Marketplace API — Spot. 2 operations. Lead operation: Soft Validate Spot Instance Price.
    Self-contained Naftiko capability for spot price validation.'
  tags:
  - TensorDock
  - Spot
  - Pricing
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    TENSORDOCK_API_KEY: TENSORDOCK_API_KEY
    TENSORDOCK_API_TOKEN: TENSORDOCK_API_TOKEN
capability:
  consumes:
  - type: http
    namespace: marketplace-spot
    baseUri: https://marketplace.tensordock.com
    description: Validate spot instance bid pricing without deploying.
    resources:
    - name: spot-validate-new
      path: /api/v0/client/spot/validate/new
      operations:
      - name: validatespotnew
        method: POST
        description: Soft validate a spot bid price for a new instance.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: spot-validate-existing
      path: /api/v0/client/spot/validate/existing
      operations:
      - name: validatespotexisting
        method: POST
        description: Soft validate a spot bid price for an existing instance.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: mcp
    namespace: marketplace-spot-mcp
    port: 9090
    transport: http
    description: MCP adapter for TensorDock spot price validation.
    tools:
    - name: tensordock-validate-spot-new
      description: Validate spot bid price for a new TensorDock instance.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: marketplace-spot.validatespotnew
      outputParameters:
      - type: object
        mapping: $.
    - name: tensordock-validate-spot-existing
      description: Validate spot bid price for an existing TensorDock instance.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: marketplace-spot.validatespotexisting
      outputParameters:
      - type: object
        mapping: $.