MCP Catalogs
Home

time vs contrastapi

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
contrastapi
by UPinar
Stars★ 85,748★ 24
30d uses
Score7745
Official
Categories
ProductivityDeveloper ToolsCommunication
SecurityDeveloper ToolsAI / LLM Tools
LanguageTypeScriptPython
Last committhis monththis month

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

contrastapi · Summary

Security intelligence MCP server with 53 tools for CVE/KEV, threat intelligence, web scanning and code security analysis.

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

contrastapi · Use cases

  • Security analysts investigating vulnerabilities across multiple CVE databases and KEV listings
  • AI agents performing comprehensive domain and web application security assessments
  • Developers integrating threat intelligence directly into CI/CD pipelines for code security scanning

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}

contrastapi · Install

Install ContrastAPI MCP Server

Method 1: MCP Configuration

Add to your MCP configuration:

{
  "mcpServers": {
    "contrastapi": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://api.contrastcyber.com/mcp/"]
    }
  }
}
Method 2: Python SDK
pip install contrastapi  # Python 3.10+
Method 3: Node.js SDK
npm install contrastapi  # Node 14+
Comparison generated from public README + GitHub signals. Last updated automatically.