# io.github.bguillow-rgb/perfume-picks (npm · perfume-picks-mcp)

Search the Perfume Picks fragrance database: 13,000+ scents with notes, dupes, and wear data.

- Trust score: 69/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-18

## Components

- npm · `perfume-picks-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/bguillow-rgb-perfume-picks/perfume-picks-mcp.md), [page](https://verifymcp.io/servers/bguillow-rgb-perfume-picks/perfume-picks-mcp)

## Channel facts

- Registry: `npm`
- Package: `perfume-picks-mcp`
- Version: `1.0.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-18.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 30 of 98 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 4 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 702 tokens (~87/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 94/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 83% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add bguillow-rgb-perfume-picks -- npx -y perfume-picks-mcp
```

### Codex

```bash
codex mcp add bguillow-rgb-perfume-picks -- npx -y perfume-picks-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "bguillow-rgb-perfume-picks": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "perfume-picks-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add bguillow-rgb-perfume-picks --command npx --arg -y --arg perfume-picks-mcp
```

### Hermes

```yaml
mcp_servers:
  bguillow-rgb-perfume-picks:
    command: "npx"
    args: ["-y", "perfume-picks-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "bguillow-rgb-perfume-picks": {
      "command": "npx",
      "args": [
        "-y",
        "perfume-picks-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-17 (score 69, 0)

- [functional regression] Security disclosure: unverified → fail

### 2026-08-16 (score 69, 0)

- [functional regression] Security disclosure: fail → unverified

### 2026-08-13 (score 69)

First indexed and scored.

## MCP tools (8)

### `search_fragrances` (~155 tokens)

Search the Perfume Picks catalog

Full-text search across 13,000+ fragrances in the Perfume Picks database. Filter by brand, fragrance family, gender, and MSRP (USD). Returns note pyramids, accords, and community wear scores with source attribution.

Input parameters:

- `brand` (string): Brand name filter, e.g. 'Dior'
- `fragrance_family` (string): Family filter, e.g. 'woody', 'amber', 'fresh'
- `gender` (string)
- `limit` (integer): Max results (default 10)
- `price_max` (number): Maximum MSRP in USD
- `price_min` (number): Minimum MSRP in USD
- `query` (string): Free-text search: fragrance or brand name

### `get_fragrance` (~71 tokens)

Get fragrance details

Detailed record for one fragrance: full note pyramid (top/heart/base), accords, concentration, community longevity/sillage/compliment scores, and MSRP. Accepts a Perfume Picks slug or a name like 'Bleu de Chanel'.

Input parameters:

- `slug_or_name` (string, required): Fragrance slug or name

### `find_dupes` (~63 tokens)

Find dupes (cheaper smell-alikes)

Curated dupes for a fragrance — cheaper scents documented to smell like the original, with match percentage and price comparison. The answer to 'what smells like X without the price tag'.

Input parameters:

- `fragrance` (string, required): Fragrance slug or name to find dupes for

### `find_similar` (~58 tokens)

Find similar fragrances

Fragrances most similar to a given one, from Perfume Picks' precomputed similarity ranking over notes and accords.

Input parameters:

- `fragrance` (string, required): Fragrance slug or name
- `limit` (integer): Max results (default 5)

### `get_recommendations` (~126 tokens)

Get personalized recommendations

Personalized fragrance picks from note/accord preferences (e.g. 'vanilla', 'oud', 'citrus'), a budget in USD, an occasion ('office', 'date night', 'gift', 'signature scent'), and gender presentation.

Input parameters:

- `budget` (number): Max MSRP in USD
- `gender` (string)
- `limit` (integer): Max results (default 5)
- `occasion` (string): What the fragrance is for
- `preferences` (array, required): Notes or accords the wearer enjoys, e.g. ['vanilla','amber','rose']

### `compare_fragrances` (~66 tokens)

Compare two fragrances

Side-by-side comparison: note pyramids, shared and distinct accords, longevity/sillage/compliment scores, concentration, and price difference.

Input parameters:

- `fragrance_a` (string, required): First fragrance — slug or name
- `fragrance_b` (string, required): Second fragrance — slug or name

### `trending_fragrances` (~64 tokens)

Trending fragrances

Fragrances Perfume Picks users are adding to their wardrobes most over the last 30 days (falls back to catalog popularity when live activity data is unavailable). The method used is labeled in the response.

Input parameters:

- `limit` (integer): Max results (default 10)

### `what_to_wear_tonight` (~99 tokens)

What should I wear tonight?

A fragrance suggestion for right now, based on mood, occasion (e.g. 'date', 'office tomorrow', 'night out', 'cozy evening in'), and season — scored with Perfume Picks' community compliment, office-safety, and versatility data.

Input parameters:

- `gender` (string)
- `mood` (string): How you're feeling
- `occasion` (string): The setting
- `season` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/bguillow-rgb-perfume-picks/perfume-picks-mcp#diagnostics

## Score history

- 2026-08-18: 69
- 2026-08-17: 69
- 2026-08-16: 69
- 2026-08-15: 69
- 2026-08-14: 69
- 2026-08-13: 69

## Links

- npm package: https://www.npmjs.com/package/perfume-picks-mcp
- Socket report: https://socket.dev/npm/package/perfume-picks-mcp
- Repository: https://github.com/bguillow-rgb/perfume-picks-mcp
- Changelog RSS feed: https://verifymcp.io/servers/bguillow-rgb-perfume-picks/perfume-picks-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/bguillow-rgb-perfume-picks/perfume-picks-mcp.json
- HTML version of this page: https://verifymcp.io/servers/bguillow-rgb-perfume-picks/perfume-picks-mcp
