home-depot · Capability

Home Depot API

The Home Depot API provides access to product catalog data, inventory availability, store locations, and pricing information for partners and affiliates integrating with Home Depot's retail platform.

Run with Naftiko HomeDepotAPI

What You Can Do

GET
Getstatus — Get API status
/status

MCP Tools

getstatus

Get API status

read-only idempotent

Capability Spec

home-depot-capability.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Home Depot API
  description: The Home Depot API provides access to product catalog data, inventory availability, store locations, and pricing
    information for partners and affiliates integrating with Home Depot's retail platform.
  tags:
  - Home
  - Depot
  - API
  created: '2026-05-06'
  modified: '2026-05-06'
capability:
  consumes:
  - type: http
    namespace: home-depot
    baseUri: https://api.homedepot.com
    description: Home Depot API HTTP API.
    authentication:
      type: bearer
      token: '{{HOME_DEPOT_TOKEN}}'
    resources:
    - name: status
      path: /status
      operations:
      - name: getstatus
        method: GET
        description: Get API status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    port: 8080
    namespace: home-depot-rest
    description: REST adapter for Home Depot API.
    resources:
    - path: /status
      name: getstatus
      operations:
      - method: GET
        name: getstatus
        description: Get API status
        call: home-depot.getstatus
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    port: 9090
    namespace: home-depot-mcp
    transport: http
    description: MCP adapter for Home Depot API for AI agent use.
    tools:
    - name: getstatus
      description: Get API status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: home-depot.getstatus
      outputParameters:
      - type: object
        mapping: $.
binds:
- namespace: env
  keys:
    HOME_DEPOT_TOKEN: HOME_DEPOT_TOKEN