Skip to content

Commit 3db8b87

Browse files
fulcraiBrad Markin
andauthored
Add SkinKnowledgeBase remote MCP server (#134)
Co-authored-by: Brad Markin <bradstudio@Brads-Mac-Studio.local>
1 parent 4332a52 commit 3db8b87

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.skinknowledgebase-mcp-http",
4+
"name": "SkinKnowledgeBase",
5+
"alias": "skinknowledgebase",
6+
"description": "Source-backed skincare question answering and product comparison context for AI assistants.",
7+
"logo": "https://skinknowledgebase.com/skb-logo-512.png",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"ai-ml",
11+
"search",
12+
"documentation"
13+
],
14+
"tags": [
15+
"skincare",
16+
"question-answering",
17+
"product-comparison",
18+
"citations",
19+
"remote",
20+
"read-only"
21+
],
22+
"transport": {
23+
"type": "http",
24+
"url": "https://mcp.skinknowledgebase.com/mcp",
25+
"metadata": {
26+
"inputs": []
27+
}
28+
},
29+
"auth": {
30+
"type": "none"
31+
},
32+
"contributor": {
33+
"name": "SkinKnowledgeBase",
34+
"github": "fulcrai",
35+
"url": "https://skinknowledgebase.com"
36+
},
37+
"links": {
38+
"repository": "https://github.com/fulcrai/skb-mcp",
39+
"homepage": "https://skinknowledgebase.com",
40+
"documentation": "https://skinknowledgebase.com/ai-access"
41+
},
42+
"platforms": [
43+
"all"
44+
],
45+
"capabilities": {
46+
"tools": true,
47+
"resources": false,
48+
"prompts": false,
49+
"read_only_mode": true
50+
}
51+
}

0 commit comments

Comments
 (0)