mcp-server-parfica
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PARFICA_TOKEN | No | Optional bearer token for future write tools | |
| PARFICA_MCP_URL | No | Override the endpoint URL | https://parfica.com/mcp |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_fragranceA | Search the parfica.com fragrance encyclopedia by name (Latin or Cyrillic), brand, note or perfumer. Returns matching fragrances, brands, notes and perfumers with links. |
| fragrance_infoA | Full profile of a fragrance on parfica.com by its slug: brand, year, gender, concentration, family, note pyramid, accords, perfumers, community rating. |
| find_dupesA | Find fragrances that smell similar ("dupes") to a given one, by distinctive-note overlap. Returns matches with similarity ranking. |
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 clearly distinct purpose: searching for fragrances, retrieving full details for a specific fragrance, and finding similar fragrances. There is no functional overlap between them.
Two tools follow the verb_noun pattern (search_fragrance, find_dupes), but fragrance_info lacks a verb, making it slightly inconsistent. However, the naming is still clear and readable.
With only three tools, the server is at the low end of the well-scoped range but covers the core interactions for a fragrance encyclopedia. The count is slightly minimal but not insufficient.
The server covers search, detailed profiles, and similarity discovery, which are the primary read operations for the domain. Dedicated tools for brands, notes, or perfumers are missing, but search handles those queries adequately.