Back to MCP directory
publicPublicdnsLocal runtime

mcp-server

为AI代理提供度假租赁预订与风险保护服务的MCP服务器,支持房源搜索、实时定价、预订创建、租客风险评估、威胁检测和霸占风险分析。

article

README

🚀 lilo MCP Server

lilo MCP Server为AI智能体提供度假租赁预订及保护服务。

🚀 快速开始

立即获取您的API密钥:

curl https://mcp.lilo.property/developers/key

📌 MCP端点

https://mcp.lilo.property/mcp

✨ 可用工具

| 工具 | 描述 | 积分 | |------|-------------|---------| | search_properties | 按位置查找度假租赁房源 | 1 | | check_availability | 实时价格和日期查询 | 1 | | create_booking | 即时确认预订 | 2 | | check_guest_risk_score | 预订前风险评估 | 5 | | detect_extortion_pattern | AI威胁检测 | 10 | | get_squatter_risk | 50个州的租赁分析 | 3 |

📚 详细文档

mcp.lilo.property/llms.txt mcp.lilo.property/llms.txt

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client