- Explore MCP Servers
- coinone-mcp-server
Coinone Mcp Server
What is Coinone Mcp Server
coinone-mcp-server is a server-side implementation of the Coinone Cryptocurrency Exchange OpenAPI using the Model Context Protocol (MCP). It provides tools for retrieving market data, accessing account balances, and managing orders.
Use cases
Use cases include automated trading strategies, market analysis dashboards, and portfolio management tools that require real-time access to cryptocurrency market data.
How to use
To use coinone-mcp-server, set up a virtual environment, activate it, install the package in development mode, and configure the server with your Coinone API credentials in a .env file.
Key features
Key features include placing orders, retrieving the current order book, fetching account balances, listing active orders, and canceling orders.
Where to use
coinone-mcp-server is primarily used in cryptocurrency trading applications, financial analysis tools, and automated trading systems.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Coinone Mcp Server
coinone-mcp-server is a server-side implementation of the Coinone Cryptocurrency Exchange OpenAPI using the Model Context Protocol (MCP). It provides tools for retrieving market data, accessing account balances, and managing orders.
Use cases
Use cases include automated trading strategies, market analysis dashboards, and portfolio management tools that require real-time access to cryptocurrency market data.
How to use
To use coinone-mcp-server, set up a virtual environment, activate it, install the package in development mode, and configure the server with your Coinone API credentials in a .env file.
Key features
Key features include placing orders, retrieving the current order book, fetching account balances, listing active orders, and canceling orders.
Where to use
coinone-mcp-server is primarily used in cryptocurrency trading applications, financial analysis tools, and automated trading systems.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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
- Create a virtual environment using uv:
uv venv
- Activate the virtual environment:
# On Unix/MacOS:
source .venv/bin/activate
# On Windows:
.venv\Scripts\activate
- Install the package in development mode:
uv pip install -e .
Environment Variables
To use the Coinone API, set the following environment variables in a .env file:
COINONE_ACCESS_TOKEN=your_access_token COINONE_SECRET_KEY=your_secret_key
Config the MCP Server
To config the MCP server, you can use:
{
"mcpServers": {
"coinone-mcp-server": {
"command": "/full/path/to/coinone-mcp-server/.venv/bin/python",
"args": [
"/full/path/to/coinone-mcp-server/main.py"
]
}
}
}
Available Tools
| Tool | Description |
|---|---|
place_order |
Place an order on Coinone. |
get_orderbook |
Get the current orderbook (market prices) for a specific market. |
get_balance |
Retrieve all Coinone balances. |
get_active_orders |
Get a list of open (active) orders. |
cancel_order |
Cancel an order. |
Caution
- This server is capable of executing live trades; therefore, exercise caution when using it.
- Ensure that your API keys are stored securely and never expose them in public repositories.
License
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










