Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

SBGrid3.0 MCP

kr.co.softbowl/sbgrid3

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

Uptime
100.0%
1 direct probes · 30d
Response
1780ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

searchSBGridAPI

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 getSBGridAP…

getSBGridAPIDetail

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. ⚠️…

listSBGridAPIs

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 specifi…

getSBGridExample

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 코드/샘플 생성 시 서버 공통지…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "sbgrid3.0_mcp": {
      "url": "https://softbowl.co.kr/mcp/sbgrid3.do",
      "transport": "streamable-http"
    }
  }
}