wanderpath-mcp-server

AI-0o0/wanderpath-mcp-server
★ 0 stars Python AI/LLM Updated today
Secure MCP server for Wanderpath Travel Agency providing scoped LLM access to corporate bookings with compliance enforcement, human-in-the-loop elicitation, and dynamic state notifications.
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": {
    "wanderpath-mcp-serve": {
      "command": "uvx",
      "args": [
        "wanderpath-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install wanderpath-mcp-server