← Registry

Databases

perfumepicks.app

Provides search and detailed information for perfumes, including notes, accords, similar fragrances, and personalized recommendations.

1 endpoint8 known toolsFirst detected August 22, 2026Last detected September 6, 2026

ENDPOINT 1

https://jdkwlwyysgofljkobpmr.supabase.co/functions/v1/mcp

No auth detected

MCP server metadata

Name
perfume-picks
Version
1.0.0
Capabilities
tools.listChanged

Known tools 8

search_fragrances

Full-text search across 13,000+ fragrances in the Perfume Picks database.

Inferred read-only
get_fragrance

Detailed record for one fragrance: full note pyramid (top/heart/base), accords, concentration, community longevity/sillage/compliment scores, and MSRP.

Inferred read-only
find_dupes

Curated dupes for a fragrance — cheaper scents documented to smell like the original, with match percentage and price comparison.

Inferred read-only
find_similar

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

Inferred read-only
get_recommendations

Personalized fragrance picks from note/accord preferences (e.

Inferred read-only
compare_fragrances

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

Inferred read-only
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).

Inferred read-only
what_to_wear_tonight

A fragrance suggestion for right now, based on mood, occasion (e.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.perfume-picks]
url = "https://jdkwlwyysgofljkobpmr.supabase.co/functions/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "perfume-picks": {
      "type": "http",
      "url": "https://jdkwlwyysgofljkobpmr.supabase.co/functions/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: perfume-picks
Remote MCP URL: https://jdkwlwyysgofljkobpmr.supabase.co/functions/v1/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "perfume-picks": {
      "url": "https://jdkwlwyysgofljkobpmr.supabase.co/functions/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "perfume-picks": {
      "type": "http",
      "url": "https://jdkwlwyysgofljkobpmr.supabase.co/functions/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "perfume-picks",
  "transport": "streamable-http",
  "url": "https://jdkwlwyysgofljkobpmr.supabase.co/functions/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for supabase.co was fetched 2026-08-24T06:42:13.245Z.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.