diff --git a/catalog/GetEmboss-ai/emboss-mcp-server.json b/catalog/GetEmboss-ai/emboss-mcp-server.json new file mode 100644 index 0000000..60a6303 --- /dev/null +++ b/catalog/GetEmboss-ai/emboss-mcp-server.json @@ -0,0 +1,19 @@ +{ + "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: 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": { + "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..83cae36 --- /dev/null +++ b/catalog/GetEmboss-ai/emboss.json @@ -0,0 +1,18 @@ +{ + "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, 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": { + "sourceSet": "GetEmboss-ai/emboss-claude-plugin", + "repoPath": "skills/emboss/SKILL.md" + } +}