← scentamy.com

INDIVIDUAL MCP TOOL

get_fragrance

Retrieve full details for a specific Scentamy fragrance by its ID, including the complete note pyramid, story, available sizes, pricing, and Shopify purchase URL.

scentamy.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests a financial action.

Parent endpoint

scentamy.com

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.scentamy-com]
url = "https://scentamy.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "scentamy-com": {
      "type": "http",
      "url": "https://scentamy.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: scentamy-com
Remote MCP URL: https://scentamy.com/api/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": {
    "scentamy-com": {
      "url": "https://scentamy.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "scentamy-com": {
      "type": "http",
      "url": "https://scentamy.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "scentamy-com",
  "transport": "streamable-http",
  "url": "https://scentamy.com/api/mcp"
}
MCP Inspector

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

Related tools

  • search_fragrances — Search the Scentamy fragrance catalog by mood, occasion, keyword, scent family, or product format.
  • recommend_fragrance — Submit a natural-language brief describing a mood, occasion, or feeling and receive 1–3 original Scentamy fragrance concept suggestions with names, scent descriptions, notes, and pricing.