# SBChart2.0 MCP (remote · softbowl.co.kr)

Softbowl SBChart2.0 차트(chart) 라이브러리의 공식 API 문서를 검색해, AI가 정확한 차트 코드를 생성하도록 돕습니다.

- Trust score: 55/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `softbowl.co.kr`: 55/100 (this document), [markdown](https://verifymcp.io/servers/kr-co-softbowl-sbchart2/mcp-sbchart2-do.md), [page](https://verifymcp.io/servers/kr-co-softbowl-sbchart2/mcp-sbchart2-do)

## Channel facts

- Endpoint: `https://softbowl.co.kr/mcp/sbchart2.do`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## 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**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 4 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - 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**: 42/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 2980 tokens (~745/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **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 kr-co-softbowl-sbchart2 https://softbowl.co.kr/mcp/sbchart2.do
```

### Codex

```toml
[mcp_servers.kr-co-softbowl-sbchart2]
url = "https://softbowl.co.kr/mcp/sbchart2.do"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kr-co-softbowl-sbchart2": {
      "type": "remote",
      "url": "https://softbowl.co.kr/mcp/sbchart2.do",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add kr-co-softbowl-sbchart2 --url https://softbowl.co.kr/mcp/sbchart2.do --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  kr-co-softbowl-sbchart2:
    url: "https://softbowl.co.kr/mcp/sbchart2.do"
```

### Other

```json
{
  "mcpServers": {
    "kr-co-softbowl-sbchart2": {
      "type": "http",
      "url": "https://softbowl.co.kr/mcp/sbchart2.do"
    }
  }
}
```

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-03 (score 55, +1)

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

### 2026-08-01 (score 54, +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-31 (score 53, 0)

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

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

- [functional improvement] Stability: unverified → 0.07

### 2026-07-28 (score 52)

First indexed and scored.

## MCP tools (4)

### `searchSBChartAPI` (~185 tokens)

Search SBChart2.0 chart API and option documentation by keyword. Returns matching entries with name, section, summary, and syntax. Start here to find which option or chart type fits, then call getSBChartAPIDetail for full details or getSBChartExample for code. ⚠️ SBChart2.0 코드/샘플 생성 시 서버 공통지침(표준 골격에서 출발 · chartConfig 리터럴 나열 · 요청 기능만 최소 적용) 준수 — 상세는 서버 instructions 참고.

Input parameters:

- `limit` (number): Maximum number of results to return. Default 5.
- `query` (string, required): Keyword to search: a chart type, option, or feature (e.g. 'bar', 'tooltip', 'gantt', 'axis').
- `section` (string): Optionally restrict results to one section.

### `getSBChartAPIDetail` (~166 tokens)

Get the full documentation for one SBChart2.0 option/API by exact name: detailed explanation, HTML/JS usage, example, and warnings. Use after searchSBChartAPI. For a chart type's data structure, query its 'dataFormat' entry (e.g. 'Gantt 차트 데이터 포맷'). ⚠️ SBChart2.0 코드/샘플 생성 시 서버 공통지침(표준 골격에서 출발 · chartConfig 리터럴 나열 · 요청 기능만 최소 적용) 준수 — 상세는 서버 instructions 참고.

Input parameters:

- `name` (string, required): Exact option/API name as shown in searchSBChartAPI results (e.g. 'barFormat', 'Gantt 차트 데이터 포맷').

### `listSBChartAPIs` (~134 tokens)

Browse the SBChart2.0 API surface by section and/or category. Call with no argument to get sections and their categories; filter by section or category to narrow. Use to explore what chart types and options exist. ⚠️ SBChart2.0 코드/샘플 생성 시 서버 공통지침(표준 골격에서 출발 · chartConfig 리터럴 나열 · 요청 기능만 최소 적용) 준수 — 상세는 서버 instructions 참고.

Input parameters:

- `category` (string): Optionally filter to a specific category.
- `section` (string): Optionally restrict to one section.

### `getSBChartExample` (~156 tokens)

Find runnable SBChart2.0 code examples by feature or use case. Returns example code (data + config) for a chart type or option. Use when you want working sample code rather than the API reference. ⚠️ SBChart2.0 코드/샘플 생성 시 서버 공통지침(표준 골격에서 출발 · chartConfig 리터럴 나열 · 요청 기능만 최소 적용) 준수 — 상세는 서버 instructions 참고.

Input parameters:

- `limit` (number): Maximum number of examples to return. Default 3.
- `query` (string, required): Chart type, feature, or use case (e.g. 'bar chart', 'donut', 'tooltip', 'sankey').

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/kr-co-softbowl-sbchart2/mcp-sbchart2-do#diagnostics

## Score history

- 2026-08-03: 55
- 2026-08-02: 54
- 2026-08-01: 54
- 2026-07-31: 53
- 2026-07-30: 53
- 2026-07-28: 52

## Links

- Remote endpoint: https://softbowl.co.kr/mcp/sbchart2.do
- Changelog RSS feed: https://verifymcp.io/servers/kr-co-softbowl-sbchart2/mcp-sbchart2-do/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/kr-co-softbowl-sbchart2/mcp-sbchart2-do/changelog.json
- HTML version of this page: https://verifymcp.io/servers/kr-co-softbowl-sbchart2/mcp-sbchart2-do
