mcp-booking-server

barbarasalla/mcp-booking-server
★ 0 stars Java Browser/Web Updated today
An MCP server.
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": {
    "mcp-booking-server": {
      "command": "npx",
      "args": [
        "-y",
        "barbarasalla/mcp-booking-server"
      ]
    }
  }
}

README Excerpt

This project uses Quarkus, the Supersonic Subatomic Java Framework. If you want to learn more about Quarkus, please visit its website: <https://quarkus.io/>. You can run your application in dev mode that enables live coding using: ```shell script ./mvnw quarkus:dev ``` > **_NOTE:_** Quarkus now ships with a Dev UI, which is available in dev mode only at <http://localhost:8080/q/dev/>.