Smithery · Capability

Smithery Platform API

Smithery Platform API. 1 operations. Lead operation: Health check. Self-contained Naftiko capability covering one Smithery business surface.

Run with Naftiko Smithery

What You Can Do

GET
Gethealth — Health check
/v1/health

MCP Tools

health-check

Health check

read-only idempotent

Capability Spec

smithery-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Smithery Platform API
  description: 'Smithery Platform API. 1 operations. Lead operation: Health check. Self-contained Naftiko capability covering
    one Smithery business surface.'
  tags:
  - Smithery
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SMITHERY_API_KEY: SMITHERY_API_KEY
capability:
  consumes:
  - type: http
    namespace: smithery-general
    baseUri: https://api.smithery.ai
    description: Smithery Platform API business capability. Self-contained, no shared references.
    resources:
    - name: health
      path: /health
      operations:
      - name: gethealth
        method: GET
        description: Health check
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SMITHERY_API_KEY}}'
  exposes:
  - type: rest
    namespace: smithery-general-rest
    port: 8080
    description: REST adapter for Smithery Platform API. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/health
      name: health
      description: REST surface for health.
      operations:
      - method: GET
        name: gethealth
        description: Health check
        call: smithery-general.gethealth
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: smithery-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for Smithery Platform API. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: health-check
      description: Health check
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: smithery-general.gethealth
      outputParameters:
      - type: object
        mapping: $.