MyShipTracking website screenshot

MyShipTracking

MyShipTracking is a real-time terrestrial AIS vessel-tracking platform. Its REST API delivers live vessel positions, voyage and static particulars, vessels within a geographic zone or near a reference ship, historical tracks, port details, port calls, estimated arrivals, and fleet management - all returned in a standardized JSON or XML envelope. Access is credit-metered under monthly subscription plans or a pay-per-use coin model, authenticated with an API key over Bearer or x-api-key.

MyShipTracking publishes 3 APIs on the APIs.io network: Account API, Ports API, and Vessels API. Tagged areas include Vessel Tracking, AIS, Maritime, Ship Tracking, and Real-Time Data.

MyShipTracking’s developer surface includes authentication, documentation, and 7 more developer resources.

24.8/100 emerging ▬ flat Agent 23/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFreemiumSelf serveFree trial⚡ Free to try
1 APIs
Vessel TrackingAISMaritimeShip TrackingReal-Time DataShipsPort CallsMaritime DataLocationFleet Tracking

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics does not apply to this provider. The published contracts declare no write operations, and a read-only API cannot create-or-update. The facet is excluded from this provider's denominator entirely — not scored zero. A reference or data API is not deficient for being unable to upsert.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/myshiptracking: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

MyShipTracking Account API

Account details and credit balance.

MyShipTracking Ports API

Port details, port calls, and arrival estimates.

MyShipTracking Vessels API

Vessel positions, particulars, history, and search.

Open Collections 5

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

MyShipTracking API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Myshiptracking Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Myshiptracking Authentication

apiKey/http · 2 schemes

SECURITY

Myshiptracking Domain Security

TLSv1.3 · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Myshiptracking Agentic Access

10 operations

10 operations · 0 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Access & Security 2

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: myshiptracking
url: https://raw.githubusercontent.com/api-evangelist/myshiptracking/refs/heads/main/apis.yml
name: MyShipTracking
kind: company
description: MyShipTracking is a real-time terrestrial AIS vessel-tracking platform. Its REST API delivers live vessel positions,
  voyage and static particulars, vessels within a geographic zone or near a reference ship, historical tracks, port details,
  port calls, estimated arrivals, and fleet management - all returned in a standardized JSON or XML envelope. Access is credit-metered
  under monthly subscription plans or a pay-per-use coin model, authenticated with an API key over Bearer or x-api-key.
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: true
  try_now: true
  public: false
  label: Freemium (free trial) · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/myshiptracking.png
tags:
- Vessel Tracking
- AIS
- Maritime
- Ship Tracking
- Real-Time Data
- Ships
- Port Calls
- Maritime Data
- Location
- Fleet Tracking
created: '2026-07-12'
modified: '2026-07-12'
specificationVersion: '0.23'
apis:
- aid: myshiptracking:myshiptracking-account-api
  name: MyShipTracking Account API
  description: Account details and credit balance.
  humanURL: https://api.myshiptracking.com/docs/vessel-current-position-api
  baseURL: https://api.myshiptracking.com/api/v2
  tags:
  - Account
  properties:
  - type: OpenAPI
    url: openapi/myshiptracking-account-api-openapi.yml
  - type: Documentation
    url: https://api.myshiptracking.com/docs/vessel-current-position-api
  - type: APIReference
    url: https://api.myshiptracking.com/docs/vessels-current-position-api
  - type: PostmanCollection
    url: collections/myshiptracking.postman_collection.json
  - type: OpenCollection
    url: collections/myshiptracking.opencollection.json
  - type: Documentation
    url: https://api.myshiptracking.com/docs/vessels-in-zone
  - type: APIReference
    url: https://api.myshiptracking.com/docs/vessels-nearby
  - type: Documentation
    url: https://api.myshiptracking.com/docs/vessel-search
  - type: APIReference
    url: https://api.myshiptracking.com/docs/vessel-historical-track-api
  - type: Documentation
    url: https://api.myshiptracking.com/docs/port-calls
  - type: APIReference
    url: https://api.myshiptracking.com/docs/port-details
  - type: Documentation
    url: https://api.myshiptracking.com/docs/port-estimate-arrivals
- aid: myshiptracking:myshiptracking-ports-api
  name: MyShipTracking Ports API
  description: Port details, port calls, and arrival estimates.
  humanURL: https://api.myshiptracking.com/docs/vessel-current-position-api
  baseURL: https://api.myshiptracking.com/api/v2
  tags:
  - Ports
  properties:
  - type: OpenAPI
    url: openapi/myshiptracking-ports-api-openapi.yml
  - type: Documentation
    url: https://api.myshiptracking.com/docs/vessel-current-position-api
  - type: APIReference
    url: https://api.myshiptracking.com/docs/vessels-current-position-api
  - type: PostmanCollection
    url: collections/myshiptracking.postman_collection.json
  - type: OpenCollection
    url: collections/myshiptracking.opencollection.json
  - type: Documentation
    url: https://api.myshiptracking.com/docs/vessels-in-zone
  - type: APIReference
    url: https://api.myshiptracking.com/docs/vessels-nearby
  - type: Documentation
    url: https://api.myshiptracking.com/docs/vessel-search
  - type: APIReference
    url: https://api.myshiptracking.com/docs/vessel-historical-track-api
  - type: Documentation
    url: https://api.myshiptracking.com/docs/port-calls
  - type: APIReference
    url: https://api.myshiptracking.com/docs/port-details
  - type: Documentation
    url: https://api.myshiptracking.com/docs/port-estimate-arrivals
- aid: myshiptracking:myshiptracking-vessels-api
  name: MyShipTracking Vessels API
  description: Vessel positions, particulars, history, and search.
  humanURL: https://api.myshiptracking.com/docs/vessel-current-position-api
  baseURL: https://api.myshiptracking.com/api/v2
  tags:
  - Vessels
  properties:
  - type: OpenAPI
    url: openapi/myshiptracking-vessels-api-openapi.yml
  - type: Documentation
    url: https://api.myshiptracking.com/docs/vessel-current-position-api
  - type: APIReference
    url: https://api.myshiptracking.com/docs/vessels-current-position-api
  - type: PostmanCollection
    url: collections/myshiptracking.postman_collection.json
  - type: OpenCollection
    url: collections/myshiptracking.opencollection.json
  - type: Documentation
    url: https://api.myshiptracking.com/docs/vessels-in-zone
  - type: APIReference
    url: https://api.myshiptracking.com/docs/vessels-nearby
  - type: Documentation
    url: https://api.myshiptracking.com/docs/vessel-search
  - type: APIReference
    url: https://api.myshiptracking.com/docs/vessel-historical-track-api
  - type: Documentation
    url: https://api.myshiptracking.com/docs/port-calls
  - type: APIReference
    url: https://api.myshiptracking.com/docs/port-details
  - type: Documentation
    url: https://api.myshiptracking.com/docs/port-estimate-arrivals
common:
- type: AgenticAccess
  url: agentic-access/myshiptracking-agentic-access.yml
- type: DomainSecurity
  url: security/myshiptracking-domain-security.yml
- type: Authentication
  url: authentication/myshiptracking-authentication.yml
- type: Website
  url: https://www.myshiptracking.com
- type: Documentation
  url: https://api.myshiptracking.com/
- type: Plans
  url: plans/myshiptracking-plans-pricing.yml
- type: RateLimits
  url: rate-limits/myshiptracking-rate-limits.yml
- type: FinOps
  url: finops/myshiptracking-finops.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/myshiptracking
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/myshiptracking"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/myshiptracking/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/myshiptracking/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.