Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Crypto-Signal MCP Server
trending-up

Crypto-Signal MCP Server MCP Server

Advanced cryptocurrency trading signals

cryptotradingsignalsexchanges

About

## Crypto-Signal MCP Server: Trading Signals The **Crypto-Signal MCP Server** integrates cryptocurrency trading signal analysis into Google Antigravity, enabling developers to generate and analyze trading signals through AI-assisted technical analysis. ### Why Crypto-Signal MCP? - **Technical Analysis**: Multiple indicator support - **Real-Time Signals**: Live trading signal generation - **Customizable**: Configure indicators and thresholds - **Multi-Exchange**: Support for major exchanges - **Backtesting**: Test strategies on historical data ### Key Features #### 1. Signal Generation ```javascript // Get trading signals const signals = await cryptoSignal.getSignals({ exchange: "binance", symbol: "BTC/USDT", interval: "1h" }); for (const signal of signals) { console.log("Indicator:", signal.indicator); console.log("Signal:", signal.signal); // buy, sell, neutral console.log("Strength:", signal.strength); } // Get RSI signal const rsi = await cryptoSignal.getRSI({ symbol: "ETH/USDT", period: 14 }); console.log("RSI:", rsi.value); console.log("Signal:", rsi.signal); // Get MACD signal const macd = await cryptoSignal.getMACD({ symbol: "BTC/USDT" }); ``` #### 2. Custom Analysis ```javascript // Configure custom indicator const customSignal = await cryptoSignal.analyze({ symbol: "BTC/USDT", indicators: [ { name: "rsi", period: 14, overbought: 70, oversold: 30 }, { name: "macd", fast: 12, slow: 26, signal: 9 }, { name: "bollinger", period: 20, stddev: 2 } ], interval: "4h" }); // Backtest strategy const backtest = await cryptoSignal.backtest({ symbol: "ETH/USDT", strategy: { entry: { indicator: "rsi", condition: "<", value: 30 }, exit: { indicator: "rsi", condition: ">", value: 70 } }, startDate: "2024-01-01", endDate: "2024-12-31" }); console.log("Win Rate:", backtest.winRate); console.log("Total Return:", backtest.totalReturn); ``` ### Configuration ```json { "mcpServers": { "crypto-signal": { "command": "npx", "args": ["-y", "@anthropic/mcp-crypto-signal"], "env": { "EXCHANGE_API_KEY": "your-exchange-key", "EXCHANGE_SECRET": "your-exchange-secret" } } } } ``` ### Use Cases **Algorithmic Trading**: Generate signals for trading bots. **Technical Analysis**: Analyze crypto markets with indicators. **Strategy Testing**: Backtest trading strategies. The Crypto-Signal MCP Server brings trading signals to your workflow.

Installation

Configuration
{
  "mcpServers": {
    "crypto-signal": {
      "mcpServers": {
        "crypto-signal": {
          "env": {
            "EXCHANGE_API_KEY": "YOUR_API_KEY"
          },
          "args": [
            "-y",
            "crypto-signal-mcp"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Configure exchange API keys
  2. 215+ exchanges supported
  3. 3AI-enhanced signals

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers