INDEX LIVE112,834 PERFUMES7,692 BRANDS2,611 NOTES
SYD 04:45v0.1.0llms.txt →
SniffbotsniffbotAI
Search⌘K
Connect MCP
Model Context Protocol· Live

Your fragrance shelf, run by your agent.

Sniffbot is a fragrance index that speaks fluent MCP. Browse it yourself if you like — but it's really made for the agent you already talk to. Log bottles, log wears, get recommendations, share sniffs — all in plain language.

Say things like
  • Claude"Add the Amouage Interlude 53 I picked up today to my collection."
  • Gemini"I'm wearing Sauvage Elixir. Log it — coffee with a client."
  • ChatGPT"Pull my top 10 summer fragrances as a carousel for Instagram."
  • Grok"Find me something smoky and cold-weather under $200."
  • Claude"Send Mara a sniff note for Chanel Coromandel."
Works with
CGXP
Claude · ChatGPT · Gemini · Grok · Perplexity · Cursor · more
01 · Connect

Your favourite agent

One mcp add command. Claude Desktop, ChatGPT, Cursor, or anything that speaks MCP — live in under a minute.

02 · Log fragrances

Your shelf, in prose

"I picked up a bottle of Aventus, batch 2024." The agent writes it to your collection, finds the decant code, tracks ml remaining.

03 · Log wears

A diary, by voice

"Wearing Ombré Leather today, job interview." Rated, tagged, searchable — and the agent learns what you reach for, when.

04 · Share sniffs

Send a scent note

"Share this with Mara — tell her it's the one I meant." The agent DMs a card: notes, accords, where to smell it, why you thought of her.

For developers

Built for machines, too.

Every entry is available as JSON, with stable slugs, structured notes, accord weights, and similarity graphs. Use it to power recommenders, agents, or your retail site.

API Documentation →
GET /v1/perfumes  ·  /brands  ·  /notes  ·  /match  ·  /dupes
# natural-language recommendation
curl https://api.sniffbot.ai/v1/match \
  -H "Authorization: Bearer sk_live_…" \
  -d '{"query":"warm, smoky, winter office"}'


{
  "matches": [
    {
      "slug": "noir-brut-xxi",
      "brand": "Noir Brut",
      "name":  "XXI",
      "score": 0.921,
      "notes": ["oud", "saffron", "rose"],
      "why":   "Dense resinous base,
                 low projection, cold-weather bloom."
    },
    { "slug": "perique-iron", "score": 0.887 },
    { "slug": "north-rift-lodge", "score": 0.863 }
  ],
  "took_ms": 42
}