Checking...

Trade Smarter With AI-Powered Tools

Connect your AI assistant to live market data, charts, news, and trade execution. Works with Claude, ChatGPT, Cursor, and any MCP-compatible client.

Get Started View Tools
13
Trading Tools
44+
Instruments
9
Timeframes
0
Active Sessions

What You Can Do

Ask your AI assistant anything about the markets. It talks to our trading system for you.

Market Analysis

"Analyze GBPUSD on the H4 timeframe and tell me the trend direction"

AI fetches live price data, RSI, EMAs, ATR, and gives you a full breakdown.

Chart Generation

"Show me a XAUUSD chart with Fibonacci levels on the H1 timeframe"

AI generates a chart image with EMAs, ATR, and optional Fibonacci retracements.

News Awareness

"What high-impact news events are coming up today for USD?"

AI pulls the economic calendar and filters for events that could move your pairs.

Position Monitoring

"Show me all my open positions and their current P&L"

AI pulls your live positions with entry, current price, SL/TP, and floating P&L.

Trade Execution

"Open a 0.10 lot BUY on EURUSD with SL at 1.0800 and TP at 1.0900"

AI places the trade directly on your MT5 account. VIP+ tier required.

Performance Review

"What's my profit for this week? Break it down by instrument."

AI pulls your trade history and calculates net P&L with breakdown by symbol.

13 Trading Tools

Every tool your AI assistant needs to analyze, monitor, and execute trades.

analyze_market READ

Get live market data with RSI, EMA 20/50, Bollinger Bands, ATR, and candlestick data for any instrument and timeframe.

get_chart READ

Generate a chart image with price action, EMAs, ATR, and optional Fibonacci retracements. Returns a base64 PNG.

get_economic_calendar READ

Get economic events with impact level, previous/forecast/actual values. Filter by currency.

get_upcoming_news READ

Get upcoming high-impact news events for today. Filter by currency to see what's ahead for your pairs.

get_daily_stats READ

Get daily average range, volatility, and historical stats to understand normal vs abnormal price movement.

get_positions READ

View all open positions with entry price, current price, SL/TP, floating P&L, and volume.

get_trade_history READ

Get closed trades for today, this week, or this month. Full details including P&L and duration.

get_profit_summary READ

Get total profit/loss summary for a given period. Quick snapshot of account performance.

get_account_info READ

Get current account balance, equity, margin, free margin, and open position count.

open_trade TRADE

Open a market order (BUY or SELL) with symbol, volume, optional SL and TP. Executes instantly on MT5.

close_trade TRADE

Close an open position by ticket number. Partial close supported with volume parameter.

modify_trade TRADE

Modify SL/TP on an existing position. Move to break-even, tighten stops, or adjust take profit.

place_pending_order TRADE

Place buy/sell limit or stop orders at specific price levels with SL and TP.


Pricing

MCP access is included with your OXY ALGO membership. Choose your tier.

Premium

$149/mo
  • 9 read-only tools
  • Market data + charts
  • Economic calendar
  • Position monitoring
  • 30 requests/min
  • Trade execution
  • Pending orders
Get Premium

Elite

$997/mo
  • All 13 tools
  • Market data + charts
  • Economic calendar
  • Position monitoring
  • 120 requests/min
  • Trade execution
  • Pending orders
Get Elite

Setup Guide

Connect in under 2 minutes. Pick your platform below.

Claude Desktop
VS Code (Copilot)
Claude Code CLI
Cursor
n8n
1

Get Your API Key

In our Discord server, type /mcp-key generate to get your personal API key. Copy it somewhere safe.

2

Open Claude Desktop Settings

Go to Settings > Developer > Edit Config to open claude_desktop_config.json

3

Add the MCP Server

Paste this into your config file. Replace YOUR_API_KEY with your key from step 1:

{
  "mcpServers": {
    "oxy-algo": {
      "url": "https://mcp.oxyalgo.com/sse?api_key=YOUR_API_KEY"
    }
  }
}
4

Restart Claude Desktop

Close and reopen Claude Desktop. You'll see 13 OXY ALGO tools available. Ask Claude to analyze any market.

1

Get Your API Key

In our Discord server, type /mcp-key generate to get your personal API key.

2

Open VS Code Settings

Open your VS Code settings.json (Ctrl+Shift+P > "Preferences: Open User Settings JSON")

3

Add the MCP Server

Add this to your settings. Replace YOUR_API_KEY with your key:

{
  "mcp": {
    "servers": {
      "oxy-algo": {
        "url": "https://mcp.oxyalgo.com/sse?api_key=YOUR_API_KEY"
      }
    }
  }
}
4

Use in Copilot Chat

Open Copilot Chat and ask it to use OXY ALGO tools. Type @oxy-algo to reference the server.

1

Get Your API Key

In our Discord server, type /mcp-key generate to get your personal API key.

2

Add the Server

Run this command in your terminal:

claude mcp add oxy-algo --transport sse https://mcp.oxyalgo.com/sse?api_key=YOUR_API_KEY
3

Start Using It

Next time you start a Claude Code session, the tools are available automatically. Ask Claude to analyze markets, get charts, or check positions.

1

Get Your API Key

In our Discord server, type /mcp-key generate to get your personal API key.

2

Open Cursor Settings

Go to Settings > MCP Servers > Add Server

3

Configure the Server

Add a new SSE server with this URL:

https://mcp.oxyalgo.com/sse?api_key=YOUR_API_KEY
4

Start Trading

Open Cursor's AI chat and ask it to analyze markets. The tools show up automatically.

1

Get Your API Key

In our Discord server, type /mcp-key generate to get your personal API key.

2

Add MCP Client Node

In your n8n workflow, add an MCP Client tool node.

3

Configure the Connection

Set the transport to SSE and enter the URL:

https://mcp.oxyalgo.com/sse?api_key=YOUR_API_KEY
4

Connect to AI Agent

Wire the MCP Client node into an AI Agent node (GPT-4, Claude, etc). The agent can now use all 13 trading tools.


44+ Instruments

Forex, indices, commodities, and crypto — all from one API.

Forex (28 pairs)

GBPUSD, EURUSD, USDJPY, AUDUSD, USDCAD, NZDUSD, USDCHF + 21 crosses

Indices (3)

US30 (Dow), US100 (Nasdaq), US500 (S&P 500)

Commodities (3)

XAUUSD (Gold), XAGUSD (Silver), USOIL (Crude Oil)

Crypto (10)

BTCUSD, ETHUSD, SOLUSD, BNBUSD, XRPUSD, DOGEUSD, ADAUSD, DOTUSD, AVAXUSD, LINKUSD


FAQ

Common questions answered.

What is MCP?

MCP (Model Context Protocol) is an open protocol created by Anthropic that lets AI assistants connect to external tools and data sources. Think of it as a USB port for AI — plug in our trading tools and your AI can analyze markets, check positions, and execute trades.

Is my API key secure?

Yes. Your API key is unique to you, encrypted in transit (HTTPS), and can be revoked at any time with /mcp-key revoke in Discord. We never share your key or trading data with anyone.

What AI assistants work with this?

Any MCP-compatible client: Claude Desktop, Claude Code CLI, VS Code (Copilot), Cursor, Windsurf, n8n, and more. The protocol is open — new clients are added regularly.

Can the AI execute real trades?

Yes, with a VIP or Elite tier. The AI can open, close, and modify trades on your connected MT5 account. Premium tier has read-only access for safety.

What are the rate limits?

Premium: 30 requests/min. VIP: 60 requests/min. Elite: 120 requests/min. These reset every 60 seconds. Normal usage rarely hits these limits.

Is this the same data your trading bot uses?

Yes. The MCP server connects to the exact same OXY API that powers our automated trading system. Same data, same instruments, same quality.

How do I get my API key?

Join our Discord, subscribe to Premium or higher on Whop, and type /mcp-key generate in any channel. Your key appears instantly. You can also view it later with /mcp-key view.