Back to Browse

Parfica MCP Server

by Parfica
Developer ToolsModerate6.8MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Fragrance encyclopedia: note pyramids, accords, perfumers and dupes (parfica.com).

About

Fragrance encyclopedia: note pyramids, accords, perfumers and dupes (parfica.com).

Remote endpoints: streamable-http: https://parfica.com/mcp

Security Report

6.8
Moderate6.8Moderate Risk

This MCP server is a lightweight proxy bridge to parfica.com's fragrance API with clean, well-structured code and appropriate security practices. Token-based authentication is optional and properly handled via environment variables. The primary concern is a metadata mismatch in package.json that describes phone lookup rather than fragrances, which appears to be a copy-paste error but does not affect runtime security. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

4 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

mcp-server-parfica

MCP (Model Context Protocol) server for parfica.com — the Ukrainian-first fragrance encyclopedia. Ask your AI assistant "what does Creed Aventus smell like?" or "find me cheaper fragrances similar to Baccarat Rouge 540" and it will answer with note pyramids, accords, perfumers, community ratings and note-overlap dupes.

This package is a thin stdio bridge to the site's native MCP endpoint (https://parfica.com/mcp). Tools are discovered at startup, so the package never goes stale.

Tools

ToolDescription
search_fragranceSearch fragrances, brands, notes and perfumers by name (Latin or Cyrillic)
fragrance_infoFull profile: brand, year, note pyramid, accords, perfumers, community rating
find_dupes"Smells like" matches by distinctive-note overlap

Install

Claude Code

claude mcp add parfica -- npx -y mcp-server-parfica

Claude Desktop

{
  "mcpServers": {
    "parfica": {
      "command": "npx",
      "args": ["-y", "mcp-server-parfica"]
    }
  }
}

Remote (no install)

MCP clients that support remote servers can connect straight to:

https://parfica.com/mcp

Configuration

Env varMeaning
PARFICA_MCP_URLOverride the endpoint URL (default https://parfica.com/mcp)
PARFICA_TOKENOptional bearer token for future write tools

Related

License

MIT © parfica.com

Reviews

No reviews yet

Be the first to review this server!