Server is built with Node.js, allowing for deployment and execution of the MCP server in Node.js environments.
Enables distribution and installation of the MCP server as an NPM package with the @blueperfumery/mcp-server package name.
Server is implemented using TypeScript, providing type safety and modern JavaScript features for the MCP implementation.
🌸 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 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 perfume
Installation
Option 1: NPM Package (Recommended)
Option 2: From Source
Usage
Using with Claude Desktop
Add the following to your Claude Desktop configuration file:
For NPM installation:
For source installation:
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 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 descriptors
Example Usage
Once connected to an MCP client, you can use the tools like this:
🎯 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:
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature
- Commit your changes:
git commit -m 'Add amazing feature'
- Push to the branch:
git push origin feature/amazing-feature
- 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
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.
- ✨ Overview
- 🛠️ Features
- Installation
- Usage
- Data Structure
- Example Usage
- 🎯 Real-World Usage Examples
- 🏗️ Data Structure
- Development
- 🤝 Contributing
- 🐛 Issues
- 📜 License
- 🏢 About Blue Perfumery
Related Resources
Related MCP Servers
- -securityFlicense-qualityA 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 -2Python
- -securityAlicense-qualityA 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 -104PythonMIT License
- AsecurityFlicenseAqualityA 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 -1810TypeScript
- -securityFlicense-qualityA 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 -16TypeScript