Skip to main content
Glama

Blue Perfumery MCP Server

by recepgocmen
MIT License
1
  • Apple
  • Linux

🌸 Blue Perfumery MCP Server

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.

✨ Overview

This MCP server exposes comprehensive perfume data from the Blue Perfumery website, allowing Claude and other MCP-compatible AI assistants to:

  • 🔍 Search through 50+ premium perfumes
  • 💰 Compare prices and get purchase links
  • 🎯 Filter by gender, brand, and characteristics
  • 📝 Access detailed fragrance notes and descriptions
  • 🛒 Direct integration with Shopier for purchases

🛠️ Features

The server provides the following powerful tools:

  • list_all_perfumes - Returns all perfumes in the collection with full details
  • get_perfume_by_id - Retrieves a specific perfume by its unique ID
  • search_perfumes - Intelligent search by perfume name or brand
  • get_perfumes_by_category - Filter by category (men's, women's, or niche)
  • get_purchase_link - Get direct Shopier purchase links for any perfume

Installation

npm install -g @blueperfumery/mcp-server

Option 2: From Source

git clone https://github.com/blueperfumery/mcp-server.git cd mcp-server npm install npm run build

Usage

Using with Claude Desktop

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" } } }

Configuration File Location

The Claude Desktop configuration file is located at:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%/Claude/claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json

After updating the configuration, restart Claude Desktop.

Data Structure

Each perfume object contains:

  • id: Unique identifier
  • name: Perfume name
  • brand: Brand name
  • price: Price in TL
  • ml: Volume in milliliters (optional)
  • originalPrice: Original price (optional)
  • gender: "male", "female", or "unisex"
  • notes: Array of scent notes
  • description: Description text
  • ageRange: Recommended age range (min/max)
  • characteristics: Array of characteristic descriptors

Example Usage

Once 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" })

🎯 Real-World Usage Examples

Once connected to Claude Desktop, you can ask natural language questions like:

  • "Show me all the Tom Ford perfumes you have"
  • "I want a sweet, oriental perfume for women under 1000 TL"
  • "Give me the purchase link for Baccarat Rouge 540"
  • "What are the most expensive perfumes in your collection?"
  • "Find me a perfume with oud and vanilla notes"

🏗️ Data Structure

Each perfume includes comprehensive information:

  • Basic Info: ID, name, brand, price, volume
  • Fragrance Details: Notes, characteristics, description
  • Demographics: Gender target, age range recommendations
  • Purchase: Direct Shopier shopping links
  • Pricing: Current price and original price comparison

Development

The server is built with:

  • TypeScript
  • @modelcontextprotocol/sdk
  • Node.js

🤝 Contributing

We welcome contributions! Here's how you can help:

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Commit your changes: git commit -m 'Add amazing feature'
  4. Push to the branch: git push origin feature/amazing-feature
  5. Open a Pull Request

Ideas for Contributions

  • 🆕 Add new perfume brands and collections
  • 🔧 Improve search algorithms
  • 🌍 Add internationalization support
  • 📊 Add analytics and usage metrics
  • 🎨 Enhance data structure with images
  • 🔗 Integrate with other e-commerce platforms

🐛 Issues

Found a bug or have a feature request? Please open an issue.

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

🏢 About Blue Perfumery

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

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

A Model Context Protocol server that provides AI assistants with access to Blue Perfumery's perfume collection data, enabling users to search, compare, and purchase fragrances through natural language interactions.

  1. ✨ Overview
    1. 🛠️ Features
      1. Installation
        1. Option 1: NPM Package (Recommended)
        2. Option 2: From Source
      2. Usage
        1. Using with Claude Desktop
        2. Configuration File Location
      3. Data Structure
        1. Example Usage
          1. 🎯 Real-World Usage Examples
            1. 🏗️ Data Structure
              1. Development
                1. 🤝 Contributing
                  1. Ideas for Contributions
                2. 🐛 Issues
                  1. 📜 License
                    1. 🏢 About Blue Perfumery

                      Related MCP Servers

                      • -
                        security
                        F
                        license
                        -
                        quality
                        A versatile Model Context Protocol server that enables AI assistants to manage calendars, track tasks, handle emails, search the web, and control smart home devices.
                        Last updated -
                        2
                        Python
                        • Apple
                        • Linux
                      • -
                        security
                        A
                        license
                        -
                        quality
                        A Model Context Protocol server that enables AI assistants like Claude to interact directly with Home Assistant, allowing them to query device states, control smart home entities, and perform automation tasks.
                        Last updated -
                        104
                        Python
                        MIT License
                        • Apple
                        • Linux
                      • A
                        security
                        F
                        license
                        A
                        quality
                        A Model Context Protocol server that enables AI assistants to interact with Bluesky/ATProtocol, providing authentication, timeline access, post creation, and social features like likes and follows.
                        Last updated -
                        18
                        10
                        TypeScript
                        • Apple
                        • Linux
                      • -
                        security
                        F
                        license
                        -
                        quality
                        A comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.
                        Last updated -
                        16
                        TypeScript

                      View all related MCP servers

                      MCP directory API

                      We provide all the information about MCP servers via our MCP API.

                      curl -X GET 'https://glama.ai/api/mcp/v1/servers/recepgocmen/blue-perfumery-mcp-server'

                      If you have feedback or need assistance with the MCP directory API, please join our Discord server