# Crypto Trading Mcp

> A Model Context Protocol (MCP) server for cryptocurrency trading that provides a unified interface for trading and market data monitoring across multiple exchanges.

- **Type:** MCP server
- **Install:** `agentstack add mcp-vkdnjznd-crypto-trading-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [vkdnjznd](https://agentstack.voostack.com/s/vkdnjznd)
- **Installs:** 0
- **Category:** [Finance & Payments](https://agentstack.voostack.com/c/finance-and-payments)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [vkdnjznd](https://github.com/vkdnjznd)
- **Source:** https://github.com/vkdnjznd/crypto-trading-mcp

## Install

```sh
agentstack add mcp-vkdnjznd-crypto-trading-mcp
```

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

## About

# Crypto Trading MCP (Model Context Protocol)

[](https://opensource.org/licenses/MIT)
[](https://github.com/psf/black)

A simple Model Context Protocol (MCP) server for price lookup and trading across multiple cryptocurrency exchanges.

https://github.com/user-attachments/assets/34f3a431-9370-4832-923e-ab89bf1d4913

## Requirements

- Python 3.10 or higher

## Supported Exchanges
Currently supports spot trading only.

- Upbit
- Gate.io
- Binance

More exchanges will be added in the future.

## Environment Setup

Add the authentication information required by each exchange to the environment variables. 

For example, Upbit is as follows:

```bash
UPBIT_ACCESS_KEY="your-access-key"
UPBIT_SECRET_KEY="your-secret-key"
```

## Development Guide

### Adding a New Exchange

1. Create a new exchange class inheriting from `CryptoExchange` abstract class
2. Implement required API methods
3. Write test cases
4. Register the new exchange in the factory class

### Running Tests

```bash
# Install test dependencies
uv pip install -e ".[test]"

# Run tests
pytest
```

## Source & license

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

- **Author:** [vkdnjznd](https://github.com/vkdnjznd)
- **Source:** [vkdnjznd/crypto-trading-mcp](https://github.com/vkdnjznd/crypto-trading-mcp)
- **License:** MIT

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:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **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-vkdnjznd-crypto-trading-mcp
- Seller: https://agentstack.voostack.com/s/vkdnjznd
- 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%.
