← Back to Plugins
MCP Server MCP

io.github.luzomi/grandline-mcp

github By github 👁 1 views ▲ 0 votes

Empirical maritime distances from real AIS tracks: 4 route variants, port lookup, bulk matrix

Homepage Verified source GitHub

Install

uvx grandline-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "grandline-mcp",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Bearer token from grandline.luzomi.com/register. Omit to use the anonymous tier (5 calls total per IP).",
          "isSecret": true,
          "name": "GRANDLINE_API_KEY"
        },
        {
          "description": "Override the API base URL (default https://grandline.luzomi.com/api/v1).",
          "name": "GRANDLINE_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...