Overview
VeryChic MCP is an unofficial, read-only MCP server for VeryChic flash-sale hotel deals. It exposes three tools:
verychic_list_deals: current homepage dealsverychic_search_offers: filter by destination, country, or max priceverychic_offer_details: full details plus availability and prices by date
Install with uvx verychic-mcp (stdio). A remote endpoint is also available at
https://verychic-mcp.fly.dev/mcp
Read-only and anonymous, no account or API key. Not affiliated with VeryChic.
Server Config
{
"mcpServers": {
"verychic": {
"command": "uvx",
"args": [
"verychic-mcp"
]
}
}
}