Fragrance MCP

Fragrance MCP for Cursor, Claude, and AI agents

Fragrance MCP is Model Context Protocol for scent data. scentrev-mcp is a free fragrance MCP server: 14 tools, 126,000+ fragrances, structured longevity, sillage, accords, and notes — not scraped marketing copy.

What is a fragrance MCP?

MCP lets Cursor, Claude Desktop, and similar clients call tools. A fragrance MCP exposes those tools as fragrance operations: resolve a name, filter by season and sillage, read a full profile, compare two bottles, or blend note pyramids. The model stops inventing notes because the catalog answers.

People also search perfume MCP. That is the same product with US wording. If you searched fragrance MCP, this page is the intended result. The install JSON is identical on the perfume MCP guide.

Why a dedicated fragrance MCP server

Review sites are built for browsers. A fragrance MCP is built for agents: stable JSON, 0–1 scores, category labels (eternal, enormous, beloved), and a confidence count. That is what you want when the question is “office-safe summer fragrance” rather than a blog post.

  • Wear scores agents can filter

    Longevity, sillage, projection, and season categories with n_records so the model knows how much evidence sits behind a rank.

  • Notes and accords, not adjectives

    Top / heart / base pyramids plus dominant accords. Useful for niche, Gulf, and designer houses alike.

  • Install as a fragrance MCP server

    One Bearer key in Cursor or Claude Desktop. Tools return at most 10 rows so the catalog cannot be mined.

  • Same data over REST

    Every fragrance MCP tool maps to the fragrance API if your stack is Python, Node, or a custom GPT action.

14 fragrance MCP tools

Search, filter, profile, compare, blend, dupes, and brand browse — the same catalog the fragrance API exposes over REST.

  • search_fragrancesFree-text search across the catalog
  • search_fragrances_filteredFilter by brand, season, notes, discovery sort
  • search_by_referencesBlend note pyramids from 2+ reference scents
  • list_brandsBrowse brands with fragrance counts
  • resolve_slugResolve informal names to slugs
  • compare_fragrancesSide-by-side wear and value metrics
  • get_fragrance_profileEvery metric for one fragrance
  • get_wear_summaryWhen and where it shines
  • get_identityGender lean and character
  • get_performanceLongevity and sillage scores
  • get_appreciationCommunity sentiment and love score
  • get_reminds_ofClosest-smelling alternatives
  • get_note_pyramidTop, heart, and base notes
  • get_accordsDominant accords, weighted

How to install this fragrance MCP (under 2 minutes)

  1. Create a free fragrance MCP key. Sign in at https://mcp.scentrev.com/login and generate a frag_live_ key. No credit card.
  2. Add the fragrance MCP server URL. Paste https://api.scentrev.com/mcp/ into Cursor or Claude Desktop with Authorization: Bearer YOUR_KEY.
  3. Ask the agent about a fragrance. Restart the client, then ask for a profile, a seasonal filter, or a blend of two references.

Fragrance MCP docsCursor fragrance MCPClaude fragrance MCP

Fragrance MCP FAQ

What is a fragrance MCP?
A fragrance MCP is a Model Context Protocol server whose tools are fragrance data: search, wear scores, accords, note pyramids, and comparisons. AI clients such as Cursor and Claude Desktop call those tools instead of guessing notes from training data.
What is a fragrance MCP server?
A fragrance MCP server is the process that hosts those tools. scentrev-mcp is a free fragrance MCP server with 126,000+ scents, a Bearer API key, and matching REST endpoints if you do not use MCP.
Is fragrance MCP the same as perfume MCP?
Yes — same catalog, same endpoint, same key. Fragrance MCP is the industry wording (Europe, the Gulf, niche houses). Perfume MCP is the same product with US search wording. Use /fragrance-mcp or /perfume-mcp; both describe scentrev-mcp.
Is there a free fragrance MCP for Cursor?
Yes. Create a frag_live_ key, paste the scentrev-mcp block into Cursor MCP settings, and restart. The fragrance tools appear with no credit card during the current period.
How do I install a fragrance MCP in Claude Desktop?
Add an mcpServers entry pointing at https://api.scentrev.com/mcp/ with Authorization: Bearer YOUR_KEY, then restart Claude Desktop. The Claude perfume MCP page has the JSON.
What does a fragrance MCP return?
Normalized 0–1 longevity, sillage, projection, season, and appreciation scores with an n_records count, plus accords and top/heart/base notes. List tools cap at 10 rows so agents cannot scrape the catalog.
Fragrance MCP vs fragrance API — which should I use?
Use fragrance MCP inside Cursor, Claude Desktop, Cline, or Windsurf. Use the fragrance API (REST) from Python, Node, or any HTTPS client. One key works on both.

Related