time vs contrastapi
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | contrastapi by UPinar | |
|---|---|---|
| Stars | ★ 85,748 | ★ 24 |
| 30天用量 | — | — |
| 综合分 | 77 | 45 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 安全开发者工具AI / LLM 工具 |
| 实现语言 | TypeScript | Python |
| 最近提交 | 本月 | 本月 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
contrastapi · 概述
安全情报 MCP 服务器,提供 53 种工具,包括 CVE/KEV 漏洞、威胁情报、网站扫描和代码安全分析。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
contrastapi · 使用场景
- 安全分析师调查多个 CVE 数据库和 KEV 列表中的漏洞
- AI 代理执行全面的域名和 Web 应用程序安全评估
- 开发人员将威胁情报直接集成到 CI/CD 管道中进行代码安全扫描
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"]
}
}
}contrastapi · 安装
安装 ContrastAPI MCP 服务器
方法 1:MCP 配置
添加到您的 MCP 配置中:
{
"mcpServers": {
"contrastapi": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.contrastcyber.com/mcp/"]
}
}
}方法 2:Python SDK
pip install contrastapi # Python 3.10+方法 3:Node.js SDK
npm install contrastapi # Node 14+