{
  "markdown": "# mcp-server-parfica\n\nMCP (Model Context Protocol) server for **[parfica.com](https://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.\n\nThis 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.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `search_fragrance` | Search fragrances, brands, notes and perfumers by name (Latin or Cyrillic) |\n| `fragrance_info` | Full profile: brand, year, note pyramid, accords, perfumers, community rating |\n| `find_dupes` | \"Smells like\" matches by distinctive-note overlap |\n\n## Install\n\n### Claude Code\n\n```bash\nclaude mcp add parfica -- npx -y mcp-server-parfica\n```\n\n### Claude Desktop\n\n```json\n{\n  \"mcpServers\": {\n    \"parfica\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-server-parfica\"]\n    }\n  }\n}\n```\n\n### Remote (no install)\n\nMCP clients that support remote servers can connect straight to:\n\n```\nhttps://parfica.com/mcp\n```\n\n## Configuration\n\n| Env var | Meaning |\n|---------|---------|\n| `PARFICA_MCP_URL` | Override the endpoint URL (default `https://parfica.com/mcp`) |\n| `PARFICA_TOKEN` | Optional bearer token for future write tools |\n\n## Related\n\n- [parfica.com](https://parfica.com) — the encyclopedia itself\n- [`fragrance-dupes`](https://github.com/parfica/fragrance-dupes) — the open \"smells like\" matching algorithm\n- [`parfica-open-data`](https://github.com/parfica/parfica-open-data) — open fragrance data (notes, taxonomy, OBF)\n\n## License\n\nMIT © [parfica.com](https://parfica.com)\n",
  "bytes": 1805,
  "sha": "203687c5d5e970a0caa734c21befe36648730c134a5a1c99cd18fb1fcca0424e",
  "repo_slug": "parfica/mcp-server-parfica",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_parfica_fragrances_4df30bab/readme"
}