@noteboxd/mcp
Advanced tools
+1
-1
| // Change PACKAGE_NAME here if the package is ever published under a scope. | ||
| export const PACKAGE_NAME = "noteboxd-mcp"; | ||
| export const PACKAGE_VERSION = "0.1.3"; | ||
| export const PACKAGE_VERSION = "0.1.4"; | ||
| // Public REST API origin. Override with NOTEBOXD_API_BASE_URL. | ||
@@ -5,0 +5,0 @@ export const DEFAULT_API_BASE_URL = "https://api.noteboxd.com"; |
+12
-2
| { | ||
| "name": "@noteboxd/mcp", | ||
| "version": "0.1.3", | ||
| "version": "0.1.4", | ||
| "mcpName": "com.noteboxd/mcp", | ||
| "description": "Model Context Protocol server for Noteboxd. Query fragrances, notes, accords, brands, perfumers, reviews, and charts from your AI assistant.", | ||
| "description": "Fragrance & perfume MCP server and API client: query fragrances, notes, accords, brands, perfumers, reviews, and charts from Noteboxd.", | ||
| "publishConfig": { | ||
@@ -11,7 +11,17 @@ "access": "public" | ||
| "mcp", | ||
| "mcp-server", | ||
| "model-context-protocol", | ||
| "modelcontextprotocol", | ||
| "fragrance", | ||
| "fragrances", | ||
| "perfume", | ||
| "cologne", | ||
| "scent", | ||
| "fragrance-mcp", | ||
| "perfume-mcp", | ||
| "fragrance-api", | ||
| "perfume-api", | ||
| "notes", | ||
| "accords", | ||
| "perfumer", | ||
| "noteboxd", | ||
@@ -18,0 +28,0 @@ "ai", |
+5
-5
@@ -1,7 +0,7 @@ | ||
| # Noteboxd MCP | ||
| # Noteboxd Fragrance & Perfume MCP | ||
| A [Model Context Protocol](https://modelcontextprotocol.io) server that lets an AI assistant | ||
| (Claude, ChatGPT, Cursor, and other MCP clients) query the | ||
| [Noteboxd](https://www.noteboxd.com) fragrance encyclopedia: fragrances, notes, accords, | ||
| brands, perfumers, community reviews, and charts. | ||
| A [Model Context Protocol](https://modelcontextprotocol.io) server (and API) for **fragrance and | ||
| perfume** data. Connect Claude, ChatGPT, Cursor, or any MCP client to the | ||
| [Noteboxd](https://www.noteboxd.com) fragrance encyclopedia: fragrances, notes, accords, brands, | ||
| perfumers, community reviews, and charts. | ||
@@ -8,0 +8,0 @@ [](https://www.npmjs.com/package/@noteboxd/mcp) |
+4
-3
| { | ||
| "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", | ||
| "name": "com.noteboxd/mcp", | ||
| "description": "Query the Noteboxd fragrance encyclopedia (fragrances, notes, brands, reviews, and charts).", | ||
| "title": "Fragrance & Perfume MCP (Noteboxd)", | ||
| "description": "Fragrance & perfume MCP: search fragrances, notes, accords, brands, perfumers, reviews & charts.", | ||
| "repository": { | ||
@@ -9,3 +10,3 @@ "url": "https://github.com/noteboxd/mcp", | ||
| }, | ||
| "version": "0.1.3", | ||
| "version": "0.1.4", | ||
| "packages": [ | ||
@@ -15,3 +16,3 @@ { | ||
| "identifier": "@noteboxd/mcp", | ||
| "version": "0.1.3", | ||
| "version": "0.1.4", | ||
| "transport": { | ||
@@ -18,0 +19,0 @@ "type": "stdio" |
25206
1.04%462
0.22%