bearings-mcp

davidsmorais/bearings-mcp
★ 0 stars TypeScript API Integration Updated today
an mcp server connecting to Nominatim, Nager.Date, Open-Meto and GeoApify to provide check the vibes where you're staying for your next holiday
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bearings-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "davidsmorais/bearings-mcp"
      ]
    }
  }
}