AigoHotel MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AigoHotel MCP ServerSearch for hotels in Tokyo with 4-star rating"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AigoHotel MCP Server
AIGOHOTEL 酒店搜索 MCP Server。通过标准的 Model Context Protocol (MCP) 协议为 AI 助手提供全球酒店搜索能力。
工具列表
search_hotels - 查询全球酒店信息
支持按城市、景点、酒店、交通枢纽等多种地点类型搜索
支持星级筛选、距离筛选、入住日期等多维度条件
返回符合条件的酒店列表(JSON格式)
请求参数
必填参数:
place (string): 目的地(城市、景点、酒店、交通枢纽、地标等)
placeType (string): 目的地类型(城市、区/县、机场、火车站、酒店、景点等)
可选参数:
originalQuery (string): 用户的原始问询句
checkIn (string): 入住日期,格式 yyyy-MM-dd,默认次日
stayNights (int): 入住晚数,默认 1
starRatings (array): 酒店星级范围,如 [4.5, 5.0],默认 [0.0, 5.0]
adultCount (int): 每间房成人数量,默认 2
distanceInMeter (int): 距离景点的米数,默认 5000
size (int): 返回结果数量,默认 10,最大 20
withHotelAmenities (bool): 是否包含酒店设施,默认 true
withRoomAmenities (bool): 是否包含客房设施,默认 true
language (string): 语言环境(zh_CN, en_US等),默认 zh_CN
queryParsing (bool): 是否分析用户个性化需求,默认 true
返回参数
{
"hotelId": "酒店ID",
"name": "酒店名称",
"address": "酒店位置",
"destinationId": "目的地",
"latitude": 30.665025, # 纬度
"longitude": 104.066475, # 经度
"starRating": 5.0, # 星级
"bookingUrl": "酒店预定详情页",
"description": "酒店描述",
"imageUrl": "酒店首图",
"areaCode": "国家",
"price": 549.0, # 价格
"hotelAmenities": [
"咖啡厅咖啡厅",
"会议厅会议室",
// ... 部分省略
], # 酒店设施
"hotelRoomAmenities": [], # 房间设施
"tags": [], # 酒店个性化标签
"score": "个性化评分",
"currency": "CNY" # 币种
}
使用示例
示例 1: 搜索西雅图的酒店
{
"place": "西雅图",
"placeType": "城市"
}示例 2: 搜索白金汉宫附近的高星级酒店
{
"place": "白金汉宫",
"placeType": "景点",
"checkIn": "2026-01-01",
"starRatings": [4.5, 5.0]
}Related MCP server: 1Stay Hotel Booking
配置方法
目前仅支持streamable-http 传输
1. 安装依赖
# 创建虚拟环境
python -m venv venv
# 激活虚拟环境
# Windows:
venv\Scripts\activate
# Linux/Mac:
source venv/bin/activate
# 安装依赖包
pip install -r requirements.txt2. 配置 API Key (必需)
获取 API Key: https://mcp.agentichotel.cn/apply
# Windows (复制文件)
copy .env.example .env
# Linux/Mac (复制文件)
cp .env.example .env编辑 .env 文件,填入你的 API Key:
AIGOHOTEL_API_KEY=mcp_your_actual_api_key_here重要:
前往 https://mcp.agentichotel.cn/apply 申请 API Key
API Key 必须以
mcp_开头未配置或格式错误将导致 API 请求失败
3. 启动服务器
python server.py启动成功后会显示:
AigoHotel MCP Server 启动中...
MCP 端点: http://0.0.0.0:8000/mcp (默认)
API Key: 已配置
INFO: Uvicorn running on http://127.0.0.1:8000如果 API Key 格式错误,会显示警告:
警告: API Key 格式错误,应以 'mcp_' 开头MCP 客户端配置
在 MCP 配置文件中添加以下内容:
{
"mcpServers": {
"aigohotel": {
"url": "http://localhost:8000/mcp"
}
}
}API 鉴权说明
申请 API Key
访问 https://mcp.agentichotel.cn/apply 申请 API Key
许可证
本项目采用 MIT 许可证 - 查看 LICENSE 文件了解详情。
相关链接
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI agents to search, browse, and book hotels from a database of 2 million properties worldwide. Provides comprehensive hotel search capabilities with location lookup, filtering by amenities, detailed property information, and integrated booking functionality.6791ISC
- AlicenseAqualityCmaintenanceHotel booking MCP server — the first transaction-complete hotel booking integration for AI agents. Search 300K+ properties in 140+ countries, get live rates and room details, and generate secure checkout URLs. No payment in the AI conversation — guests complete booking at a hosted checkout page and receive a real hotel confirmation number. Set your own booking fee via Stripe Connect.8172Inno Setup

RollingGo-Hotel-MCPofficial
Alicense-qualityBmaintenanceRollingGo 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.2MIT- FlicenseAqualityDmaintenanceEnables AI assistants to search for and book hotels via the Amadeus Travel API, providing hotel listings, offers, and booking capabilities.41
Related MCP Connectors
Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide.
AI marketplace — flights, tours, activities, transport & more via MCP. No auth required.
Hotel Intelligence MCP — search, price compare, area guides, price calendars via Google Hotels
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/longcreat/aigohotel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server