VesselFinder · Capability

VesselFinder AIS API — Master Data

VesselFinder AIS API — Master Data. Static vessel particulars by IMO.

VesselFinder AIS API — Master Data 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/masterdata.

The capability includes 1 read-only operation. Lead operation: Get vessel particulars (flag, type, dimensions, tonnage) by IMO. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include VesselFinder, AIS, and Master Data.

Run with Naftiko VesselFinderAISMaster Data

What You Can Do

GET
Getmasterdata — Get static vessel particulars by IMO.
/v1/masterdata

MCP Tools

vesselfinder-get-master-data

Get vessel particulars (flag, type, dimensions, tonnage) by IMO.

read-only idempotent

Capability Spec

ais-master-data.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: VesselFinder AIS API — Master Data
  description: VesselFinder AIS API — Master Data. Static vessel particulars by IMO.
  tags:
    - VesselFinder
    - AIS
    - Master Data
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      VESSELFINDER_USER_KEY: VESSELFINDER_USER_KEY
capability:
  consumes:
    - type: http
      namespace: ais-master-data
      baseUri: https://api.vesselfinder.com
      description: VesselFinder MasterData capability.
      resources:
        - name: masterdata
          path: /masterdata
          operations:
            - name: getmasterdata
              method: GET
              description: Get static vessel particulars by IMO.
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: array
                  value: $.
              inputParameters:
                - name: userkey
                  in: query
                  type: string
                  required: true
                - name: imo
                  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-master-data-rest
      port: 8080
      description: REST adapter for VesselFinder MasterData.
      resources:
        - path: /v1/masterdata
          name: masterdata
          description: REST surface for masterdata.
          operations:
            - method: GET
              name: getmasterdata
              description: Get static vessel particulars by IMO.
              call: ais-master-data.getmasterdata
              outputParameters:
                - type: array
                  mapping: $.
    - type: mcp
      namespace: ais-master-data-mcp
      port: 9090
      transport: http
      description: MCP adapter for VesselFinder MasterData.
      tools:
        - name: vesselfinder-get-master-data
          description: Get vessel particulars (flag, type, dimensions, tonnage) by IMO.
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: ais-master-data.getmasterdata
          outputParameters:
            - type: array
              mapping: $.