File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments