sonsuchup-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SONSUCHUP_TOKEN | Yes | MCP token issued from the Sonsuchup web app (starts with sonsu_mcp_) | |
| SONSUCHUP_WEB_URL | No | Base URL used in response url fields. Default https://sonsuchup.vercel.app | https://sonsuchup.vercel.app |
| SONSUCHUP_SUPABASE_URL | No | Supabase URL. Defaults to the production Sonsuchup instance. | |
| SONSUCHUP_SUPABASE_ANON_KEY | No | Supabase anon key. Built-in default (anon, publishable). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_casesA | 현재 사용자의 사건 목록(메타만)을 반환합니다. 각 항목은 id, name, occurrence, location, summary, 인물·기록 수와 함께 손수첩 웹에서 바로 열 수 있는 url을 포함합니다. 사용자에게 결과를 보여줄 때 각 사건의 url을 함께 노출하세요. |
| get_case_detailA | 사건 한 건의 전체 내용(개요, 인물, 알리바이, 관계, 타임라인 이벤트, 기록)을 반환합니다. 결과의 url은 손수첩 웹에서 이 사건을 바로 여는 링크입니다. |
| create_caseA | 새 사건을 생성합니다. name은 필수, 나머지는 선택. 생성된 사건의 id(UUID)를 반환합니다. |
| update_case_infoC | 사건 개요의 일부 필드를 수정합니다. 전달한 필드만 변경됩니다. |
| add_personB | 사건에 인물을 추가합니다. roles 예: ["피해자"], ["용의자"], ["참고인"], ["수사관"]. 추가된 인물의 local id를 반환합니다. |
| add_alibiA | 특정 인물에 알리바이를 추가합니다. status: claimed(주장)/confirmed(확인됨)/false(허위). 기본 claimed. |
| add_recordC | 사건 기록을 추가합니다. time은 datetime-local 문자열 (예: "2026-04-20T14:30") 또는 생략(시간 미지정). |
| add_edgeC | 두 인물 사이 관계를 추가합니다. from/to는 인물의 local id. label 예: "친구", "직장 동료", "부부". |
| delete_caseA | 사건을 영구 삭제합니다. 인물·알리바이·기록 등 자식 데이터도 함께 삭제되며 되돌릴 수 없습니다. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dalboki/sonsuchup-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server