
Blue Perfumery
STDIOMCP server providing access to Blue Perfumery collection data for AI assistants.
MCP server providing access to Blue Perfumery collection data for AI assistants.
A Model Context Protocol (MCP) server that provides seamless access to the Blue Perfumery perfume collection data, enabling AI assistants to help users discover and purchase their perfect fragrance.
This MCP server exposes comprehensive perfume data from the Blue Perfumery website, allowing Claude and other MCP-compatible AI assistants to:
The server provides the following powerful tools:
list_all_perfumes
- Returns all perfumes in the collection with full detailsget_perfume_by_id
- Retrieves a specific perfume by its unique IDsearch_perfumes
- Intelligent search by perfume name or brandget_perfumes_by_category
- Filter by category (men's, women's, or niche)get_purchase_link
- Get direct Shopier purchase links for any perfumenpm install -g @blueperfumery/mcp-server
git clone https://github.com/blueperfumery/mcp-server.git cd mcp-server npm install npm run build
Add the following to your Claude Desktop configuration file:
For NPM installation:
{ "mcpServers": { "blue-perfumery": { "command": "blue-perfumery-mcp" } } }
For source installation:
{ "mcpServers": { "blue-perfumery": { "command": "node", "args": ["dist/index.js"], "cwd": "/path/to/mcp-server" } } }
The Claude Desktop configuration file is located at:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%/Claude/claude_desktop_config.json
~/.config/Claude/claude_desktop_config.json
After updating the configuration, restart Claude Desktop.
Each perfume object contains:
id
: Unique identifiername
: Perfume namebrand
: Brand nameprice
: Price in TLml
: Volume in milliliters (optional)originalPrice
: Original price (optional)gender
: "male", "female", or "unisex"notes
: Array of scent notesdescription
: Description textageRange
: Recommended age range (min/max)characteristics
: Array of characteristic descriptorsOnce connected to an MCP client, you can use the tools like this:
// List all perfumes
list_all_perfumes()
// Get specific perfume
get_perfume_by_id({ id: "mfk-br540" })
// Search perfumes
search_perfumes({ query: "oud" })
// Get perfumes by category
get_perfumes_by_category({ category: "niche" })
// Get purchase link
get_purchase_link({ id: "mfk-br540" })
Once connected to Claude Desktop, you can ask natural language questions like:
Each perfume includes comprehensive information:
The server is built with:
We welcome contributions! Here's how you can help:
git checkout -b feature/amazing-feature
git commit -m 'Add amazing feature'
git push origin feature/amazing-feature
Found a bug or have a feature request? Please open an issue.
This project is licensed under the MIT License - see the LICENSE file for details.
Blue Perfumery is a premium fragrance retailer offering luxury and niche perfumes. Visit Blue Perfumery to explore our full collection.
Made with ❤️ for the fragrance community