Perfume Picks for AI agents (MCP)

The Perfume Picks MCP server gives AI assistants read-only access to our fragrance database: 13,000+ scents with full note pyramids, accords, community wear data, and curated dupes with match percentages. Ask your AI for perfume recommendations, fragrance comparisons, scents similar to ones you love, or a cheaper dupe of an expensive bottle — and it can answer from real catalog data instead of guessing.

Connect in one minute

Claude — one click, then confirm the connector:

Connect to Claude

Claude Desktop (and other clients that launch local servers) — add to your MCP config:

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

Remote clients (web agents, Cursor, anything that takes a URL) — use the hosted endpoint, no install or API key:

https://mcp.perfumepicks.app

What tools does the Perfume Picks MCP server provide?

ToolWhat it does
search_fragrancesSearch by name, brand, family, gender, and price
get_fragranceFull note pyramid, accords, and scores for one scent
find_dupesCurated cheaper smell-alikes with match percentages
find_similarMost-similar fragrances by notes and accords
get_recommendationsPicks from notes, budget, occasion, and gender
compare_fragrancesSide-by-side comparison
trending_fragrancesWhat collectors are adding to wardrobes right now
what_to_wear_tonightA scent for right now, scored with community data

What can an AI answer with it?

Access, privacy, and attribution

All tools are read-only and public — no account, API key, or authentication is required. Requests are rate-limited to 60 calls per minute. Every response includes source attribution and data freshness dates; quote freely with attribution to Perfume Picks (perfumepicks.app). Anonymous usage telemetry (tool name, arguments, client name, timing) is logged to operate the service and purged after 90 days; no user identity or conversation content is collected.

For developers