# SkinKnowledgeBase Skincare Question and Answer MCP (remote · mcp.skinknowledgebase.com)

Skincare Question and Answer with cited products, ingredients, sources, and comparison context.

- Trust score: 68/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.skinknowledgebase.com`: 68/100 (this document), [markdown](https://verifymcp.io/servers/fulcrai-skb-mcp/mcp.md), [page](https://verifymcp.io/servers/fulcrai-skb-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.skinknowledgebase.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 69/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 849 tokens (~84/item across 10 items; 10 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 74/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 8% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http fulcrai-skb-mcp https://mcp.skinknowledgebase.com/mcp
```

### Codex

```toml
[mcp_servers.fulcrai-skb-mcp]
url = "https://mcp.skinknowledgebase.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "fulcrai-skb-mcp": {
      "type": "remote",
      "url": "https://mcp.skinknowledgebase.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add fulcrai-skb-mcp --url https://mcp.skinknowledgebase.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  fulcrai-skb-mcp:
    url: "https://mcp.skinknowledgebase.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "fulcrai-skb-mcp": {
      "type": "http",
      "url": "https://mcp.skinknowledgebase.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 67, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 62, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 61)

First indexed and scored.

## MCP tools (10)

### `search` (~141 tokens)

Search public SkinKnowledgeBase content. Required input: query string. Optional inputs: entity_type (Question, Concern, Ingredient, Product, SideEffect, Source), deprecated type alias, limit 1-50, and cursor. Returns compact ranked public results with canonical URLs, snippets, matched fields, scores, and public-safe retrieval metadata. Use for skincare questions, ingredient/product lookup, cited source lookup, and comparison-page discovery.

Input parameters:

- `cursor` (string)
- `entity_type` (string): Preferred entity type filter.
- `limit` (integer)
- `query` (string, required)
- `type` (string): Deprecated alias for entity_type; kept for compatibility.

Output parameters:

- `data`: Tool-specific public SkinKnowledgeBase response data.
- `error` (object): Error details when ok is false.
- `meta` (object): Response metadata for successful calls.
- `ok` (boolean): Whether the SKB MCP tool call succeeded.

### `fetch` (~88 tokens)

Fetch one public SkinKnowledgeBase resource. Required input: id, which may be a canonical SKB URL, public comparison URL, entity ULID, slug, or accepted comparison-page identifier. Returns public read-only text and structured data such as title, canonical URL, entity type, evidence sources, product fact sources, updated_at, and public-safe comparison metadata where applicable.

Input parameters:

- `id` (string, required)

Output parameters:

- `data`: Tool-specific public SkinKnowledgeBase response data.
- `error` (object): Error details when ok is false.
- `meta` (object): Response metadata for successful calls.
- `ok` (boolean): Whether the SKB MCP tool call succeeded.

### `search_questions` (~89 tokens)

Search published public SkinKnowledgeBase Question pages. Required input: query string. Optional inputs: filters for concern, ingredient, product, or side_effect; limit 1-25; cursor. Returns public question search results with identifiers and canonical URLs for follow-up retrieval.

Input parameters:

- `cursor` (string)
- `filters` (object)
- `limit` (integer)
- `query` (string, required)

Output parameters:

- `data`: Tool-specific public SkinKnowledgeBase response data.
- `error` (object): Error details when ok is false.
- `meta` (object): Response metadata for successful calls.
- `ok` (boolean): Whether the SKB MCP tool call succeeded.

### `get_question_bundle` (~95 tokens)

Fetch a public SkinKnowledgeBase Question bundle. Required input: slug_or_id, accepting a question slug or ULID. Optional booleans include include_sources, include_products, and include_validation_summary. Returns the public question answer structure and requested linked public context.

Input parameters:

- `include_products` (boolean)
- `include_sources` (boolean)
- `include_validation_summary` (boolean)
- `slug_or_id` (string, required)

Output parameters:

- `data`: Tool-specific public SkinKnowledgeBase response data.
- `error` (object): Error details when ok is false.
- `meta` (object): Response metadata for successful calls.
- `ok` (boolean): Whether the SKB MCP tool call succeeded.

### `get_entity` (~80 tokens)

Fetch one public SkinKnowledgeBase entity. Required inputs: type (Question, Concern, Ingredient, Product, SideEffect, or Source) and slug_or_id (entity slug or ULID). Returns public entity details, canonical URL, text, and linked source/context fields where available.

Input parameters:

- `slug_or_id` (string, required)
- `type` (string, required)

Output parameters:

- `data`: Tool-specific public SkinKnowledgeBase response data.
- `error` (object): Error details when ok is false.
- `meta` (object): Response metadata for successful calls.
- `ok` (boolean): Whether the SKB MCP tool call succeeded.

### `search_entities` (~89 tokens)

Search public SkinKnowledgeBase entities. Required input: query string. Optional inputs: type (Question, Concern, Ingredient, Product, SideEffect, Source), limit 1-25, and cursor. Returns matching public entities with slugs/IDs and canonical URLs.

Input parameters:

- `cursor` (string)
- `limit` (integer)
- `query` (string, required)
- `type` (string)

Output parameters:

- `data`: Tool-specific public SkinKnowledgeBase response data.
- `error` (object): Error details when ok is false.
- `meta` (object): Response metadata for successful calls.
- `ok` (boolean): Whether the SKB MCP tool call succeeded.

### `get_ranked_products_for_question` (~77 tokens)

Return public supporting product context for one eligible SkinKnowledgeBase Question. Required input: slug_or_id, accepting a question slug or ULID. Returns at most two relevant products with public fit/caveat context; it does not purchase, recommend as medical advice, or modify anything.

Input parameters:

- `slug_or_id` (string, required)

Output parameters:

- `data`: Tool-specific public SkinKnowledgeBase response data.
- `error` (object): Error details when ok is false.
- `meta` (object): Response metadata for successful calls.
- `ok` (boolean): Whether the SKB MCP tool call succeeded.

### `get_ranked_product_for_question` (~65 tokens)

Deprecated read-only alias for get_ranked_products_for_question. Required input: slug_or_id, accepting a question slug or ULID. Returns the same public supporting product context, capped at two products, without modifying anything.

Input parameters:

- `slug_or_id` (string, required)

Output parameters:

- `data`: Tool-specific public SkinKnowledgeBase response data.
- `error` (object): Error details when ok is false.
- `meta` (object): Response metadata for successful calls.
- `ok` (boolean): Whether the SKB MCP tool call succeeded.

### `get_sources_for_question` (~60 tokens)

Return public Source entities cited by one SkinKnowledgeBase Question. Required input: slug_or_id, accepting a question slug or ULID. Returns source records and canonical URLs used to support the public question page.

Input parameters:

- `slug_or_id` (string, required)

Output parameters:

- `data`: Tool-specific public SkinKnowledgeBase response data.
- `error` (object): Error details when ok is false.
- `meta` (object): Response metadata for successful calls.
- `ok` (boolean): Whether the SKB MCP tool call succeeded.

### `list_entities` (~65 tokens)

List public SkinKnowledgeBase entities. Optional input: entity_type (Question, Concern, Ingredient, Product, SideEffect, or Source). Returns published MCP-eligible entity identifiers and metadata for discovery; it does not expose drafts or private/internal data.

Input parameters:

- `entity_type` (string)

Output parameters:

- `data`: Tool-specific public SkinKnowledgeBase response data.
- `error` (object): Error details when ok is false.
- `meta` (object): Response metadata for successful calls.
- `ok` (boolean): Whether the SKB MCP tool call succeeded.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/fulcrai-skb-mcp/mcp#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 68
- 2026-08-01: 67
- 2026-07-31: 67
- 2026-07-30: 64
- 2026-07-29: 63
- 2026-07-28: 63
- 2026-07-27: 62
- 2026-07-26: 61

## Links

- Remote endpoint: https://mcp.skinknowledgebase.com/mcp
- Repository: https://github.com/fulcrai/skb-mcp
- Changelog RSS feed: https://verifymcp.io/servers/fulcrai-skb-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/fulcrai-skb-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/fulcrai-skb-mcp/mcp
