Model Context Protocol

AltraOne MCP Server

Connect Claude Desktop, Cursor, Windsurf, or any MCP-compatible client to AltraOne's momentum scoring. Ask your AI assistant about market regime, sector strength, or a single stock, and get real Altra Score, Altra Market, and Altra Sector data back, not a guess.

Free tier · 100 requests/day · No credit card

Four tools

Everything your AI client needs to cover a stock, its sector, and the broader market, called in whatever order the client decides.

lookup_stock

Resolves a stock ticker and identifies which market it belongs to: US S&P 500, NSE, or TSX.

get_market_scores

Returns the current Altra Market score and overall market regime: is the broad market environment supportive of momentum trading?

get_sector_scores

Returns the Altra Sector score and regime for a sector, including its relative-strength rank against other sectors in the same market.

get_stock

Returns the Altra Score and full momentum breakdown for an individual stock: EMA placement and RSI across daily, weekly, and monthly timeframes.

Altra Score

Per stock

Momentum score for a single stock, combining RSI and EMA placement across daily, weekly, and monthly timeframes.

>60 Bullish · 40–60 Neutral · <40 Bearish

Altra Market

Per market

Composite breadth score for an entire exchange: NSE, S&P 500, or TSX.

>60 Bullish · 40–60 Mixed · <40 Cautious/Bearish

Altra Sector

Per sector

Regime (Bullish/Neutral/Bearish) and relative-strength rank for a sector against other sectors in the same market.

0–100 + regime + RS rank

What each tool returns

Real payloads for AAPL on the US market, so you know exactly what shape of data to expect before you connect a client.

{
  "status": "success",
  "data": {
    "eod_prefix": "US",
    "eod_suffix": "",
    "indices": [],
    "name": "Apple Inc.",
    "sector_benchmark": "XLK",
    "symbol": "AAPL",
    "tv_symbol": "AAPL",
    "exchange": "us"
  },
  "error": null
}

Get your free API key

We'll email you a confirmation link. Click it, then generate your key. It's shown once, so save it right away.

Free tier: 100 requests/day. No credit card required.

Connect your AI client

The MCP endpoint is https://mcp.altraone.com/ over Streamable HTTP. Every request needs an X-Altra-Key header set to your generated key.

Settings → Developer → Edit Config (claude_desktop_config.json)

Claude Desktop doesn't call custom-header remote MCP servers directly. Route through the mcp-remote bridge shown below. Restart Claude Desktop after saving.

{
  "mcpServers": {
    "altraone": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.altraone.com/",
        "--header",
        "X-Altra-Key:${ALTRA_API_KEY}"
      ],
      "env": {
        "ALTRA_API_KEY": "<your-api-key>"
      }
    }
  }
}

Client config syntax evolves. If a snippet above doesn't work, check the client's current MCP docs for the latest format.

Frequently Asked Questions

What is the AltraOne MCP server?
It's a remote Model Context Protocol server that exposes AltraOne's momentum data (Altra Score, Altra Market, and Altra Sector) as tools any MCP-compatible AI client can call. Instead of your AI assistant guessing at market conditions, it calls a tool and gets back real, EOD-calculated data for NSE, S&P 500, or TSX stocks.
Is it free?
Yes. Every API key gets 100 requests/day at no cost, with no credit card required. There's no paid tier yet.
Which AI clients can I connect it to?
Any MCP client that supports the Streamable HTTP transport with custom headers, including Claude Desktop (via the mcp-remote bridge), Cursor, and Windsurf, all covered in the setup section above.
Which markets and stocks are covered?
About 1,000 stocks in total, across the S&P 500 (US), NSE F&O stocks (India), and TSX (Canada): the same coverage as the AltraOne dashboard.
Is the data live or intraday?
No. Like the rest of AltraOne, MCP data is calculated end-of-day (EOD), not intraday. Check the market score's regime before treating it as a same-day signal.
How do I read the scores?
All three scores run 0–100. Above 60 generally means bullish, 40–60 is neutral/mixed, below 40 is bearish/cautious; exact zones differ slightly per score, shown above. See the full scoring criteria for how each score is calculated.
Can I recover a lost API key?
No. A key is shown once at generation and can't be retrieved afterward. There's no recovery flow; contact AltraOne support to reset it, since a signup already exists for that email.

© Copyright 2026 AltraOne · Built for momentum traders