Servers

Teckel Navigation Toolkit
@teckel-mcp-servers
This MCP server gives LLM/AI/Agents the ability to provide accurate navigation information. There are three main application areas (all can be combined): time & place, road-trips, and general aviation.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"teckel-navigation-toolkit": {
"url": "https://mcp-servers.bh.tkllabs.io:9780/navigation-mcp",
"headers": {
"Authorization": "Bearer <MY APIKEY>"
}
}
}
}