@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.0"; | ||
| export const PACKAGE_VERSION = "0.1.1"; | ||
| // Public REST API origin. Override with NOTEBOXD_API_BASE_URL. | ||
@@ -5,0 +5,0 @@ export const DEFAULT_API_BASE_URL = "https://api.noteboxd.com"; |
+2
-1
| { | ||
| "name": "@noteboxd/mcp", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "mcpName": "io.github.noteboxd/mcp", | ||
| "description": "Model Context Protocol server for Noteboxd. Query fragrances, notes, accords, brands, perfumers, reviews, and charts from your AI assistant.", | ||
@@ -5,0 +6,0 @@ "publishConfig": { |
+1
-1
@@ -135,3 +135,3 @@ # Noteboxd MCP | ||
| (50 calls/day), then pay-as-you-go per call. Most reads are $0.01; the AI tools cost a few cents. | ||
| See [developers.noteboxd.com/pricing](https://developers.noteboxd.com/pricing). | ||
| See [developers.noteboxd.com/#pricing](https://developers.noteboxd.com/#pricing). | ||
@@ -138,0 +138,0 @@ ## License |
+12
-8
| { | ||
| "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", | ||
| "name": "io.github.noteboxd/mcp", | ||
| "description": "Query the Noteboxd fragrance encyclopedia (fragrances, notes, accords, brands, perfumers, reviews, and charts) from an AI assistant.", | ||
| "version": "0.1.0", | ||
| "description": "Query the Noteboxd fragrance encyclopedia (fragrances, notes, brands, reviews, and charts).", | ||
| "repository": { | ||
@@ -9,14 +9,18 @@ "url": "https://github.com/noteboxd/mcp", | ||
| }, | ||
| "version": "0.1.1", | ||
| "packages": [ | ||
| { | ||
| "registry_type": "npm", | ||
| "registryType": "npm", | ||
| "identifier": "@noteboxd/mcp", | ||
| "version": "0.1.0", | ||
| "transport": { "type": "stdio" }, | ||
| "environment_variables": [ | ||
| "version": "0.1.1", | ||
| "transport": { | ||
| "type": "stdio" | ||
| }, | ||
| "environmentVariables": [ | ||
| { | ||
| "name": "NOTEBOXD_API_KEY", | ||
| "description": "Noteboxd API key (nb_live_...). Create one free at https://developers.noteboxd.com", | ||
| "is_required": true, | ||
| "is_secret": true | ||
| "format": "string", | ||
| "isRequired": true, | ||
| "isSecret": true | ||
| } | ||
@@ -23,0 +27,0 @@ ] |
24849
0.54%455
0.89%