MCP Catalogs
Home

mcp-free-usdc-transfer vs sequentialthinking

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

mcp-free-usdc-transfer
by magnetai
sequentialthinking
by modelcontextprotocol
Stars★ 20★ 85,748
30d uses
Score3475
Official
Categories
FinanceblockchainDeveloper Tools
AI / LLM ToolsDeveloper ToolsProductivity
LanguageJavaScriptTypeScript
Last commit16 mo agothis month

mcp-free-usdc-transfer · Summary

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

sequentialthinking · Summary

Sequential Thinking MCP Server enables dynamic problem-solving through step-by-step reasoning.

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

sequentialthinking · Use cases

  • Planning complex system migrations with risk assessment
  • Debugging production issues requiring step-by-step analysis
  • Comparing architecture options with conditional branching

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"
      }
    }
  }
}

sequentialthinking · Install

Installation

**Claude Desktop**: Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "sequential-thinking": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sequential-thinking"
      ]
    }
  }
}

**VS Code**: Use one of the installation buttons or manually configure with:

{
  "servers": {
    "sequential-thinking": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sequential-thinking"
      ]
    }
  }
}

**Docker**:

{
  "mcpServers": {
    "sequentialthinking": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "mcp/sequentialthinking"
      ]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.