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

Softbowl SBGrid3.0 데이터 그리드(grid)의 공식 API 문서를 검색해, AI가 정확한 그리드 코드를 생성하도록 돕습니다.

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

## Components

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

## Channel facts

- Endpoint: `https://softbowl.co.kr/mcp/sbgrid3.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**: 39/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 2903 tokens (~725/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-sbgrid3 https://softbowl.co.kr/mcp/sbgrid3.do
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "kr-co-softbowl-sbgrid3": {
      "type": "http",
      "url": "https://softbowl.co.kr/mcp/sbgrid3.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-02 (score 54, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 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

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

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

### 2026-07-29 (score 52, +1)

- [functional improvement] Stability: unverified → 0.03

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

First indexed and scored.

## MCP tools (4)

### `searchSBGridAPI` (~173 tokens)

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

Input parameters:

- `limit` (number): Maximum number of results to return. Default 5.
- `query` (string, required): Keyword to search: a feature, option, or method name (e.g. 'excelExport', 'filter', 'column width', 'row grouping').

### `getSBGridAPIDetail` (~143 tokens)

Get the full documentation for one SBGrid3.0 API/option by its exact name: syntax, all sub-options, detailed explanation, and a code example. Use after searchSBGridAPI once you know the exact name. ⚠️ SBGrid3 코드/샘플 생성 시 서버 공통지침(표준 골격에서 출발 · columns/gridConfig 리터럴 나열 · 요청 기능만 최소 적용) 준수 — 상세는 서버 instructions 참고.

Input parameters:

- `name` (string, required): Exact API/option name as shown in searchSBGridAPI results (e.g. 'excelExport', 'columns', 'personalization').

### `listSBGridAPIs` (~132 tokens)

Browse the SBGrid3.0 API surface by category. Call with no argument to get all top-level categories; pass a category to list the APIs under it. Use to explore what exists when you don't have a specific keyword. ⚠️ SBGrid3 코드/샘플 생성 시 서버 공통지침(표준 골격에서 출발 · columns/gridConfig 리터럴 나열 · 요청 기능만 최소 적용) 준수 — 상세는 서버 instructions 참고.

Input parameters:

- `category` (string): Category to list APIs for (optional). Omit to return the list of all categories.

### `getSBGridExample` (~144 tokens)

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

Input parameters:

- `limit` (number): Maximum number of examples to return. Default 3.
- `query` (string, required): Feature or use case to find examples for (e.g. 'excel export', 'row grouping', 'cell editing').

## Diagnostics

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

## Score history

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

## Links

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