Skip to main content

Unofficial read-only MCP server for VeryChic hotel offers

Project description

VeryChic MCP

VeryChic MCP

Search VeryChic hotel deals from any MCP client

Browse current flash-sale offers, filter them by destination or price, and read an offer's availability and prices by date. Read-only, anonymous, no account needed.


PyPI version License: MIT Release Python MCP


Quick start

Add the server to your MCP client config. With uv installed, there is nothing to clone or install:

{
  "mcpServers": {
    "verychic": {
      "command": "uvx",
      "args": ["verychic-mcp"]
    }
  }
}

This runs the server over stdio, which is what Claude Desktop and Claude Code use. You can also run it directly:

uvx verychic-mcp          # stdio (default)
uvx verychic-mcp --help   # all options

Tools

Tool What it returns
verychic_list_deals The current VeryChic offers, with a configurable limit.
verychic_search_offers Offers filtered by destination (substring match), country (exact match), and max_price.
verychic_offer_details One offer's content (advantages, gallery) plus its availability and prices by date.

Every call is read-only and anonymous, with a conservative rate limit built into the client.


Examples

Ask your assistant things like:

  • "List the current VeryChic deals."
  • "Search VeryChic offers in Spain under 600 euros."
  • "Get the details and dated prices for the ORCHESTRA hotel offer 44983."
  • "Get the details for the ORCHESTRA_TO package offer 301375." Tour-operator packages bundle flights with the hotel, so they do not expose day-by-day prices the way a single hotel does. The tool still returns the offer content and advantages.

Offers carry a source (ORCHESTRA for a hotel, ORCHESTRA_TO for a package) and an external_id. Both come back from verychic_list_deals and verychic_search_offers, so the assistant can pass them to verychic_offer_details on its own.


Use from Claude.ai or Cowork

Cloud clients such as claude.ai and Cowork only connect to remote MCP servers over HTTPS, not to a local process. To use VeryChic MCP there, host it yourself in streamable-http mode (verychic-mcp --transport streamable-http, behind HTTPS) and add it as a custom connector, pasting your deployment URL with the /mcp path.

Listing in Anthropic's official connector directory (next to Booking or Tripadvisor) is out of scope. That directory is reserved for partner integrations that pass a review this kind of tool would not.


How it works

The VeryChic web app talks to a public JSON API under https://api.verychic.com/verychic-endpoints/v1 (plus search.verychic.com). This server replays those same calls with a browser-like TLS fingerprint (curl_cffi), parses the responses into typed objects, and exposes them as MCP tools. Everything works without logging in. The one volatile request parameter, channelVersion, is read from the live site at startup and falls back to a known value if that read fails.


Development

git clone https://github.com/jordantete/verychic-mcp.git && cd verychic-mcp
pip install -e ".[dev]"
pytest                  # offline tests, run against recorded fixtures
pytest -m network       # optional smoke test against the live API, low volume
ruff check verychic_mcp tests

Releases are tag-driven. Pushing a vX.Y.Z tag runs the tests, builds the package, and publishes it to PyPI through GitHub Actions with trusted publishing, so no token is stored anywhere.


Disclaimer

VeryChic MCP is not affiliated with, endorsed by, or connected to VeryChic or VeryChic SAS. It is an independent community tool for personal use that reads VeryChic's public web API the same way a browser does. You are responsible for complying with VeryChic's terms of sale, notably Article 9 on intellectual property and the database producer's sui generis right. Use it at your own risk, for personal and low-volume browsing only. Do not use it for bulk extraction or redistribution of VeryChic's data.

License

MIT. See LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

verychic_mcp-0.1.1.tar.gz (49.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

verychic_mcp-0.1.1-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

File details

Details for the file verychic_mcp-0.1.1.tar.gz.

File metadata

  • Download URL: verychic_mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 49.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for verychic_mcp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 880fccbd0369b5da4cfeeb4657456e5b17407d6afd479ad7f5290fcacbad84f7
MD5 deb0bd89a9409aaebda63147a0305b6f
BLAKE2b-256 7c9a3b64c3242ef83ae291525c8672de9c32ff00b108cf846abfecb59f7c4105

See more details on using hashes here.

Provenance

The following attestation bundles were made for verychic_mcp-0.1.1.tar.gz:

Publisher: release.yml on jordantete/verychic-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file verychic_mcp-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: verychic_mcp-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 12.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for verychic_mcp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 aafa6e71453ad207f26be241d357724a170f27f5c221704dfddab04534cc4af9
MD5 dd5664f27a2d12a433cda302762cb5e2
BLAKE2b-256 bcabc9a9ef124432b0c3ada6837042fad4862b03e3f7c112fbb17100f8987918

See more details on using hashes here.

Provenance

The following attestation bundles were made for verychic_mcp-0.1.1-py3-none-any.whl:

Publisher: release.yml on jordantete/verychic-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page