coinone-mcp-server
@jooh95
关于 coinone-mcp-server
MCP(Model Context Protocol) server for Coinone
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"coinone-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
5Place an order on Coinone.
Get the current orderbook (market prices) for a specific market.
Retrieve all Coinone balances.
Get a list of open (active) orders.
Cancel an order.
概览
What is coinone-mcp-server?
This is a Model Context Protocol (MCP) server that wraps the Coinone cryptocurrency exchange OpenAPI. It provides tools for retrieving market data, checking account balances, placing orders, and canceling orders, enabling AI assistants to interact with the Coinone exchange.
How to use coinone-mcp-server?
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.
Key features of coinone-mcp-server
- 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)
Use cases of coinone-mcp-server
- An AI assistant fetching real-time orderbook data before suggesting trades.
- Automating portfolio balance checks through natural language.
- Placing limit or market orders directly from a chat interface.
- Cancelling open orders without manually logging into the exchange.
- Monitoring active orders and their statuses via conversational queries.
FAQ from coinone-mcp-server
What dependencies does coinone-mcp-server require?
It requires Python and the uv package manager. The exact Python version is not specified in the README.
How are API keys handled?
Coinone API credentials are supplied via environment variables COINONE_ACCESS_TOKEN and COINONE_SECRET_KEY in a .env file. The README warns never to expose them in public repositories.
Can coinone-mcp-server execute live trades?
Yes, the server is capable of executing live trades. The README explicitly cautions users to exercise care when using it.
How is the server connected to an MCP client?
It uses standard input/output (stdio) transport. The client configuration points to the Python interpreter and the main.py script.
What data does coinone-mcp-server access?
It accesses market data (orderbook), account balances, and order status information from the Coinone exchange. All data lives on Coinone’s servers; the MCP server acts as a proxy.
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
ICSS
chokcoco不止于 CSS
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论