DEV Community

2x lazymac
2x lazymac

Posted on

How to Use the Crypto Trading Signals API — Free REST + MCP Server

How to Use the Crypto Trading Signals API — Free REST API + MCP Server

Need to real-time RSI, MACD, EMA, Bollinger Bands for any trading pair? Here's a production-ready API you can use right now.

Quick Start

curl https://api.lazy-mac.com/crypto-signal/
Enter fullscreen mode Exit fullscreen mode

What It Does

Crypto Trading Signals API provides real-time RSI, MACD, EMA, Bollinger Bands for any trading pair via a simple REST API. It also works as an MCP server for AI coding assistants like Claude and Cursor.

Features

  • 🔗 REST API with JSON responses
  • 🤖 MCP server support (Claude, Cursor, Windsurf)
  • 🆓 No API key needed for free tier
  • ⚡ Low latency, high availability

Use as MCP Server

Add to your Claude or Cursor config:

{
  "mcpServers": {
    "crypto-signal": {
      "url": "https://api.lazy-mac.com/crypto-signal/mcp"
    }
  }
}
Enter fullscreen mode Exit fullscreen mode

Pricing

Tier Requests/mo Price
Free 100 $0
Pro 10,000 $9/mo
Business Unlimited $49/mo

Get Access


Part of the lazymac API Hub — 22 production-ready APIs built on a single Mac Mini.

Top comments (0)