verychic-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| verychic_list_dealsB | List current VeryChic offers (20 by default). |
| verychic_search_offersC | Search/filter offers by destination (substring), country, and/or max price. |
| verychic_offer_detailsC | Offer details (advantages, gallery) plus availability/prices by date. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clear, distinct purpose: listing deals, getting detailed info on a specific offer, and searching/filtering offers. No overlap in functionality.
All tools follow a consistent 'verychic_verb_noun' pattern (list_deals, offer_details, search_offers), making them predictable and easy to distinguish.
With 3 tools, the server is minimal but covers the essential operations for browsing and searching travel deals. A few more tools (e.g., sorting, filtering by date) could enhance scope, but current count is reasonable.
The server provides listing, details, and search, which cover the core read-only use case. Missing features like booking or advanced filters are not critical for the primary purpose.