dooray-dbins-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dooray-dbins-mcpshow me my tasks in Dooray"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
dooray-dbins-mcp
Vercel에 배포하는 Dooray REST·CalDAV·LDAP·CardDAV 조회 전용 MCP 서버입니다. 하나의 stateless Streamable HTTP endpoint에서 기존 18개 도구와 CardDAV 연락처 도구 3개를 제공합니다.
제공 도구
Dooray REST 11개:
dooray_check_connection,dooray_whoami,dooray_common,dooray_projects,dooray_tasks,dooray_messenger,dooray_calendar,dooray_wiki,dooray_drive,dooray_api_get,dooray_capabilitiesCalDAV·LDAP 7개:
service_status,calendar_list_calendars,calendar_get_events,calendar_search_events,directory_search_people,directory_get_person,directory_get_group_membersCardDAV 3개:
carddav_list_address_books,carddav_search_contacts,carddav_get_contact
CardDAV source는 personal(carddav.dooray.co.kr)과 organization(carddav-members.dooray.co.kr)으로 고정됩니다. 인증은 기존 DOORAY_USERNAME / DOORAY_PASSWORD를 CalDAV·LDAP와 함께 재사용하며 CardDAV 전용 자격증명 환경변수는 없습니다.
모든 도구에는 read-only annotation이 적용됩니다. Dooray REST는 GET만 사용하고, CalDAV·CardDAV는 조회용 OPTIONS·PROPFIND·REPORT·GET만 사용하며, LDAP는 bind·search·unbind만 사용합니다. CardDAV 응답은 제한된 연락처 필드만 반환하고 전체 vCard, PHOTO, SOUND, KEY는 반환하지 않습니다.
Related MCP server: NAVER WORKS MCP
MCP 엔드포인트
https://<your-vercel-project>.vercel.app/<64-character-path-token>/mcp경로 토큰은 필수이며 직접 /api/mcp 경로는 차단됩니다. MCP 클라이언트가 지원하면 별도 MCP_ACCESS_KEY를 Bearer 또는 X-MCP-Access-Key로 보낼 수 있습니다.
환경변수
이름 | 필수 | 설명 |
| 예 | 정확히 64자의 URL-safe 경로 보호 secret |
| 예 | CalDAV·CardDAV Basic auth와 LDAP bind에 공통 사용 |
| 예 | CalDAV·CardDAV Basic auth와 LDAP bind에 공통 사용 |
| 예 | Dooray REST 개인 API token |
| 아니오 | Bearer 또는 사용자 정의 헤더 호환 access key |
| 아니오 | 추가 허용 Origin, 쉼표 구분 |
| 아니오 | 기본값 |
| 아니오 | 추가 허용 Dooray host, 쉼표 구분 |
| 아니오 | 기본값 20,000ms |
| 아니오 | 기본값 2,000,000 bytes |
| 아니오 | 기본값 120,000자 |
실제 secret은 Vercel Environment Variables 또는 로컬의 무시되는 .env.local에만 저장하고 커밋하지 않습니다.
로컬 검증
npm ci
npm run checkVercel 배포
공개 GitHub 저장소를 Vercel의 New Project에서 Import합니다.
Framework Preset은 Other 또는 자동 감지를 사용하고 Build Command는
npm run build으로 둡니다.Production 환경변수를 등록합니다.
배포 후
/<64-character-path-token>/mcp에서 MCP initialize와 tools/list를 확인합니다.
This server cannot be deployed
Maintenance
Related MCP Connectors
Read-only MCP access to a documented IT fleet: state, changes, posture. 15 tools.
Authenticated, user-scoped MCP connectors for 30+ business systems.
- OneOAuthai.withone
Search, document and execute authenticated API calls across 700+ apps via one MCP server
Read-only MCP tools for AI agent discovery, structured resources, and NIULAI information.
Related MCP Servers
- AlicenseBqualityBmaintenanceDooray MCP server for interacting with Dooray services such as messenger, calendar, project, and posts. Supports operations like reading, creating, and updating posts, comments, and files.1516 npmMIT
- FlicenseCqualityCmaintenanceEnables Hermes to query NAVER WORKS calendar, contacts, and organization directory through natural language, with read-only MCP tools supporting stdio and HTTP connections.8-
- FlicenseNot gradedqualityBmaintenanceEnables read-only access to Workday HCM data such as workers, organizations, locations, job profiles, and cost centers through MCP tools an LLM can call.-
- AlicenseAqualityAmaintenanceEnables MCP clients to securely access Jisr's documented HR Open API read-only operations, including employees, attendance, leave, payroll, finance, and discovery tools, with role-based field policies and dual protocol support.11MIT