MCP Catalogs
首页

spotinfo vs time

并排对比,帮你在这两个 MCP server 之间做选择。

spotinfo
by alexei-led
time
by modelcontextprotocol
Stars★ 161★ 85,748
30天用量
综合分5077
官方
分类
运维基建开发者工具AI / LLM 工具
效率工具开发者工具沟通协作
实现语言GoTypeScript
最近提交2 个月前本月

spotinfo · 概述

探索 AWS EC2 Spot 实例库存的 MCP 服务器,提供实时放置分数、价格数据和中断率信息。

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

spotinfo · 使用场景

  • DevOps 工程师通过识别具有成本效益的 Spot 实例来优化云基础设施成本
  • 云架构师跨地区比较实例类型的可用性和定价
  • AI 助手帮助用户为其工作负载需求找到最佳 Spot 实例匹配

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

spotinfo · 安装

安装

# macOS 使用 Homebrew
brew tap alexei-led/tap
brew install alexei-led/tap/spotinfo

# Linux/Windows:从发布版下载
curl -L https://github.com/alexei-led/spotinfo/releases/latest/download/spotinfo_linux_amd64.tar.gz | tar xz

# Docker
docker pull ghcr.io/alexei-led/spotinfo:latest

Claude Desktop 设置

添加到 Claude Desktop config.json:

{
  "mcpServers": {
    "spotinfo": {
      "command": "spotinfo",
      "args": ["--mcp"]
    }
  }
}

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"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。