MCP Catalogs
Home

goldrush-mcp-server vs time

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

goldrush-mcp-server
by covalenthq
time
by modelcontextprotocol
Stars★ 14★ 85,748
30d uses
Score4277
Official
Categories
FinanceblockchainDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit3 mo agothis month

goldrush-mcp-server · Summary

MCP server exposing Covalent's GoldRush blockchain APIs as tools and resources for LLM clients.

time · Summary

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

goldrush-mcp-server · Use cases

  • Enable LLMs to access blockchain data and analytics through natural language
  • Provide blockchain information retrieval for AI-powered financial advisors
  • Support developers building blockchain-aware applications with MCP integration

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

goldrush-mcp-server · Install

Installation

npm install -g @covalenthq/goldrush-mcp-server

Claude Desktop Configuration

Add this to your claude_desktop_config.json:

{
    "mcpServers": {
        "goldrush": {
            "command": "npx",
            "args": ["-y", "@covalenthq/goldrush-mcp-server@latest"],
            "env": {
                "GOLDRUSH_API_KEY": "YOUR_API_KEY_HERE"
            }
        }
    }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.