Crypto Trading MCPServer

vkdnjznd
GitHub
CryptocurrencyBlockchainFinance

Loading subscription status...

💡 Description

A simple Model Context Protocol (MCP) server for price lookup and trading across multiple cryptocurrency exchanges including Upbit, Gate.io, and Binance.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Crypto Trading MCP": {
        "env": {
          "UPBIT_ACCESS_KEY": "your-access-key",
          "UPBIT_SECRET_KEY": "your-secret-key"
        },
        "args": [],
        "command": "start_server"
      }
    }
  ]
}

🛠️ Tools

Python