From 4303a43093586ff1684daa23801623dfb14c7bfb Mon Sep 17 00:00:00 2001 From: Edwin Orange Date: Wed, 9 Sep 2026 08:38:29 -0400 Subject: [PATCH 1/2] Add Emboss to catalog Two augments under catalog/GetEmboss-ai: the emboss skill (fill PDF forms via the Emboss MCP connector) and the Emboss remote MCP server itself (https://api.getemboss.ai/mcp, listed in the official MCP registry as io.github.edwinorange/emboss). Root ai-catalog.json left for the workflow to regenerate: a local regeneration also pulls in unrelated drift from the live MCP catalog feed. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01Fam8AgQ94zGZze8w4zdzdP --- catalog/GetEmboss-ai/emboss-mcp-server.json | 18 ++++++++++++++++++ catalog/GetEmboss-ai/emboss.json | 17 +++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 catalog/GetEmboss-ai/emboss-mcp-server.json create mode 100644 catalog/GetEmboss-ai/emboss.json diff --git a/catalog/GetEmboss-ai/emboss-mcp-server.json b/catalog/GetEmboss-ai/emboss-mcp-server.json new file mode 100644 index 0000000..b6f0cc8 --- /dev/null +++ b/catalog/GetEmboss-ai/emboss-mcp-server.json @@ -0,0 +1,18 @@ +{ + "identifier": "urn:ai:github.com:GetEmboss-ai:emboss-claude-plugin:emboss-mcp-server", + "displayName": "Emboss MCP server", + "mediaType": "application/mcp-server+json", + "url": "https://github.com/GetEmboss-ai/emboss-claude-plugin/blob/main/server.json", + "description": "Remote MCP server that turns a flat PDF into a fillable form and fills it from data, from supporting documents with every answer sourced, or once per row of a spreadsheet. Hosted at https://api.getemboss.ai/mcp (Streamable HTTP, OAuth 2.1).", + "tags": [ + "mcp-server", + "pdf", + "forms", + "documents", + "remote" + ], + "metadata": { + "sourceSet": "GetEmboss-ai/emboss-claude-plugin", + "repoPath": "server.json" + } +} diff --git a/catalog/GetEmboss-ai/emboss.json b/catalog/GetEmboss-ai/emboss.json new file mode 100644 index 0000000..fb4be26 --- /dev/null +++ b/catalog/GetEmboss-ai/emboss.json @@ -0,0 +1,17 @@ +{ + "identifier": "urn:ai:github.com:GetEmboss-ai:emboss-claude-plugin:emboss", + "displayName": "Emboss", + "mediaType": "application/ai-skill", + "url": "https://github.com/GetEmboss-ai/emboss-claude-plugin/blob/main/skills/emboss/SKILL.md", + "description": "Fill PDF forms with Emboss: make a flat or scanned PDF fillable, fill it from notes, a document, or pasted text, or fill one copy for every row of a spreadsheet. Requires the Emboss MCP connector.", + "tags": [ + "skill", + "pdf", + "forms", + "mcp-server" + ], + "metadata": { + "sourceSet": "GetEmboss-ai/emboss-claude-plugin", + "repoPath": "skills/emboss/SKILL.md" + } +} From 581e4f2e9721654be4b3ca8d592956838a778b62 Mon Sep 17 00:00:00 2001 From: Edwin Orange Date: Sat, 12 Sep 2026 10:50:13 -0400 Subject: [PATCH 2/2] Emboss: descriptions name faxing --- catalog/GetEmboss-ai/emboss-mcp-server.json | 3 ++- catalog/GetEmboss-ai/emboss.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/catalog/GetEmboss-ai/emboss-mcp-server.json b/catalog/GetEmboss-ai/emboss-mcp-server.json index b6f0cc8..60a6303 100644 --- a/catalog/GetEmboss-ai/emboss-mcp-server.json +++ b/catalog/GetEmboss-ai/emboss-mcp-server.json @@ -3,12 +3,13 @@ "displayName": "Emboss MCP server", "mediaType": "application/mcp-server+json", "url": "https://github.com/GetEmboss-ai/emboss-claude-plugin/blob/main/server.json", - "description": "Remote MCP server that turns a flat PDF into a fillable form and fills it from data, from supporting documents with every answer sourced, or once per row of a spreadsheet. Hosted at https://api.getemboss.ai/mcp (Streamable HTTP, OAuth 2.1).", + "description": "Remote MCP server: Emboss turns any PDF form into a fillable one, fills it from data or supporting documents, reads a filled form back, and faxes the result to any fax number. Hosted at https://api.getemboss.ai/mcp (Streamable HTTP, OAuth 2.1).", "tags": [ "mcp-server", "pdf", "forms", "documents", + "fax", "remote" ], "metadata": { diff --git a/catalog/GetEmboss-ai/emboss.json b/catalog/GetEmboss-ai/emboss.json index fb4be26..83cae36 100644 --- a/catalog/GetEmboss-ai/emboss.json +++ b/catalog/GetEmboss-ai/emboss.json @@ -3,11 +3,12 @@ "displayName": "Emboss", "mediaType": "application/ai-skill", "url": "https://github.com/GetEmboss-ai/emboss-claude-plugin/blob/main/skills/emboss/SKILL.md", - "description": "Fill PDF forms with Emboss: make a flat or scanned PDF fillable, fill it from notes, a document, or pasted text, or fill one copy for every row of a spreadsheet. Requires the Emboss MCP connector.", + "description": "Fill PDF forms with Emboss: make a flat or scanned PDF fillable, fill it from notes, a document, or pasted text, fill one copy for every row of a spreadsheet, or fax the finished PDF. Requires the Emboss MCP connector.", "tags": [ "skill", "pdf", "forms", + "fax", "mcp-server" ], "metadata": {