Skip to main content
Glama
agentp-amateur

SeaTalk MCP Server

SeaTalk MCP 服务器

一个连接到 SeaTalk 开放平台 API 的 MCP 服务器,为你提供 8 个工具:

工具

功能

send_direct_message

通过机器人向 SeaTalk 用户发送私信

send_group_message

向群聊发送消息

list_groups

列出机器人已加入的所有群组

get_group_info

获取特定群组的详细信息

get_group_history

读取群组中的最近消息(最多 7 天)

find_employee_by_email

通过邮箱查找员工代码

get_message

按 ID 检索特定消息

get_thread_messages

读取线程中的消息


前提条件

  1. Node.js 18+ — 从 nodejs.org 下载(选择 LTS 版本)

  2. SeaTalk 应用凭据 — 来自 open.seatalk.io

    • 创建一个应用/机器人

    • 复制你的 App IDApp 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(推荐非开发者使用)

  1. 前往 railway.app 并注册(提供免费套餐)

  2. 点击 "新建项目""从 GitHub 仓库部署"

  3. 连接你的 GitHub 并上传此代码(或使用"从本地部署")

  4. 转到 "变量" 选项卡并添加:

    • SEATALK_APP_ID = 你的 App ID

    • SEATALK_APP_SECRET = 你的 App Secret

    • PORT = 3000

  5. Railway 将自动检测 Dockerfile 并部署

  6. 复制 Railway 提供的公共 URL(例如 your-app.up.railway.app

  7. 你的 MCP 端点是:https://your-app.up.railway.app/sse


部署到 Render

  1. 前往 render.com 并注册

  2. 点击 "新建""Web 服务"

  3. 连接你的仓库或上传代码

  4. 设置 "构建命令"npm install && npm run build

  5. 设置 "启动命令"npm start

  6. 添加环境变量:

    • SEATALK_APP_ID = 你的 App ID

    • SEATALK_APP_SECRET = 你的 App Secret

  7. 部署并复制 URL


连接到 Migoo

部署后,将其添加为自定义 MCP:

  1. 使用 URL:https://YOUR-DEPLOYED-URL/sse

  2. 就这样——工具将自动出现


项目结构

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 file
A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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…

View all MCP Connectors

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/agentp-amateur/seatalk-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server