coinone-mcp-server logo

coinone-mcp-server

by jooh95

This project provides a server-side implementation of the Coinone Cryptocurrency Exchange OpenAPI using the Model Context Protocol (MCP). It offers tools for market data retrieval, account balance access, and order management.

View on GitHub

Last updated: N/A

What is coinone-mcp-server?

This is a server-side implementation of the Coinone Cryptocurrency Exchange OpenAPI using the Model Context Protocol (MCP). It allows users to interact with the Coinone exchange programmatically.

How to use coinone-mcp-server?

To use this server, you need to set up a virtual environment, install the package, configure environment variables for Coinone API access, and configure the MCP server. The README provides detailed steps for setup and configuration.

Key features of coinone-mcp-server

  • Market data retrieval (orderbook)

  • Account balance information

  • Order creation

  • Order cancellation

  • Active order listing

Use cases of coinone-mcp-server

  • Algorithmic trading

  • Automated portfolio management

  • Market data analysis

  • Building custom trading interfaces

  • Integrating Coinone with other systems

FAQ from coinone-mcp-server

How do I install the server?

Follow the setup instructions in the README, which involve creating a virtual environment, installing the package, and activating the environment.

What environment variables are required?

You need to set COINONE_ACCESS_TOKEN and COINONE_SECRET_KEY in a .env file.

How do I configure the MCP server?

Use the JSON configuration provided in the README, adjusting the paths to match your installation.

What tools are available?

The server provides tools for placing orders, getting the orderbook, retrieving balances, getting active orders, and canceling orders.

Is this server safe to use for live trading?

Yes, but exercise caution as it can execute live trades. Ensure your API keys are secure and never exposed.