MCP server
Screen any vessel by IMO for sanctions, ownership opacity and vetting grade. Keyless check included.
0 stars536 downloads/wk
Reviews
Write oneNobody has reviewed MCP yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
MCP tools (7)
write = sends, deletes, buys or postscheck_vesselFreeScreen 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. Works with no API key. Rate-limited to 100 requests per hour per IP. Returns the VERDICT SUMMARY only; for every sanctions match with its source list and confidence class use screen_vessel (needs a key).
find_portFreeResolve a port name, country or partial UN/LOCODE to the LOCODEs the routing engine knows. Routes are addressed by LOCODE, so call this before score_voyage rather than guessing a code. Works with no API key.
get_screeningFreeFetch a stored screening record by id — the audit copy, retained ten years. Needs ARCNAUTICAL_API_KEY.
get_usageFreeLive and test usage, remaining allowance, reset time, batch limits and monitor capacity for the configured key.
score_voyageFreeRoute 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. Resolve port names with find_port first. Needs ARCNAUTICAL_API_KEY; 10,000 assessments a month are included with a self-serve key.
screen_vesselFreeThe 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. Needs ARCNAUTICAL_API_KEY. Metered: 5,000 live screenings a month are included with a self-serve key. The same vessel asked again on the same day replays the stored record free. If the result is INCOMPLETE for identity, call again with vessel_name.
screen_vesselsFreeBatch-screen a list of IMO numbers and wait for the results (up to two minutes). Returns one verdict per hull plus the batch status. Needs ARCNAUTICAL_API_KEY. Each hull spends one screening unit unless it was already screened today.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan12 source files scanned25/25
- Live reliabilityremote reachable in 3800ms17/20
- Tool poisoning7 tool descriptions checked15/15
- Auth qualityAPI key sent as a header8/15
- Maintenancelast push 1 days ago15/15
- Maintainer identityregistry namespace matches repository owner; website matches verified namespace9/10
Install directly
claude mcp add --transport http mcp https://mcp.arcnautical.com/mcp
MCP: common questions
- Is MCP server safe?
- Yes, by our scan: it is graded A (89/100). Read the MCP safety report
- How do I install MCP?
- It runs remotely at mcp.arcnautical.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does MCP need an API key?
- Yes. The registry entry asks for
ARCNAUTICAL_API_KEY,Authorization. - Is MCP maintained?
- The last commit was 2 days ago (2026-09-18). The latest release is v0.2.0.
- Is MCP up?
- 100% of our last 6 checks got an answer. We check remote servers about four times a day.