Hunter · Capability

Hunter Account API

Hunter Account API. 1 operation. Returns plan, reset date, team id, and per-meter usage counters.

Hunter Account API is a Naftiko capability published by Hunter, one of 8 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/account.

The capability includes 1 read-only operation. Lead operation: Hunter Get Account. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Hunter, Account, and Usage.

Run with Naftiko HunterAccountUsage

What You Can Do

GET
Getaccount — Hunter Get Account
/v1/account

MCP Tools

hunter-get-account

Hunter Get Account

read-only idempotent

Capability Spec

account.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Hunter Account API
  description: 'Hunter Account API. 1 operation. Returns plan, reset date, team id, and per-meter usage counters.'
  tags:
  - Hunter
  - Account
  - Usage
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    HUNTER_API_KEY: HUNTER_API_KEY
capability:
  consumes:
  - type: http
    namespace: account
    baseUri: https://api.hunter.io
    description: Hunter Account business capability.
    resources:
    - name: account
      path: /v2/account
      operations:
      - name: getAccount
        method: GET
        description: Hunter Get Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters: []
    authentication:
      type: apikey
      key: api_key
      value: '{{env.HUNTER_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: account-rest
    port: 8080
    description: REST adapter for Hunter Account.
    resources:
    - path: /v1/account
      name: account
      description: REST surface for account.
      operations:
      - method: GET
        name: getAccount
        description: Hunter Get Account
        call: account.getAccount
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: account-mcp
    port: 9090
    transport: http
    description: MCP adapter for Hunter Account.
    tools:
    - name: hunter-get-account
      description: Hunter Get Account
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: account.getAccount
      outputParameters:
      - type: object
        mapping: $.