# fragrances [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/parfica/mcp-server-parfica  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/fragrances

## Description
Fragrance encyclopedia: note pyramids, accords, perfumers and dupes (parfica.com).

## Tools
Capabilities this server exposes over MCP:

- **search_fragrance** — Search fragrances, brands, notes and perfumers by name (Latin or Cyrillic)
- **fragrance_info** — Full profile: brand, year, note pyramid, accords, perfumers, community rating
- **find_dupes** — "Smells like" matches by distinctive-note overlap

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "fragrances": {
    "command": "npx",
    "args": ["-y","mcp-server-parfica"]
  }
}
```

## Documentation & README

# mcp-server-parfica

MCP (Model Context Protocol) server for **[parfica.com](https://parfica.com)** — the Ukrainian-first fragrance encyclopedia. Ask your AI assistant *"what does Creed Aventus smell like?"* or *"find me cheaper fragrances similar to Baccarat Rouge 540"* and it will answer with note pyramids, accords, perfumers, community ratings and note-overlap dupes.

This package is a thin stdio bridge to the site's native MCP endpoint (`https://parfica.com/mcp`). Tools are discovered at startup, so the package never goes stale.

## Tools

| Tool | Description |
|------|-------------|
| `search_fragrance` | Search fragrances, brands, notes and perfumers by name (Latin or Cyrillic) |
| `fragrance_info` | Full profile: brand, year, note pyramid, accords, perfumers, community rating |
| `find_dupes` | "Smells like" matches by distinctive-note overlap |

## Install

### Claude Code

```bash
claude mcp add parfica -- npx -y mcp-server-parfica
```

### Claude Desktop

```json
{
  "mcpServers": {
    "parfica": {
      "command": "npx",
      "args": ["-y", "mcp-server-parfica"]
    }
  }
}
```

### Remote (no install)

MCP clients that support remote servers can connect straight to:

```
https://parfica.com/mcp
```

## Configuration

| Env var | Meaning |
|---------|---------|
| `PARFICA_MCP_URL` | Override the endpoint URL (default `https://parfica.com/mcp`) |
| `PARFICA_TOKEN` | Optional bearer token for future write tools |

## Related

- [parfica.com](https://parfica.com) — the encyclopedia itself
- [`fragrance-dupes`](https://github.com/parfica/fragrance-dupes) — the open "smells like" matching algorithm
- [`parfica-open-data`](https://github.com/parfica/parfica-open-data) — open fragrance data (notes, taxonomy, OBF)

## License

MIT © [parfica.com](https://parfica.com)

