coinone-mcp-server
About
MCP(Model Context Protocol) server for Coinone
Details
- Author
- jooh95
- Downloads
- 138
- Categories
- Other
Jump to
- Place orders on Coinone (place_order)
- Retrieve the current orderbook for a market (get_orderbook)
- Retrieve all Coinone balances (get_balance)
- List open (active) orders (get_active_orders)
- Cancel an existing order (cancel_order)
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
coinone-mcp-serverCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Set up a Python virtual environment with uv venv, activate it, and install the package with uv pip install -e .. Create a .env file with COINONE_ACCESS_TOKEN and COINONE_SECRET_KEY. Then configure the MCP client with the JSON snippet provided, pointing to the virtual environment's Python binary and the main.py script.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"coinone-mcp-server": {
"coinone-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
}
}
McpServers
{
"coinone-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
coinone-mcp-server
This project provides a server-side implementation of the Coinone Cryptocurrency Exchange OpenAPI using the Model Context Protocol (MCP). It offers comprehensive tools including the retrieval of market data, access to account balance information, order creation and cancellation.
Setup
1. Create a virtual environment using uv:
uv venv
2. Activate the virtual environment:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



