# Coinone Mcp Server

> MCP(Model Context Protocol) server for Coinone

- **Type:** MCP server
- **Install:** `agentstack add mcp-jooh95-coinone-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [jooh95](https://agentstack.voostack.com/s/jooh95)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [jooh95](https://github.com/jooh95)
- **Source:** https://github.com/jooh95/coinone-mcp-server

## Install

```sh
agentstack add mcp-jooh95-coinone-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# coinone-mcp-server

This project provides a server-side implementation of the [Coinone](https://coinone.co.kr/) 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:
```bash
uv venv
```

2. Activate the virtual environment:
```bash
# On Unix/MacOS:
source .venv/bin/activate
# On Windows:
.venv\Scripts\activate
```

3. Install the package in development mode:
```bash
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:

```json
{
  "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

[Apache 2.0](LICENSE)

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [jooh95](https://github.com/jooh95)
- **Source:** [jooh95/coinone-mcp-server](https://github.com/jooh95/coinone-mcp-server)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** yes
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-jooh95-coinone-mcp-server
- Seller: https://agentstack.voostack.com/s/jooh95
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
