Live AIS vessel positions by MMSI, name, area, or radius, plus coverage. No sign-in, no key.
claude mcp add ais --transport http https://ais.openwaters.io/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"ais": {
"url": "https://ais.openwaters.io/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ais": {
"serverUrl": "https://ais.openwaters.io/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"ais": {
"type": "http",
"url": "https://ais.openwaters.io/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ais": {
"url": "https://ais.openwaters.io/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"ais": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ais.openwaters.io/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://ais.openwaters.io/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.openwaters--ais/reviews or the review_server meta-tool.
POST /mcp