Hunter · Capability

Hunter API — Account

Hunter API — Account. 1 operations. Lead operation: Hunter Account Information. Self-contained Naftiko capability covering one Hunter business surface.

Run with Naftiko HunterAccount

What You Can Do

GET
Getaccount — Hunter Account Information
/v1/account

MCP Tools

hunter-account-information

Hunter Account Information

read-only idempotent

Capability Spec

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