← arcnautical.com

INDIVIDUAL MCP TOOL

find_port

Resolve a port name, country or partial UN/LOCODE to the LOCODEs the routing engine knows.

arcnautical.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.arcnautical.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

arcnautical.com

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.arcnautical]
url = "https://mcp.arcnautical.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "arcnautical": {
      "type": "http",
      "url": "https://mcp.arcnautical.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: arcnautical
Remote MCP URL: https://mcp.arcnautical.com/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": {
    "arcnautical": {
      "url": "https://mcp.arcnautical.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • check_vessel — Screen one vessel by IMO number against OFAC SDN, EU, UN, UK OFSI and OpenSanctions, with an ownership-opacity score and an A–E vetting grade from port-state-control history.
  • screen_vessel — The authenticated screening record for one vessel: every sanctions match with its source list, programme and confidence class, ownership opacity, the graded vetting factors, per-source freshness, and a retained record id.
  • screen_vessels — Batch-screen a list of IMO numbers and wait for the results (up to two minutes).
  • get_screening — Fetch a stored screening record by id — the audit copy, retained ten years.
  • score_voyage — Route risk between two ports (UN/LOCODEs): a 0–100 score, risk level, the signals driving it (war-risk areas, piracy, chokepoints, weather, sanctions exposure of transited EEZs), confidence and any missing sources.
  • get_usage — Live and test usage, remaining allowance, reset time, batch limits and monitor capacity for the configured key.