Vesselapi Mcp Server

Created By
vessel-api3 months ago
Query maritime vessel tracking data via natural language. Search vessels by name/IMO/MMSI, get real-time positions, ETAs, portevents, emissions, inspections, casualty records, and NAVTEX safety messages. Powered by vesselapi.com.
Overview

VesselAPI MCP Server

Connect your AI assistant to real-time maritime data. The VesselAPI MCP Server gives Claude, Cursor, Windsurf, and other MCP-compatible tools access to vessel tracking, port activity, and maritime safety information - all through natural language.

What You Can Do

Ask your AI assistant questions like:

  • "Where is the Ever Given right now?"
  • "Show me all vessels near the Port of Rotterdam"
  • "What ships arrived at Singapore last week?"
  • "Get the emissions report for IMO 9811000"
  • "Are there any NAVTEX warnings in the North Sea?"

Available Tools

Vessels - Search by name, IMO, MMSI, flag, or type. Get positions, ETAs, classification, ownership, emissions, inspection history, and casualty records.

Ports - Search ports worldwide. View arrivals and departures by port or by vessel.

Location - Find all vessels within a bounding box or radius of any coordinate.

Safety - Retrieve NAVTEX maritime safety messages including navigational warnings and weather forecasts.

Setup

No installation required. Add this to your MCP client config:

{
  "mcpServers": {
    "vesselapi": {
      "command": "npx",
      "args": ["-y", "vesselapi-mcp"],
      "env": {
        "VESSELAPI_API_KEY": "your-api-key"
      }
    }
  }
}

Sign up at dashboard.vesselapi.com to get your API key.

Server Config

{
  "mcpServers": {
    "vesselapi": {
      "command": "npx",
      "args": [
        "-y",
        "vesselapi-mcp"
      ],
      "env": {
        "VESSELAPI_API_KEY": "your-api-key"
      }
    }
  }
}
Project Info
Created At
3 months ago
Updated At
3 months ago
Author Name
vessel-api
Star
-
Language
-
License
-
Category

Recommend Servers

View All
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

8 hours ago
Tavily Mcp
@tavily-ai

JavaScript
a year ago