File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ Add the following block to the `mcpServers` section of your `claude_desktop_conf
2929 "command" : " npx" ,
3030 "args" : [" -y" , " @businesshotels/mcp-server" ],
3131 "env" : {
32- "BUSINESS_HOTELS_API_KEY" : " test-live-hotel-rates2025"
33- }
34- }
32+ "BUSINESS_HOTELS_API_KEY" : " test-live-hotel-rates2025"
33+ }
34+ }
3535 }
3636}
3737```
@@ -43,14 +43,12 @@ Add the following block to the `mcpServers` section of your `claude_desktop_conf
4343``` json
4444{
4545 "mcpServers" : {
46- "businesshotels-remote" : {
47- "description" : " Live hotel rates and booking URLs from BusinessHotels.com" ,
48- "type" : " remote" ,
49- "urls" : {
50- "tools" : " [https://www.businesshotels.com/mcp-server.php?route=tools](https://www.businesshotels.com/mcp-server.php?route=tools)" ,
51- "config" : " [https://www.businesshotels.com/mcp-server.php?route=config](https://www.businesshotels.com/mcp-server.php?route=config)"
52- }
53- }
46+ "businesshotels-remote" : {
47+ "description" : " Live hotel rates and booking URLs from BusinessHotels.com" ,
48+ "type" : " remote" ,
49+ "urls" : {
50+ "tools" : " https://www.businesshotels.com/mcp-server.php?route=tools" ,
51+ "config" : " https://www.businesshotels.com/mcp-server.php?route=config"
5452 }
5553}
5654```
You can’t perform that action at this time.
0 commit comments