Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Blue Perfumery Mcp Server

    MCP server for Blue Perfumery - AI-powered perfume discovery and shopping

    2 stars
    TypeScript
    Updated Oct 5, 2025

    Table of Contents

    • What is MCP?
    • Tech Stack
    • Available Tools
    • Installation
    • Claude Desktop Integration
    • Project Structure
    • Example Usage
    • Environment Variables
    • Scripts
    • License

    Table of Contents

    • What is MCP?
    • Tech Stack
    • Available Tools
    • Installation
    • Claude Desktop Integration
    • Project Structure
    • Example Usage
    • Environment Variables
    • Scripts
    • License

    Documentation

    Blue Perfumery MCP Server

    Model Context Protocol (MCP) server that enables AI assistants like Claude to access Blue Perfumery's perfume database and product information.

    What is MCP?

    Model Context Protocol is an open standard that allows AI assistants to securely access external data sources and tools. This server provides Claude and other MCP-compatible assistants direct access to Blue Perfumery's product catalog.

    Tech Stack

    TechnologyVersionPurpose
    Node.js18+Runtime
    TypeScript5.3+Type Safety
    MCP SDK0.5+Protocol Implementation
    MongoDB-Database
    Mongoose8.0+ODM

    Available Tools

    ToolDescription
    list_all_perfumesGet all perfumes in the collection
    get_perfume_by_idGet a specific perfume by ID
    search_perfumesSearch perfumes by name or brand
    get_perfumes_by_categoryFilter by category (men, women, niche)
    get_purchase_linkGet Shopier purchase link for a perfume

    Installation

    bash
    # Install dependencies
    npm install
    
    # Create .env file
    echo "MONGODB_URI=your-mongodb-uri" > .env
    
    # Build
    npm run build
    
    # Run
    npm start

    Claude Desktop Integration

    Add to your Claude Desktop config (claude_desktop_config.json):

    json
    {
      "mcpServers": {
        "blue-perfumery": {
          "command": "node",
          "args": ["/path/to/mcp-server/dist/index.js"],
          "env": {
            "MONGODB_URI": "your-mongodb-connection-string"
          }
        }
      }
    }

    Project Structure

    code
    src/
    ├── index.ts          # MCP server entry point
    ├── config/
    │   └── database.ts   # MongoDB connection
    └── models/
        └── Product.ts    # Perfume model

    Example Usage

    Once configured, you can ask Claude:

    • "What perfumes does Blue Perfumery have?"
    • "Search for woody perfumes"
    • "Show me men's fragrances"
    • "Get the purchase link for [perfume name]"

    Environment Variables

    VariableDescription
    MONGODB_URIMongoDB connection string

    Scripts

    CommandDescription
    npm run devDevelopment with tsx
    npm run buildCompile TypeScript
    npm startStart server

    License

    MIT

    Similar MCP

    Based on tags & features

    • GL

      Glm Mcp Server

      TypeScript·
      3
    • NS

      Ns Private Access Mcp

      TypeScript·
      3
    • MC

      Mcp Wave

      TypeScript00
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • GL

      Glm Mcp Server

      TypeScript·
      3
    • NS

      Ns Private Access Mcp

      TypeScript·
      3
    • MC

      Mcp Wave

      TypeScript00
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k