@sgs/oa-mcp-server
Click on "Install 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., "@@sgs/oa-mcp-server济南的办公场所有哪些?"
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.
数智办公平台 MCP Server
山钢资本数智办公平台 AI 接入工具,支持所有主流 AI Agent 一键安装。
⚠️ 重要:架构说明(部署前必读)
本工具连接山钢资本数智办公平台(OA 系统),需要以下运行环境:
依赖 | 说明 | 原因 |
Kimi WebBridge | 本地运行在 | OA 系统仅支持浏览器 Session 认证,需通过 WebBridge 代理请求 |
浏览器登录态 | 已登录 | WebBridge 利用浏览器 Cookie 访问 OA API |
Windows 操作系统 | 当前实现基于 Windows + git-bash | 使用 |
架构图
AI Agent (Claude Code / Cursor / ...)
↓ MCP Protocol
MCP Server (Node.js)
↓ HTTP POST (localhost:10086)
Kimi WebBridge 守护进程
↓ CDP Protocol
浏览器(已登录 OA 系统)
↓ HTTP + Cookie
数智办公平台 (oatest.sgscf.cn)为什么不直接 HTTP 请求?
OA 系统认证基于浏览器 Session Cookie,不支持 API Key / Token 直接调用。Cookie 有效期约 30 分钟,且绑定浏览器指纹,终端直接发送无效。
当前方案是通过 WebBridge 复用浏览器的登录态,这是唯一可行的方式。
Related MCP server: DiSH MCP Server
🚀 安装
前置要求
Node.js >= 18.0
Kimi WebBridge 已安装并运行(
http://127.0.0.1:10086)浏览器已登录 OA 系统(
https://oatest.sgscf.cn)
安装命令
# 全局安装
npm install -g sgs-oa-mcp-server
# 或 npx 直接运行
npx sgs-oa-mcp-server🔧 配置
环境变量(可选)
创建 .env 文件:
# MCP Server 配置
MCP_API_KEYS=dev-key-001,prod-key-002
PORT=3000注:OA 系统地址和认证通过 WebBridge 自动处理,无需手动配置。
📋 可用工具
工具名 | 功能 | 参数 |
| 查询办公场所 | officenm, address, current, size |
| 获取场所详情 | officeid |
| 查询会议室 | roomnm, capacity, building, current, size |
| 获取会议室详情 | roomid |
📖 使用示例
安装后,在 AI Agent 中直接输入:
帮我查一下济南的办公场所或 API 直接调用:
curl -X POST http://localhost:3000/api/v1/tools/search_office \
-H "Content-Type: application/json" \
-H "X-API-Key: dev-key-001" \
-d '{"officenm": "济南"}'🐛 常见问题
Q: 提示 "WebBridge session has no tab"?
确保 WebBridge 守护进程已启动,且浏览器已打开 OA 系统页面。
运行以下命令检查 WebBridge 状态:
curl http://127.0.0.1:10086/healthQ: 提示 "Failed to fetch"?
浏览器中的 OA 登录态可能已过期。在浏览器中重新访问 https://oatest.sgscf.cn 并登录。
Q: 为什么不能脱离浏览器使用?
OA 系统当前不支持 API Key / Token 认证,必须通过浏览器 Session 访问。如需纯 API 方式,需要 OA 系统开发团队开放 Token 认证接口。
Q: 安全性如何?
WebBridge 守护进程仅监听
localhost,不暴露到外网MCP Server 支持 API Key 认证
所有操作记录审计日志(
logs/audit.log)
📝 License
MIT © 2026 山钢资本金融科技服务中心
🔗 链接
This 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
- Flicense-qualityDmaintenanceEnables Claude to search for available meeting rooms, check reservation status, and create room bookings through an integrated SSO-authenticated meeting room system. Supports natural language queries for room availability by date, time, floor, and duration requirements.Last updated
- FlicenseAqualityDmaintenanceEnables interaction with the DiSH room booking platform to search availability, create bookings, and manage reservations. It allows AI assistants to handle meeting room logistics directly through natural language commands.Last updated3
- Alicense-qualityBmaintenanceEnables AI assistants to interact with Enterprise WeChat (WeCom) using natural language to manage meetings, book rooms, and search contacts. It supports multiple AI models and provides intelligent contact matching via Pinyin.Last updated1MIT
- Flicense-qualityDmaintenanceEnables AI agents to browse, search, and book meeting rooms across multiple buildings with realistic seed data and conflict detection.Last updated
Related MCP Connectors
AI-native scheduling: check availability, book meetings, cancel and reschedule via MCP
Agentic scheduling & booking for field service: availability, jobs, customers, crews, fleet.
Give your AI agent a phone: place calls, navigate IVRs, wait on hold, get structured answers.
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/lipeng5941/oa-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server