Serversio.tkllabs.bh.mcp-servers/navigation-toolkit
T

io.tkllabs.bh.mcp-servers/navigation-toolkit

io.tkllabs.bh.mcp-servers/navigation-toolkit · v1.0.1
● Remote
v1.0.1remote🌐 https://mcp-servers.bh.tkllabs.io:9780/navigation-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.tkllabs.bh.mcp-servers/navigation-toolkit",
  "description": "Precision aviation flight planning (VFR, METAR/TAF weather, WGS84 routing) and road trip logistics",
  "repository": {
    "url": "https://github.com/teckel-mcp-servers/navigation-toolkit",
    "source": "github"
  },
  "version": "1.0.1",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp-servers.bh.tkllabs.io:9780/navigation-mcp",
      "headers": [
        {
          "description": "API key for authentication as Bearer token",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    },
    {
      "type": "sse",
      "url": "https://mcp-servers.bh.tkllabs.io:9780/navigation-sse",
      "headers": [
        {
          "description": "API key for authentication as Bearer token",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}