PluginBench
MCP Server

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

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

What is the io.tkllabs.bh.mcp-servers/navigation-toolkit MCP server?

Precision aviation flight planning (VFR, METAR/TAF weather, WGS84 routing) and road trip logistics

How to install io.tkllabs.bh.mcp-servers/navigation-toolkit

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    API key for authentication as Bearer token

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "navigation-toolkit": {
      "url": "https://mcp-servers.bh.tkllabs.io:9780/navigation-mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "navigation-toolkit": {
      "serverUrl": "https://mcp-servers.bh.tkllabs.io:9780/navigation-mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "navigation-toolkit": {
      "type": "http",
      "url": "https://mcp-servers.bh.tkllabs.io:9780/navigation-mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "navigation-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp-servers.bh.tkllabs.io:9780/navigation-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http navigation-toolkit https://mcp-servers.bh.tkllabs.io:9780/navigation-mcp

Related MCP servers

Real-time Ethereum blockchain data (gas prices, account balances etc) on Mainnet and Sepolia

View repository →

Store, retrieve, and pin encrypted files on IPFS via MCP tools for AI agents and workflows

View repository →