Access market data, manage accounts, and execute trades on the Upbit Cryptocurrency Exchange via its OpenAPI.
A server implementation for Upbit Cryptocurrency Exchange OpenAPI using the Model Context Protocol (MCP). This project provides tools to interact with Upbit exchange services, such as retrieving market data (quotes, orderbooks, trade history, chart data), account information, creating and canceling orders, managing deposits/withdrawals, and performing technical analysis.
Before you begin, you need to get your Upbit API keys:
UPBIT_ACCESS_KEY
, UPBIT_SECRET_KEY
) in the .env
file (see Installation section)Clone the repository:
git clone https://github.com/solangii/upbit-mcp-server.git
cd upbit-mcp-server
Install dependencies:
cd upbit-mcp-server
uv sync
If you don't have uv
installed yet, you can install it as follows:
Using uv
provides faster installation and more reliable dependency resolution.
# Install uv
curl -Ls https://astral.sh/uv/install.sh | sh
# Add uv to your PATH
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc # or bashrc, depending on your shell
Set up environment variables:
Create a .env
file in the project root and add your Upbit API keys:
UPBIT_ACCESS_KEY=your_access_key_here
UPBIT_SECRET_KEY=your_secret_key_here
You can add the MCP server directly to Claude's configuration file:
Install Claude Desktop
Add the following to your Claude Desktop configuration:
%APPDATA%\Claude\claude_desktop_config.json
Add the following configuration (adjust paths as needed):
{
"mcpServers": {
"upbit-mcp-server": {
"command": "/full/path/to/upbit-mcp-server/.venv/bin/python",
"args": [
"/full/path/to/upbit-mcp-server/main.py"
]
}
}
}
Restart Claude to load the new configuration.
fastmcp install main.py --name "Upbit API"
uv run python main.py
fastmcp dev main.py
MIT
A read-only MCP server for Slack by CData, enabling LLMs to query live Slack data. Requires the CData JDBC Driver for Slack.
An open-source messaging server for client-to-client communication using MCP HTTP Streamable messaging.
Interact with the Ghost blogging platform using the Model Context Protocol (MCP) with Server-Sent Events (SSE) support.
A server for interacting with the Beeper communication network.
Send emails via SMTP. Requires SMTP server credentials to be configured through environment variables.
Integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
A server for interacting with the AgentMail API for email communication. Requires an API key.
Provides audio input and output capabilities for AI assistants.
integrates with Bluesky API to query and search feeds and posts.
TikTok integration for getting post details and video subtitles