Integrates with Upbit cryptocurrency exchange to provide real-time market data access and optional trading functionality with JWT authentication, order management, and configurable safety controls for Korean crypto markets.
Create an Upbit Account
- Visit Upbit and sign up if you do not already have an account.
Log In and Open the Developer Center
Create a New API Key
- Navigate to the API key management section.
- Click the option to create a new API key.
Set API Key Permissions
- Assign the appropriate permissions to your new API key:
- Enable reading, trading, and withdrawal permissions as needed for your use case.
Store Your API Keys
- After creation, you will get an Access Key and a Secret Key. Keep your Secret Key private and safe!
(Optional but Highly Recommended) IP Whitelist
- In the API key settings, add your server's IP address to the whitelist to restrict access.
Fill the FastMCP Connection Interface
- Click the "Install Now" button to add the MCP server in FastMCP.
- When prompted in the connection interface, enter your:
UPBIT_ACCESS_KEY
(your Upbit Access Key)
UPBIT_SECRET_KEY
(your Upbit Secret Key)
- (Optional) Set
UPBIT_ENABLE_TRADING=true
only if you intend to perform trading operations.
Security Reminder
- Never share your secret key.
- Only enable trading and withdrawal permissions if needed.
- Regularly review and update your API key permissions for maximum safety.
You’re all set. The FastMCP Upbit integration will now use your API credentials as configured.