@@ -11,7 +11,7 @@ This server is optimized for autonomous agents and "Bleisure" (business + leisur
1111| Resource | URL |
1212| ---| ---|
1313| ** MCP Tools Configuration** | https://www.businesshotels.com/mcp-server.php?route=config |
14- | ** MCP Tools Endpoint** | https://www.businesshotels.com/mcp-server.php?route=tool |
14+ | ** MCP Tools Endpoint** | https://www.businesshotels.com/mcp-server.php?route=tools |
1515| ** OpenAPI Spec** | https://www.businesshotels.com/openapi.json |
1616| ** MCP Discovery Spec** | https://www.businesshotels.com/.well-known/mcp.json |
1717| ** Plugin Manifest** | https://www.businesshotels.com/.well-known/ai-plugin.json |
@@ -24,23 +24,18 @@ This server is optimized for autonomous agents and "Bleisure" (business + leisur
2424### Option 1: Local Stdio (Best for Claude Desktop)
2525Add the following block to the ` mcpServers ` section of your ` claude_desktop_config.json ` :
2626
27-
2827``` json
2928{
3029 "mcpServers" : {
3130 "businesshotels-universal-agentic-api" : {
3231 "command" : " npx" ,
33- "args" : [
34- " -y" ,
35- " @businesshotels/mcp-server"
36- ],
32+ "args" : [" -y" , " @businesshotels/mcp-server" ],
3733 "env" : {
3834 "BUSINESS_HOTELS_API_KEY" : " test-live-hotel-rates2025"
3935 }
4036 }
4137 }
4238}
43- ```
4439
4540
4641
@@ -55,8 +50,8 @@ Add the following block to the `mcpServers` section of your `claude_desktop_conf
5550 "description" : " Live hotel rates and booking URLs from BusinessHotels.com" ,
5651 "type" : " remote" ,
5752 "urls" : {
58- "tools" : " https://www.businesshotels.com/mcp-server.php?route=tools" ,
59- "config" : " https://www.businesshotels.com/mcp-server.php?route=config"
53+ "tools" : " [ https://www.businesshotels.com/mcp-server.php?route=tools](https://www.businesshotels.com/mcp-server.php?route=tools) " ,
54+ "config" : " [ https://www.businesshotels.com/mcp-server.php?route=config](https://www.businesshotels.com/mcp-server.php?route=config) "
6055 }
6156 }
6257 }
0 commit comments