Skip to content

Commit ad9f0b9

Browse files
author
BusinessHotels.com
authored
Update README.md
1 parent 1bc6229 commit ad9f0b9

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

src/business-hotels-mcp/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,11 @@ Add the following block to the `mcpServers` section of your `claude_desktop_conf
114114
```json
115115
{
116116
"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"
117+
"businesshotels-universal-agentic-api": {
118+
"command": "npx",
119+
"args": ["-y", "@businesshotels/business-hotels-mcp"],
120+
"env": {
121+
"BUSINESS_HOTELS_API_KEY": "test-live-hotel-rates2025"
123122
}
124123
}
125124
}

0 commit comments

Comments
 (0)