korean-dart-mcp vs time
并排对比,帮你在这两个 MCP server 之间做选择。
korean-dart-mcp by chrisryugj | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 36 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 44 | 77 |
| 官方 | — | ✓ |
| 分类 | 金融数据AI / LLM 工具开发者工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 1 个月前 | 本月 |
korean-dart-mcp · 概述
韩国金融披露API的Node.js MCP服务器,将83个端点压缩为15个工具。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
korean-dart-mcp · 使用场景
- 分析内部人交易信号,检测公司高管是否在购买自家股票
- 使用巴菲特质量清单比较多家公司的财务指标
- 提取和总结复杂的财务报告内容(PDF/HWP附件)
- 使用预设参数搜索特定类型的公司披露
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
korean-dart-mcp · 安装
# 安装(macOS/Linux/Windows)
npx -y korean-dart-mcp setup这将启动一个交互式向导,它:
- 提示输入您的OpenDART API密钥(在https://opendart.fss.or.kr/免费获取)
- 检测您的AI客户端(Claude Desktop、Cursor等)
- 自动配置客户端
Claude Desktop配置示例:
{
"mcpServers": {
"korean-dart": {
"command": "npx",
"args": ["-y", "korean-dart-mcp"],
"env": {
"OPENDART_API_KEY": "your-api-key-here"
}
}
}
}time · 安装
安装选项
**使用 uv(推荐):**
uvx mcp-server-time**使用 PIP:**
pip install mcp-server-time
python -m mcp_server_time**为 Claude Desktop 配置:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}