Trading Signals MCP

Created By
roman-rr3 months ago
Live crypto trading signals via API. Full trade setups with entry, stop-loss, take-profit, leverage, and automated verification. Built for Claude Code, OpenAI Codex, and 30+ AI agents.
Overview

Trading Signals

trading-skills-signals-claude-skills-codex

Live AI crypto trading signals for Claude Code, OpenAI Codex, and AI coding agents.

Production-grade signal API powered by advanced AI models. Automated verification tracks every signal against real market prices.

FREE during beta. Star this repo to support continued development.

Install

/plugin install roman-rr/trading-skills

npx (Claude Code, Codex, Cursor, Windsurf, etc.)

npx skills add roman-rr/trading-skills

MCP Server (Claude Desktop / Claude Code / Cursor)

Add as an MCP server for native tool integration:

claude mcp add trading-signals --transport http -- https://aelita.x70.ai/mcp

Or add to Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "trading-signals": {
      "url": "https://aelita.x70.ai/mcp"
    }
  }
}

Exposes 4 tools: register, get_signals, get_signal, get_stats.

OpenAI Codex CLI

See agents/openai.yaml for agent configuration.

Manual

# Claude Code
git clone https://github.com/roman-rr/trading-skills.git
cp -r trading-skills/trading-signals ~/.claude/skills/trading-signals

# OpenAI Codex CLI
cp -r trading-skills/trading-signals ~/.codex/skills/trading-signals

Example Prompts

Once installed, ask your AI agent:

  • "Get me the latest crypto trading signals"
  • "Show me today's highest-confidence BTC and ETH signals"
  • "What's the 30-day hit rate for these trading signals?"
  • "Build me a Python script that fetches crypto signals and alerts me on Telegram"
  • "Show me verified signals from the last week — what hit TP?"

What You Get

FeatureDescription
Live signalsBullish/bearish crypto signals with full trade setups
Entry / SL / TPExact price levels for every trade
Confidence0-100 AI conviction level per signal
LeverageSuggested 1-10x leverage with position sizing
VerificationEvery signal tracked against real market prices
ROI trackingLeverage-adjusted profit/loss per signal
Performance statsHit rate, cumulative ROI, breakdown by direction
20+ coinsBTC, ETH, SOL, and more

Available Skills

SkillDescription
trading-signalsLive AI crypto trading signals API with full trade setups and verification

API Endpoints

MethodPathAuthDescription
POST/api/skill/registerNoRegister & get API key
GET/api/skill/signalsAPI keyList signals (active/verified/all)
GET/api/skill/signals/:idAPI keySingle signal detail
GET/api/skill/statsAPI keyPerformance statistics

Signal Preview

CoinDirConfEntrySLTPLevR/RType
BTCBull87%$68,450$67,200$71,8003x2.7momentum_shift
ETHBear82%$3,840$3,920$3,6802x2.0funding_anomaly
SOLBull79%$142.50$138.00$152.002x2.1volume_spike

Why Use Trading Signals?

  • Battle-tested in production — real signals from a live trading platform, not a demo
  • Every signal verified — automated tracking against actual market prices
  • Transparent track record — public dashboard with full history, wins and losses
  • Multi-expert consensus — signals only fire when multiple AI perspectives agree
  • Adaptive risk management — the system adjusts based on recent performance
  • 15+ real-time data sources — funding rates, order books, whale trades, on-chain data, news
  • 24/7 operation — signals generated around the clock

Live Dashboard

Track real-time performance: https://aelita.x70.ai/signals/dashboard

Contributing

Issues, feature requests, and PRs are welcome. Please open an issue first to discuss changes.

Pricing

FREE during beta — no charges, no credit card.

Future: Free tier (60/min, 7d history) / Pro $29/mo (higher limits, 90d, websocket).

License

Proprietary — Free API during beta. Paid license required for commercial redistribution. See LICENSE.txt.

Author

Roman Antonovgithub.com/roman-rr | roman-rr.github.io | romwtb@gmail.com

Server Config

{
  "mcpServers": {
    "trading-signals": {
      "url": "https://aelita.x70.ai/mcp"
    }
  }
}
Project Info
Created At
3 months ago
Updated At
3 months ago
Author Name
roman-rr
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Mnemom

14 hours ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

13 hours ago
Docwand

13 hours ago