← Back to Plugins
MCP Server MCP

TourMind Booking MCP

github By github 👁 1 views ▲ 0 votes

Business hotel search, live rates, booking, order management, and payment via TourMind.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.tourmind.com/mcp/tob",
      "headers": [
        {
          "description": "Bearer token for the TourMind business MCP service (for example: Bearer tourmind_mcp_xxx).",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...