toss-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_docsA | 토스 개발자 문서와 내장 보완 자료를 검색합니다. 공식 스펙에 없는 콘솔/담당자 확인 동작(send-message 이동 URL의
Args: query: 검색어 (공백으로 구분된 키워드) source: 소스 필터 (선택). list_sources 도구에서 지원값 확인 max_results: 최대 결과 수 (기본 10, 최대 30) |
| list_sourcesA | 검색 가능한 공식/내장 문서 소스와 원천 URL을 보여줍니다. |
| sync_sourcesA | 문서를 수동으로 동기화합니다. Args: force: True이면 캐시를 무시하고 강제 재수집 |
| list_examplesC | 검색 가능한 Apps in Toss 공식 예제 목록을 보여줍니다. Args: platform: 플랫폼 필터 (선택). webview, react_native, server |
| search_examplesA | Apps in Toss 공식 예제 코드와 README를 검색합니다. Args: query: API, 함수, 기능 또는 코드 키워드 example: 예제 ID 필터 (선택). list_examples에서 확인 language: 언어 필터 (선택). markdown, json, typescript, tsx, javascript, jsx max_results: 최대 결과 수 (기본 5, 최대 20) |
| get_example_fileA | 선별된 공식 예제 파일의 지정 줄 범위를 조회합니다. Args: path: search_examples가 반환한 저장소 상대 경로 start_line: 시작 줄 (1부터 시작) end_line: 끝 줄 (포함, 한 번에 최대 400줄) |
| sync_examplesC | Apps in Toss 공식 예제 main의 최신 커밋을 확인합니다. Args: force: True이면 같은 commit이어도 다시 다운로드하고 검증 |
| search_iconsA | 토스 아이콘 카탈로그를 검색하고 타입별 추천 사용 코드를 안내합니다. Args: query: 검색어 (아이콘 이름/URL 일부) icon_type: 타입 필터 (선택). "icon-", "icn-", "emoji/image" max_results: 최대 결과 수 (기본 10, 최대 30) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool targets a distinct resource and action: docs search, source listing/syncing, example listing/searching/file retrieval/syncing, and icon search. No two tools appear to do the same thing.
All tool names follow a consistent verb_noun snake_case pattern (search_, list_, sync_, get_) with clear resource nouns. The naming is uniform and predictable.
8 tools is well-scoped for a developer resource search server covering docs, examples, and icons. Each tool serves a distinct purpose without unnecessary redundancy.
The surface covers searching, listing, and syncing for docs and examples, plus icon search and example file retrieval. A minor gap is the lack of a direct full-document retrieval tool for docs, but list_sources provides URLs as a workaround.