VesselFinder · Capability

VesselFinder AIS API — Status

VesselFinder AIS API — Status. Account status (remaining credits, expiration date).

VesselFinder AIS API — Status is a Naftiko capability published by VesselFinder, one of 9 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/status.

The capability includes 1 read-only operation. Lead operation: Get remaining API credits and expiration date for the account. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include VesselFinder, AIS, and Account.

Run with Naftiko VesselFinderAISAccount

What You Can Do

GET
Getstatus — Get the account status.
/v1/status

MCP Tools

vesselfinder-get-status

Get remaining API credits and expiration date for the account.

read-only idempotent

Capability Spec

ais-status.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: VesselFinder AIS API — Status
  description: VesselFinder AIS API — Status. Account status (remaining credits, expiration date).
  tags:
    - VesselFinder
    - AIS
    - Account
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      VESSELFINDER_USER_KEY: VESSELFINDER_USER_KEY
capability:
  consumes:
    - type: http
      namespace: ais-status
      baseUri: https://api.vesselfinder.com
      description: VesselFinder Status capability.
      resources:
        - name: status
          path: /status
          operations:
            - name: getstatus
              method: GET
              description: Get remaining credits and expiration date for the account.
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: userkey
                  in: query
                  type: string
                  required: true
                - name: format
                  in: query
                  type: string
      authentication:
        type: apikey
        key: userkey
        value: '{{env.VESSELFINDER_USER_KEY}}'
        placement: query
  exposes:
    - type: rest
      namespace: ais-status-rest
      port: 8080
      description: REST adapter for VesselFinder Status.
      resources:
        - path: /v1/status
          name: status
          description: REST surface for status.
          operations:
            - method: GET
              name: getstatus
              description: Get the account status.
              call: ais-status.getstatus
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: ais-status-mcp
      port: 9090
      transport: http
      description: MCP adapter for VesselFinder Status.
      tools:
        - name: vesselfinder-get-status
          description: Get remaining API credits and expiration date for the account.
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: ais-status.getstatus
          outputParameters:
            - type: object
              mapping: $.