← Back to Plugins
MCP Server MCP

TravelMind MCP

github By github 👁 3 views ▲ 0 votes

TravelMind: 8 MCP tools for travel (12306 trains, flights, hotels, geocode, planning, policy).

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.trvaelmind.online/mcp",
      "headers": [
        {
          "description": "Bearer token for TravelMind MCP authentication. Format: Bearer <token>",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...