MarineTraffic · Capability

MarineTraffic Account Balances

MarineTraffic Account Balances. 1 operations. Self-contained Naftiko capability covering one MarineTraffic AIS business surface.

MarineTraffic Account Balances is a Naftiko capability published by MarineTraffic, one of 13 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/exportcredits.

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

Tagged areas include MarineTraffic, AIS, and Maritime.

Run with Naftiko MarineTrafficAISMaritime

What You Can Do

GET
Exportcredits — Credits Balance
/v1/exportcredits

MCP Tools

marinetraffic-exportcredits

Credits Balance

read-only idempotent

Capability Spec

power-user-balances.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: MarineTraffic Account Balances
  description: MarineTraffic Account Balances. 1 operations. Self-contained Naftiko capability covering one MarineTraffic
    AIS business surface.
  tags:
  - MarineTraffic
  - AIS
  - Maritime
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    MARINETRAFFIC_API_KEY: MARINETRAFFIC_API_KEY
capability:
  consumes:
  - type: http
    namespace: power-user-balances
    baseUri: https://services.marinetraffic.com/api
    description: Inspect remaining API credit balance for the authenticated account.
    resources:
    - name: exportcredits-api_key
      path: /exportcredits/{api_key}
      operations:
      - name: exportcredits
        method: GET
        description: Credits Balance
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters: []
    authentication:
      type: apikey
      key: api_key
      value: '{{env.MARINETRAFFIC_API_KEY}}'
      placement: path
  exposes:
  - type: rest
    namespace: power-user-balances-rest
    port: 8080
    description: REST adapter for MarineTraffic Account Balances. One resource per consumed operation.
    resources:
    - path: /v1/exportcredits
      name: exportcredits-api_key
      description: REST surface for exportcredits-api_key.
      operations:
      - method: GET
        name: exportcredits
        description: Credits Balance
        call: power-user-balances.exportcredits
        with: {}
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: power-user-balances-mcp
    port: 9090
    transport: http
    description: MCP adapter for MarineTraffic Account Balances. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: marinetraffic-exportcredits
      description: Credits Balance
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: power-user-balances.exportcredits
      with: {}
      outputParameters:
      - type: object
        mapping: $.