We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc6229 commit ad9f0b9Copy full SHA for ad9f0b9
1 file changed
src/business-hotels-mcp/README.md
@@ -114,12 +114,11 @@ Add the following block to the `mcpServers` section of your `claude_desktop_conf
114
```json
115
{
116
"mcpServers": {
117
- "businesshotels-remote": {
118
- "description": "Live hotel rates and booking URLs from BusinessHotels.com",
119
- "type": "remote",
120
- "urls": {
121
- "tools": "https://www.businesshotels.com/mcp-server.php?route=tools",
122
- "config": "https://www.businesshotels.com/mcp-server.php?route=config"
+ "businesshotels-universal-agentic-api": {
+ "command": "npx",
+ "args": ["-y", "@businesshotels/business-hotels-mcp"],
+ "env": {
+ "BUSINESS_HOTELS_API_KEY": "test-live-hotel-rates2025"
123
}
124
125
0 commit comments