MCP Catalogs
Home

mcp-free-usdc-transfer vs time

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

mcp-free-usdc-transfer
by magnetai
time
by modelcontextprotocol
Stars★ 20★ 85,748
30d uses
Score3477
Official
Categories
FinanceblockchainDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit16 mo agothis month

mcp-free-usdc-transfer · Summary

MCP server for free USDC transfers on Base blockchain using Coinbase CDP wallets.

time · Summary

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

mcp-free-usdc-transfer · Use cases

  • Cryptocurrency payments and transfers without network fees
  • Blockchain application testing with real USDC transactions
  • Automated payment systems integrated with AI assistants

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

mcp-free-usdc-transfer · Install

Installation

  1. Get your Coinbase CDP API key from [Coinbase CDP portal](https://portal.cdp.coinbase.com/)
  2. Add to your claude_desktop_config.json:
{
  "mcpServers": {
    "free-usdc-transfer": {
      "command": "npx",
      "args": [
        "-y",
        "@magnetai/free-usdc-transfer"
      ],
      "env": {
        "COINBASE_CDP_API_KEY_NAME": "YOUR_COINBASE_CDP_API_KEY_NAME",
        "COINBASE_CDP_PRIVATE_KEY": "YOUR_COINBASE_CDP_PRIVATE_KEY"
      }
    }
  }
}

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.