Skip to content

Commit fc7cd58

Browse files
author
BusinessHotels
authored
Update README.md
1 parent 58ec3d0 commit fc7cd58

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

src/business-hotels-mcp/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,26 @@ Add to your `claude_desktop_config.json`:
3737
}
3838
```
3939

40+
41+
42+
## : Remote SSE (Best for Cursor & Windsurf)
43+
Use this for cloud-native integration without needing to install local dependencies.
44+
45+
JSON
46+
{
47+
"mcpServers": {
48+
"businesshotels-remote": {
49+
"description": "Live hotel rates, all-in pricing, and booking URLs from BusinessHotels.com",
50+
"type": "remote",
51+
"urls": {
52+
"tools": "https://www.businesshotels.com/mcp-server.php?route=tools",
53+
"config": "https://www.businesshotels.com/mcp-server.php?route=config"
54+
}
55+
}
56+
}
57+
}
58+
```
59+
4060
---
4161
4262
## API Reference

0 commit comments

Comments
 (0)