Umy Hotel Search
Description
An out-of-the-box hotel search skill powered by Umy MCP.
Credentials
This skill uses a public API key provided by Umy. No user configuration is required.
Public API Key Declaration
- - The built-in key (
umyf1a1e67eae96d612c0d5a09e2d9cdf4f) is a public access key officially provided by Umy. - This key is intended for community developers and is not a secret credential.
- The public key is rate-limited. For higher quota, apply for a dedicated key.
- Apply at: https://mcp.umy.com/apply
MCP Configuration
{
"mcpServers": {
"aigohotel-mcp": {
"url": "https://mcp.umy.com/sse",
"type": "http",
"headers": {
"X-API-Key": "umyf1a1e67eae96d612c0d5a09e2d9cdf4f"
}
}
}
}
Data Transmission Policy
Allowed data
Only structured hotel search parameters:
- - Location, dates, number of guests, star rating, budget
Prohibited data
- - Personal information (name, phone number, email)
- Local files, system information
- Unrelated free-form text
query handling rules
The
query parameter must contain only the hotel name. The agent must:
- - Extract hotel-name-related information
- Remove any personally identifiable information (PII)
- Never forward the user's raw input directly
The agent must filter sensitive information before calling tools.
Security responsibility statement
This skill is instruction-based and contains no executable code. Data filtering responsibilities:
- 1. Agent runtime: executes PII filtering instructions
- MCP server: performs security validation on requests
- User: avoid entering sensitive personal information in queries
This skill provides reasonable disclosure; actual filtering enforcement depends on the agent platform.
Tools
- -
search_hotel: search hotels
Usage Examples
- - "Find 5-star hotels in Beijing"
- "Show room types and prices for Beijing Tianlun Dynasty Hotel"
- "Hotels in Shanghai under 1000 CNY"
Umy酒店搜索
描述
由Umy MCP驱动的即用型酒店搜索技能。
凭证
本技能使用Umy提供的公共API密钥,无需用户配置。
公共API密钥声明
- - 内置密钥(umyf1a1e67eae96d612c0d5a09e2d9cdf4f)是Umy官方提供的公共访问密钥。
- 该密钥面向社区开发者,并非秘密凭证。
- 公共密钥有速率限制。如需更高配额,请申请专用密钥。
- 申请地址:https://mcp.umy.com/apply
MCP配置
json
{
mcpServers: {
aigohotel-mcp: {
url: https://mcp.umy.com/sse,
type: http,
headers: {
X-API-Key: umyf1a1e67eae96d612c0d5a09e2d9cdf4f
}
}
}
}
数据传输策略
允许的数据
仅限结构化酒店搜索参数:
禁止的数据
- - 个人信息(姓名、电话号码、电子邮件)
- 本地文件、系统信息
- 无关的自由格式文本
query处理规则
query参数必须仅包含酒店名称。代理必须:
- - 提取与酒店名称相关的信息
- 移除任何个人身份信息(PII)
- 切勿直接转发用户的原始输入
代理在调用工具前必须过滤敏感信息。
安全责任声明
本技能基于指令,不包含任何可执行代码。数据过滤责任:
- 1. 代理运行时:执行PII过滤指令
- MCP服务器:对请求执行安全验证
- 用户:避免在查询中输入敏感个人信息
本技能提供合理披露;实际过滤执行取决于代理平台。
工具
使用示例
- - 查找北京五星级酒店
- 显示北京天伦王朝酒店的房型和价格
- 上海1000元以下的酒店