lilo-vacation-rentals
# lilo MCP Server
<!-- mcp-name: io.github.lilo-property/mcp-server -->
The vacation rental MCP server for AI agents. Search properties, verify host credentials, check availability, and book directly — all through structured property data. 0% commission.
## Quick Start
### Remote (Recommended)
Add to your MCP client config:
```json
{
"mcpServers": {
"lilo": {
"type": "streamable-http",
"url": "https://mcp.lilo.property/mcp"
}
}
}
```
### Get an API Key
```bash
curl -X POST https://mcp.lilo.property/developers/key \
-H "Content-Type: application/json" \
-d '{"email":"you@example.com"}'
```
## 64 Tools Across 8 Categories
| Category | Tools | Examples |
|----------|-------|---------|
| **Discovery** | 8 | Search properties, natural language search, compare properties |
| **Booking** | 3 | Check availability, create booking, verify guest identity |
| **Evidence** | 6 | Query evidence chain, verify records, dispute evidence bundles |
| **Protection** | 7 | Guest risk assessment, booking risk analysis, flag suspicious activity |
| **Intelligence** | 4 | Pricing intelligence, demand forecast, chargeback risk prediction |
| **Compliance** | 5 | Jurisdiction rules, permit requirements, insurance guidance |
| **Operations** | 7 | Inventory management, maintenance scheduling, cleaning coordination |
| **Trust** | 2 | Trust certificates, independent verification |
Plus Philadelphia destination tools, property manifests, host reputation, and more.
## Documentation
- [Full tool reference](https://mcp.lilo.property/llms.txt)
- [API documentation](https://docs.lilo.property/mcp)
- [Privacy policy](https://lilo.property/privacy)
## Credit Pricing
| Credits | Access Level |
|---------|-------------|
| Free | Property manifests, evidence verification, network stats |
| 1 | Property search, availability checks |
| 2 | Booking creation, evidence bundles |
| 3-5 | Risk assessment, compliance tools |
| 10 | Premium protection tools |
Free tier: 1,000 requests/month.
## Support
- Email: support@lilo.property
- Documentation: https://docs.lilo.property
## License
Proprietary. See [LICENSE](LICENSE) for details.
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: check_availability handles pricing/dates, check_guest_risk_score assesses guest risk, create_booking makes bookings, detect_extortion_pattern identifies threats, get_squatter_risk analyzes tenancy risks, and search_properties finds rentals. There is no overlap or ambiguity between these functions.
All tools follow a consistent verb_noun naming pattern (e.g., check_availability, create_booking, search_properties). The verbs are appropriate and descriptive, and there are no deviations in style or convention.
With 6 tools, the count is well-scoped for a vacation rental server, covering key operations like property search, booking, risk assessment, and threat detection. Each tool serves a distinct and necessary function without redundancy.
The tool set covers core workflows such as searching, booking, and risk analysis, but lacks update/cancel operations for bookings and property management features. However, agents can likely work around these minor gaps given the strong coverage of pre-booking and security aspects.