← openships.ai

INDIVIDUAL MCP TOOL

lookup_pgn

Look up an NMEA 2000 PGN by number (for example 127250) and return its message groups, variants, and field definitions with the catalog page URL.

openships.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://openships.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for lookup_pgn and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests sending messages.

Parent server

openships.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.openships]
url = "https://openships.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "openships": {
      "type": "http",
      "url": "https://openships.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: openships
Remote MCP URL: https://openships.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "openships": {
      "url": "https://openships.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "openships": {
      "type": "http",
      "url": "https://openships.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "openships",
  "transport": "streamable-http",
  "url": "https://openships.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • lookup_s57_object — Look up an S-57/ENC object class by acronym (for example BOYLAT) and return its name, geometric primitives, attribute bindings, and reference page URL.
  • lookup_s57_attribute — Look up an S-57/ENC attribute by acronym (for example CATLAM) and return its name, type, enumerated values, bound object classes, and reference page URL.
  • search_chart_cells — Search NOAA ENC and USACE IENC electronic navigational chart cells by cell name or title and return matching cells with usage band, edition, and page URLs.