Model Context Protocol
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
Everything your AI client needs to cover a stock, its sector, and the broader market, called in whatever order the client decides.
Resolves a stock ticker and identifies which market it belongs to: US S&P 500, NSE, or TSX.
Returns the current Altra Market score and overall market regime: is the broad market environment supportive of momentum trading?
Returns the Altra Sector score and regime for a sector, including its relative-strength rank against other sectors in the same market.
Returns the Altra Score and full momentum breakdown for an individual stock: EMA placement and RSI across daily, weekly, and monthly timeframes.
Momentum score for a single stock, combining RSI and EMA placement across daily, weekly, and monthly timeframes.
>60 Bullish · 40–60 Neutral · <40 Bearish
Composite breadth score for an entire exchange: NSE, S&P 500, or TSX.
>60 Bullish · 40–60 Mixed · <40 Cautious/Bearish
Regime (Bullish/Neutral/Bearish) and relative-strength rank for a sector against other sectors in the same market.
0–100 + regime + RS rank
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
}We'll email you a confirmation link. Click it, then generate your key. It's shown once, so save it right away.
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.
© Copyright 2026 AltraOne · Built for momentum traders