RollingGo MCP is a high-performance hotel search and recommendation service built on the MCP (Model Context Protocol) standard. It connects large language models with a massive database of domestic and international hotel data, providing real-time structured hotel search capabilities for AI assistants, agents, travel planning tools, or IDE plugins like Cursor/Windsurf.
サーバー設定
{
"mcpServers": {
"rollinggo": {
"command": "npx",
"args": [
"-y",
"rollinggo-mcp"
],
"env": {
"ROLLINGGO_API_KEY": "mcp_d62f3b01248b4bc4923ec40a4c9a53e3"
}
}
}
}