← allemannsdata.com
INDIVIDUAL MCP TOOL
lookup_vessel
Resolve vessel identity: name <-> MMSI <-> IMO <-> callsign, plus flag state, type and dimensions.
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 endpoint
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.allemannsdata-com]
url = "https://allemannsdata.com/ais/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"allemannsdata-com": {
"type": "http",
"url": "https://allemannsdata.com/ais/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: allemannsdata-com
Remote MCP URL: https://allemannsdata.com/ais/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": {
"allemannsdata-com": {
"url": "https://allemannsdata.com/ais/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"allemannsdata-com": {
"type": "http",
"url": "https://allemannsdata.com/ais/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "allemannsdata-com",
"transport": "streamable-http",
"url": "https://allemannsdata.com/ais/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_vessels_nearby— Find the vessels currently nearest to a point - "what ships are off Bergen right now".get_vessel_position— Get one vessel's latest position with a human-readable location ("3.2 km NW of Kristiansund"), speed, course and navigational status.get_vessel_track— Get a vessel's movement over a time window as a summary + simplified track - "where has KV Svalbard been the last 24 hours".get_area_traffic— Snapshot of ship traffic in an area - "how busy is Oslofjorden right now".