Catalog
Grandline MCP
Officialby dmsnavin
Empirical maritime distances from real AIS tracks: 4 route variants, port lookup, bulk matrix
Empirical maritime distances from real AIS tracks: 4 route variants, port lookup, bulk matrix
README not available yet.
Install
Configuration
Environment variables
GRANDLINE_API_KEYsecretBearer token from grandline.luzomi.com/register. Omit to use the anonymous tier (5 calls total per IP).
GRANDLINE_API_URLOverride the API base URL (default https://grandline.luzomi.com/api/v1).
claude_desktop_config.json
{
"mcpServers": {
"grandline-mcp": {
"command": "uvx",
"args": [
"grandline-mcp"
],
"env": {
"GRANDLINE_API_KEY": "<YOUR_GRANDLINE_API_KEY>",
"GRANDLINE_API_URL": "<YOUR_GRANDLINE_API_URL>"
}
}
}
}