File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,11 +28,16 @@ Add the following block to the `mcpServers` section of your `claude_desktop_conf
2828``` json
2929{
3030 "mcpServers" : {
31- "businesshotels-universal-agentic-api" : {
32- "command" : " npx" ,
33- "args" : [" -y" , " @businesshotels/mcp-server" ],
34- "env" : {
35- "BUSINESS_HOTELS_API_KEY" : " test-live-hotel-rates2025"
31+ "businesshotels-universal-agentic-api" : {
32+ "command" : " npx" ,
33+ "args" : [
34+ " -y" ,
35+ " @businesshotels/mcp-server"
36+ ],
37+ "env" : {
38+ "BUSINESS_HOTELS_API_KEY" : " test-live-hotel-rates2025"
39+ }
40+ }
3641 }
3742}
3843```
@@ -46,12 +51,14 @@ Add the following block to the `mcpServers` section of your `claude_desktop_conf
4651``` json
4752{
4853 "mcpServers" : {
49- "businesshotels-remote" : {
50- "description" : " Live hotel rates and booking URLs from BusinessHotels.com" ,
51- "type" : " remote" ,
52- "urls" : {
53- "tools" : " https://www.businesshotels.com/mcp-server.php?route=tools" ,
54- "config" : " https://www.businesshotels.com/mcp-server.php?route=config"
54+ "businesshotels-remote" : {
55+ "description" : " Live hotel rates and booking URLs from BusinessHotels.com" ,
56+ "type" : " remote" ,
57+ "urls" : {
58+ "tools" : " https://www.businesshotels.com/mcp-server.php?route=tools" ,
59+ "config" : " https://www.businesshotels.com/mcp-server.php?route=config"
60+ }
61+ }
5562 }
5663}
5764```
You can’t perform that action at this time.
0 commit comments