hitmap-mcp

hitmap-io/hitmap-mcp
★ 0 stars JavaScript AI/LLM Updated 13d ago
Hitmap MCP server — connect your trips, flights & places to your AI. One-click .mcpb for Claude Desktop.
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": {
    "hitmap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hitmap-io/hitmap-mcp"
      ]
    }
  }
}