Databases
perfumepicks.app
Provides search and detailed information for perfumes, including notes, accords, similar fragrances, and personalized recommendations.
ENDPOINT 1
https://jdkwlwyysgofljkobpmr.supabase.co/functions/v1/mcp
MCP server metadata
- Name
- perfume-picks
- Version
- 1.0.0
Known tools 8
search_fragrancesFull-text search across 13,000+ fragrances in the Perfume Picks database.
Inferred read-onlyget_fragranceDetailed record for one fragrance: full note pyramid (top/heart/base), accords, concentration, community longevity/sillage/compliment scores, and MSRP.
Inferred read-onlyfind_dupesCurated dupes for a fragrance — cheaper scents documented to smell like the original, with match percentage and price comparison.
Inferred read-onlyfind_similarFragrances most similar to a given one, from Perfume Picks' precomputed similarity ranking over notes and accords.
Inferred read-onlycompare_fragrancesSide-by-side comparison: note pyramids, shared and distinct accords, longevity/sillage/compliment scores, concentration, and price difference.
Inferred read-onlytrending_fragrancesFragrances 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-onlywhat_to_wear_tonightA fragrance suggestion for right now, based on mood, occasion (e.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.