🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mcp-server-parfica

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-server-parfica

MCP server for parfica.com — check who called from a phone number: community verdict, spam rating, operator, region and recent reviews (Ukraine + international).

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

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
  • parfica.com — the encyclopedia itself
  • fragrance-dupes — the open "smells like" matching algorithm
  • parfica-open-data — open fragrance data (notes, taxonomy, OBF)

License

MIT © parfica.com

Keywords

mcp

FAQs

Package last updated on 05 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts