/ Directory / Playground / trading-skills
● Community roman-rr ⚡ Instant

trading-skills

by roman-rr · roman-rr/trading-skills

Live crypto trading signals for AI agents — 17 triggers, 44 algorithms, 3 AI experts with consensus scoring. Free during beta.

trading-skills provides live cryptocurrency trading signals for Claude Code, Codex, Cursor, and 30+ AI agents. The system scans 50+ perpetual markets every minute using 17 triggers across 6 groups, with 44 scientific algorithms backed by 53 academic citations. Three AI experts independently analyze opportunities and require consensus before issuing signals with confidence scores, entry points, stop-losses, and take-profit targets.

Why use it

Key features

Live Demo

What it looks like in practice

trading-skill-2.replay ▶ ready
0/0

Install

Pick your client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "trading-skill-2": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/roman-rr/trading-skills",
        "~/.claude/skills/trading-skills"
      ],
      "_inferred": true
    }
  }
}

Open Claude Desktop → Settings → Developer → Edit Config. Restart after saving.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "trading-skill-2": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/roman-rr/trading-skills",
        "~/.claude/skills/trading-skills"
      ],
      "_inferred": true
    }
  }
}

Cursor uses the same mcpServers schema as Claude Desktop. Project config wins over global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "trading-skill-2": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/roman-rr/trading-skills",
        "~/.claude/skills/trading-skills"
      ],
      "_inferred": true
    }
  }
}

Click the MCP Servers icon in the Cline sidebar, then "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "trading-skill-2": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/roman-rr/trading-skills",
        "~/.claude/skills/trading-skills"
      ],
      "_inferred": true
    }
  }
}

Same shape as Claude Desktop. Restart Windsurf to pick up changes.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "trading-skill-2",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/roman-rr/trading-skills",
        "~/.claude/skills/trading-skills"
      ]
    }
  ]
}

Continue uses an array of server objects rather than a map.

~/.config/zed/settings.json
{
  "context_servers": {
    "trading-skill-2": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/roman-rr/trading-skills",
          "~/.claude/skills/trading-skills"
        ]
      }
    }
  }
}

Add to context_servers. Zed hot-reloads on save.

claude mcp add trading-skill-2 -- git clone https://github.com/roman-rr/trading-skills ~/.claude/skills/trading-skills

One-liner. Verify with claude mcp list. Remove with claude mcp remove.

Use Cases

Real-world ways to use trading-skills

How to receive and analyze crypto trading signals

👤 Crypto traders who want AI-analyzed market signals ⏱ ~10 min beginner

When to use: You want to see what trading opportunities the system has identified.

Prerequisites
  • Trading skill installed — /plugin install roman-rr/trading-skills or claude mcp add trading-signals --transport http -- https://signals.x70.ai/mcp
Flow
  1. Check current signals
    What trading signals are active right now? Show me the ones with confidence above 70%.✓ Copied
    → List of active signals with coin, direction, confidence, entry, SL, TP
  2. Analyze the reasoning
    Explain the transmission chain for the top signal. What data points led to this recommendation?✓ Copied
    → 2-4 step causal reasoning with specific technical indicators

Outcome: Understanding of current market opportunities with AI-backed analysis.

Pitfalls
  • Treating signals as guaranteed trades — Always do your own research. Signals are analytical tools, not financial advice.

Track trading signal performance and optimize strategy

👤 Traders evaluating the system's accuracy over time ⏱ ~5 min beginner

When to use: You want to see historical performance metrics before acting on signals.

Prerequisites
  • Trading skill installed and running — Install as above
Flow
  1. Review performance
    Show me the trading signal performance for the last 30 days. What's the hit rate, cumulative ROI, and profit factor?✓ Copied
    → Performance metrics with per-coin and aggregate statistics

Outcome: Data-driven understanding of signal reliability.

Pitfalls
  • Past performance doesn't guarantee future results — Use paper trading to validate before risking real capital

Combinations

Pair with other MCPs for X10 leverage

trading-skill-2 + filesystem

Log signals and performance data to files for your own analysis

Log all signals from today with their reasoning chains to ~/trading/signals-2025-04-14.json.✓ Copied

Tools

What this MCP exposes

ToolInputsWhen to callCost
get_signals min_confidence?: float Get current active trading signals 0
get_performance period?: str Get historical signal performance 0
get_signal_detail signal_id: str Get the full reasoning chain for a specific signal 0

Cost & Limits

What this costs to run

API quota
Served from signals.x70.ai
Tokens per call
300–1000 tokens per signal query
Monetary
Free during beta — no credit card required
Tip
Check signals periodically rather than every minute to conserve tokens.

Security

Permissions, secrets, blast radius

Credential storage: N/A — no authentication required during beta
Data egress: Signal data fetched from signals.x70.ai

Troubleshooting

Common errors and fixes

No signals available

Signals are only generated when all 3 AI experts reach consensus. During quiet markets, fewer signals appear.

Verify: Try with a lower confidence threshold
Server unreachable

Verify signals.x70.ai is accessible. Check your network connection.

Verify: curl https://signals.x70.ai/mcp
Signal seems stale

Signals update every minute. If a signal is old, it may have expired. Check the timestamp.

Verify: Get fresh signals and check timestamps

Alternatives

trading-skills vs others

AlternativeWhen to use it insteadTradeoff
Manual technical analysisYou prefer to do your own analysis with TradingView or similar toolsFull control but no AI automation

More

Resources

📖 Read the official README on GitHub

🐙 Browse open issues

🔍 Browse all 400+ MCP servers and Skills