Back to Home
scalalang2 icon

upbit-mcp-server

Verified Safe

by scalalang2

Overview

This server acts as an API gateway for the Upbit cryptocurrency exchange, allowing users to manage accounts, fetch market data, and perform technical analysis.

Installation

Run Command
./upbit-mcp-server

Environment Variables

  • UPBIT_ACCESS_KEY
  • UPBIT_SECRET_KEY

Security Notes

The server reads Upbit API keys from environment variables (UPBIT_ACCESS_KEY, UPBIT_SECRET_KEY), which is a good security practice. JWT tokens are generated using standard HMAC SHA256 and SHA512 hashing for API authentication. There are no apparent uses of `eval`, obfuscation, or direct command injection vulnerabilities in the provided source code. Network requests are handled through a standard HTTP client. Overall, the implementation appears robust, with safety relying heavily on the user's secure handling of their API keys.

Similar Servers

Stats

Interest Score38
Security Score9
Cost ClassMedium
Avg Tokens750
Stars2
Forks0
Last Update2025-12-13

Tags

UpbitCryptocurrencyTradingTechnical AnalysisAPI Gateway