Skip to content

Commit 8d50128

Browse files
committed
docs
1 parent dffbb67 commit 8d50128

3 files changed

Lines changed: 28 additions & 3 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,31 @@ Perfect for preparing training data to fine-tune agents within `agent-swarm-kit`
552552
#### Get Started
553553
Visit [agent-tune.github.io](https://agent-tune.github.io/) to try it out, or clone the repository to customize it further. Combine it with `agent-swarm-kit` for a seamless workflow from dataset creation to agent deployment. 🚀
554554

555+
### Trading Signals MCP Server
556+
557+
> **[Explore Trading Signals MCP](https://github.com/tripolskypetr/trading-signals-mcp)** 📊
558+
559+
The **Trading Signals MCP Server** is a comprehensive technical analysis service designed to provide real-time cryptocurrency trading signals and market insights through the Binance exchange. It delivers multi-timeframe analysis, advanced technical indicators, order book data, and historical candle patterns to support informed trading decisions using the Model Context Protocol (MCP) framework.
560+
561+
#### Key Features
562+
- 📈 **Multi-Timeframe Analysis**: Supports 1-minute to 1-hour candles for different trading strategies (scalping, day trading, swing trading)
563+
564+
- 📊 **Technical Indicators**: RSI, MACD, Bollinger Bands, Fibonacci levels, ATR, Stochastic, ADX, and more
565+
566+
- 📚 **Order Book Analysis**: Real-time liquidity zones and whale order detection
567+
568+
- 💹 **Volume Analysis**: Pivot points, volume spikes, and institutional activity detection
569+
570+
-**Trend Slope Analysis**: Minute-by-minute trend slope for immediate momentum shifts
571+
572+
- 🕐 **Historical Data**: OHLCV data with volatility metrics across multiple timeframes
573+
574+
#### Use Case
575+
Ideal for integrating trading intelligence into AI agents within `agent-swarm-kit`. Use it to build agents that analyze market conditions, generate trading signals, or provide investment insights. The MCP framework ensures structured data delivery for seamless AI model integration.
576+
577+
#### Get Started
578+
Install via NPX with no setup required, or clone the repository for local deployment. Perfect for combining with `agent-swarm-kit` to create sophisticated trading analysis agents.
579+
555580
---
556581

557582
## 🤝 Contribute

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-swarm-kit",
3-
"version": "1.1.174",
3+
"version": "1.1.175",
44
"description": "A TypeScript library for building orchestrated framework-agnostic multi-agent AI systems",
55
"author": {
66
"name": "Petr Tripolsky",

0 commit comments

Comments
 (0)