3commas
БесплатноНе проверенA Model Context Protocol (MCP) server that integrates AI assistants with the 3Commas cryptocurrency trading platform API, enabling management of DCA bots and tr
Описание
A Model Context Protocol (MCP) server that integrates AI assistants with the 3Commas cryptocurrency trading platform API, enabling management of DCA bots and trading strategies through natural conversation.
README
A Model Context Protocol (MCP) server that integrates AI assistants with the 3Commas cryptocurrency trading platform API. Manage your DCA bots and trading strategies through natural conversation with any MCP-supporting platform including Claude, Claude Code CLI, Claude Desktop, Cursor, and Copilot Studio.
Available Tools
Account Management ✅
health_check()- Test API connectivity and authentication statusget_account_info(account_id)- Get account details, balance, profit metrics (summary or specific account)get_connected_exchanges_and_wallets()- View all connected exchanges with permissions and statusget_balance_history_data(date_from, account_id)- Historical balance changes with profit tracking
Market Data ✅
get_supported_markets()- List supported trading markets and exchangesget_all_market_pairs(market_code)- Get available trading pairs for any exchangeget_currency_rates_and_limits(market_code, pair)- Current rates, limits, and precision for currency pairs
DCA Bot Management ✅
get_dca_bot_list()- Get all DCA bots with status, configuration, and performance overviewget_dca_bot_details(bot_id)- Comprehensive bot configuration, deals, and performance dataget_available_strategy_list()- Available DCA bot trading strategies with configuration optionsget_dca_bot_profit_data(bot_id)- Daily profit analytics with BTC/USD amounts and timestampsget_blacklist_of_pairs()- Get blacklisted trading pairs with restrictions and configurations
Implementation Status: 10 of 29 planned GET APIs completed (34.5%) - Read-only operations only for trading safety
All tools include response_filter parameter ("display" for essential data, "full" for complete response).
See docs/tools/ for detailed function documentation and docs/API_REFERENCES.md for complete API status.
Installation & Setup
Prerequisites
- Python 3.12+
uvpackage manager (recommended) orpip- 3Commas account with API access
Install
git clone https://github.com/your-username/3commas-mcp.git
cd 3commas-mcp
# Setup environment
uv venv && source .venv/bin/activate
uv sync && uv pip install -e .
Configure for Claude Code CLI
claude mcp add -e 3COMMAS_API_KEY=your_api_key -e 3COMMAS_SECRET_KEY=your_secret_key -e 3COMMAS_ENABLE_DESTRUCTIVE=false -s user threecommas-mcp -- "threecommas-mcp"
Configure for Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"threecommas-mcp": {
"command": "/path/to/uv",
"args": ["--directory", "/path/to/3commas-mcp", "run", "threecommas-mcp"],
"env": {
"3COMMAS_API_KEY": "your_api_key",
"3COMMAS_SECRET_KEY": "your_secret_key",
"3COMMAS_ENABLE_DESTRUCTIVE": "false"
}
}
}
}
Config file locations:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Usage Examples
"Show me all my connected exchanges and their status"
"List all my DCA bots and their current status"
"What trading pairs are available on Binance?"
See docs/conversations/ for comprehensive usage examples and scenarios.
Architecture & Security
Read-only operations only - Current implementation has zero trading risk with secure HMAC-SHA256 authentication and comprehensive error handling.
See docs/DEVELOPMENT.md for technical architecture and security details.
Development
# Run quality checks
uv run -m black . && uv run -m ruff format . && uv run -m ruff check . && uv run -m mypy .
See docs/CONTRIBUTING.md for contribution guidelines and docs/DEVELOPMENT.md for setup details.
Documentation
- API References - Complete 3Commas API mapping with implementation status
- Tool Documentation - Detailed function references and parameters
- Conversation Examples - Real-world usage scenarios
- Development Guide - Technical architecture and setup
- Contributing - Contribution guidelines and standards
- Patterns - Implementation patterns and compliance
License & Disclaimer
MIT License - see LICENSE file for details.
Trading Disclaimer: This software is for educational purposes. Cryptocurrency trading involves substantial risk. Always review configurations carefully and never trade more than you can afford to lose. Authors are not responsible for trading losses.
Support
- Issues: GitHub Issues
- 3Commas API: Official Documentation
Built with FastMCP and comprehensive safety-first design patterns.
Установить 3commas в Claude Desktop, Claude Code, Cursor
unyly install 3commas-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add 3commas-mcp -- uvx --from git+https://github.com/severity1/3commas-mcp threecommas-mcpFAQ
3commas MCP бесплатный?
Да, 3commas MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для 3commas?
Нет, 3commas работает без API-ключей и переменных окружения.
3commas — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить 3commas в Claude Desktop, Claude Code или Cursor?
Открой 3commas на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare 3commas with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
