SeaTalk MCP Server
SeaTalk MCP 서버
SeaTalk 오픈 플랫폼 API에 연결하는 MCP 서버로, 8가지 도구를 제공합니다:
도구 | 기능 |
| 봇을 통해 SeaTalk 사용자에게 DM 보내기 |
| 그룹 채팅에 메시지 보내기 |
| 봇이 참여한 모든 그룹 나열 |
| 특정 그룹에 대한 세부 정보 가져오기 |
| 그룹의 최근 메시지 읽기 (최대 7일) |
| 이메일로 직원 코드 조회 |
| ID로 특정 메시지 검색 |
| 스레드의 메시지 읽기 |
사전 요구 사항
Node.js 18+ — nodejs.org에서 다운로드 (LTS 선택)
SeaTalk 앱 자격 증명 — open.seatalk.io에서:
앱/봇 만들기
App ID 및 App Secret 복사
메시징 및 연락처 기능 활성화
Related MCP server: DingTalk MCP Server
빠른 시작 (로컬)
# Install dependencies
npm install
# Build the TypeScript code
npm run build
# Set your credentials and run
SEATALK_APP_ID=your_id SEATALK_APP_SECRET=your_secret npm start서버는 http://localhost:3000/sse에서 시작됩니다.
Railway에 배포 (개발자가 아닌 사용자에게 권장)
railway.app에 접속하여 가입 (무료 티어 제공)
"New Project" 클릭 → "Deploy from GitHub repo"
GitHub를 연결하고 이 코드를 업로드 (또는 "Deploy from local" 사용)
Variables 탭으로 이동하여 추가:
SEATALK_APP_ID= 본인의 App IDSEATALK_APP_SECRET= 본인의 App SecretPORT= 3000
Railway가 Dockerfile을 자동으로 감지하여 배포합니다
Railway가 제공하는 공개 URL을 복사 (예:
your-app.up.railway.app)MCP 엔드포인트:
https://your-app.up.railway.app/sse
Render에 배포
render.com에 접속하여 가입
"New" 클릭 → "Web Service"
저장소를 연결하거나 코드 업로드
Build Command 설정:
npm install && npm run buildStart Command 설정:
npm start환경 변수 추가:
SEATALK_APP_ID= 본인의 App IDSEATALK_APP_SECRET= 본인의 App Secret
배포하고 URL 복사
Migoo에 연결
배포가 완료되면 커스텀 MCP로 추가:
URL 사용:
https://YOUR-DEPLOYED-URL/sse끝입니다 — 도구가 자동으로 나타납니다
프로젝트 구조
seatalk-mcp-server/
├── src/
│ └── index.ts ← Main server code (all tools + API client)
├── package.json ← Dependencies
├── tsconfig.json ← TypeScript config
├── Dockerfile ← For Docker-based deploys
├── Procfile ← For Railway/Heroku
├── .env.example ← Template for env vars
└── README.md ← This fileThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Feishu/Lark platform APIs for automation scenarios including message management, document operations, calendar scheduling, group management, and Bitable operations through natural language.7,855MIT
- AlicenseNot gradedqualityCmaintenanceEnables Claude to interact with DingTalk workspaces to search for users, retrieve detailed employee information, and send private messages. It bridges the Model Context Protocol with DingTalk's internal enterprise APIs for seamless workspace communication.85MIT
- AlicenseNot gradedqualityDmaintenanceEnables real-time Feishu message monitoring, sending, file upload to cloud documents, and supports async and scheduled tasks via MCP.5MIT
- AlicenseAqualityCmaintenanceEnables AI clients to send, read, reply, and search messages on Feishu/Lark as the user's own identity using MCP tools.720MIT
Related MCP Connectors
Search, document and execute authenticated API calls across 700+ apps via one MCP server
Catch up on Slack without reading it. Unreads, threads, search. Browser-session or hosted OAuth.
Manage Gmail messages, threads, labels, drafts, and settings from your workflows. Send and organiz…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/agentp-amateur/seatalk-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server