Skip to content

Commit a5165ca

Browse files
committed
feat: v0.1.3 — hosted remote, OIDC release workflow, discovery metadata
Adds streamable-http remote (mcp.noteboxd.com) to server.json, an OIDC-based tag release workflow, and fragrance/perfume-focused title, description, keywords, and README H1 for discoverability. Bumps to 0.1.3.
1 parent 7666823 commit a5165ca

3 files changed

Lines changed: 18 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Noteboxd MCP
1+
# Noteboxd Fragrance & Perfume MCP
22

3-
A [Model Context Protocol](https://modelcontextprotocol.io) server that lets an AI assistant
4-
(Claude, ChatGPT, Cursor, and other MCP clients) query the
5-
[Noteboxd](https://www.noteboxd.com) fragrance encyclopedia: fragrances, notes, accords,
6-
brands, perfumers, community reviews, and charts.
3+
A [Model Context Protocol](https://modelcontextprotocol.io) server (and API) for **fragrance and
4+
perfume** data. Connect Claude, ChatGPT, Cursor, or any MCP client to the
5+
[Noteboxd](https://www.noteboxd.com) fragrance encyclopedia: fragrances, notes, accords, brands,
6+
perfumers, community reviews, and charts.
77

88
[![npm version](https://img.shields.io/npm/v/@noteboxd/mcp?color=2b54d4)](https://www.npmjs.com/package/@noteboxd/mcp)
99
[![license](https://img.shields.io/npm/l/@noteboxd/mcp?color=2b54d4)](./LICENSE)

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,27 @@
22
"name": "@noteboxd/mcp",
33
"version": "0.1.3",
44
"mcpName": "com.noteboxd/mcp",
5-
"description": "Model Context Protocol server for Noteboxd. Query fragrances, notes, accords, brands, perfumers, reviews, and charts from your AI assistant.",
5+
"description": "Fragrance & perfume MCP server and API client: query fragrances, notes, accords, brands, perfumers, reviews, and charts from Noteboxd.",
66
"publishConfig": {
77
"access": "public"
88
},
99
"keywords": [
1010
"mcp",
11+
"mcp-server",
1112
"model-context-protocol",
1213
"modelcontextprotocol",
1314
"fragrance",
15+
"fragrances",
1416
"perfume",
1517
"cologne",
18+
"scent",
19+
"fragrance-mcp",
20+
"perfume-mcp",
21+
"fragrance-api",
22+
"perfume-api",
23+
"notes",
24+
"accords",
25+
"perfumer",
1626
"noteboxd",
1727
"ai",
1828
"ai-tools",

server.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "com.noteboxd/mcp",
4-
"description": "Query the Noteboxd fragrance encyclopedia (fragrances, notes, brands, reviews, and charts).",
4+
"title": "Fragrance & Perfume MCP (Noteboxd)",
5+
"description": "Fragrance & perfume MCP: search fragrances, notes, accords, brands, perfumers, reviews & charts.",
56
"repository": {
67
"url": "https://github.com/noteboxd/mcp",
78
"source": "github"

0 commit comments

Comments
 (0)