# io.github.LuxAlgo/luxalgo-mcp-server (remote · mcp.luxalgo.com)

LuxAlgo Library — the encyclopedia of trading & technical analysis for AI agents. Free, keyless.

- Trust score: 68/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-18

## Components

- remote · `mcp.luxalgo.com`: 68/100 (this document), [markdown](https://verifymcp.io/servers/luxalgo-luxalgo-mcp-server/mcp.md), [page](https://verifymcp.io/servers/luxalgo-luxalgo-mcp-server/mcp)
- npm · `@luxalgo/mcp`: 69/100, [markdown](https://verifymcp.io/servers/luxalgo-luxalgo-mcp-server/luxalgo-mcp.md), [page](https://verifymcp.io/servers/luxalgo-luxalgo-mcp-server/luxalgo-mcp)

## Channel facts

- Endpoint: `https://mcp.luxalgo.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-18.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 8 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 716 tokens (~89/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 94/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 82% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http luxalgo-luxalgo-mcp-server https://mcp.luxalgo.com/mcp
```

### Codex

```toml
[mcp_servers.luxalgo-luxalgo-mcp-server]
url = "https://mcp.luxalgo.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "luxalgo-luxalgo-mcp-server": {
      "type": "remote",
      "url": "https://mcp.luxalgo.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add luxalgo-luxalgo-mcp-server --url https://mcp.luxalgo.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  luxalgo-luxalgo-mcp-server:
    url: "https://mcp.luxalgo.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "luxalgo-luxalgo-mcp-server": {
      "type": "http",
      "url": "https://mcp.luxalgo.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-17 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-15 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-13 (score 66, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-12 (score 65)

First indexed and scored.

## MCP tools (8)

### `library_search` (~171 tokens)

Search the LuxAlgo Library

Search the LuxAlgo Library — the encyclopedia of trading and technical analysis. One query over 800+ concepts (alias-aware: 'stochastics' finds Stochastic Oscillator) and 800+ ready-to-use indicators. Start here whenever you have a name, informal term, or topic; results carry slugs for the get tools plus canonical URLs for citation.

Input parameters:

- `family` (string): Narrow to one concept family
- `limit` (integer): Max results (default 10)
- `query` (string, required): A concept, indicator name, alias, or topic — e.g. 'order blocks', 'mean reversion', 'stochastics'
- `type` (string): Limit to 'concepts' (explanations) or 'indicators' (implementations); default all

### `library_get_concept` (~99 tokens)

Get a Library concept

Explain a trading concept: the Library's full write-up as markdown — definition, formula, how traders read it, and its indicator implementations. Use for any 'what is X / how does X work' question. Needs the exact slug — find it with library_search or library_list_concepts.

Input parameters:

- `slug` (string, required): Exact concept slug, e.g. 'rsi' or 'order-blocks' — from search or list results

### `library_get_indicator` (~75 tokens)

Get a Library indicator

Details for one indicator: what it does, how to read it, family, concept links, preview image — plus whether its source code is available (fetch the code itself with library_get_source_code). Use when the user asks about a specific indicator.

Input parameters:

- `slug` (string, required): Indicator slug, e.g. 'tri-star'

### `library_get_source_code` (~58 tokens)

Get an indicator's source code

The full, working source code of a Library indicator (works on TradingView). Kept separate from library_get_indicator because sources are long — call it only when the user wants the code itself.

Input parameters:

- `slug` (string, required): Indicator slug

### `library_list_concepts` (~79 tokens)

List Library concepts

Browse every trading and technical-analysis concept in the Library — paginated, optionally one family. Use to enumerate a topic area or find slugs for library_get_concept; for keyword lookup prefer library_search.

Input parameters:

- `family` (string)
- `page` (integer): Default 0
- `page_size` (integer): Default 50

### `library_list_indicators` (~106 tokens)

List Library indicators

Browse the indicator catalog with filters and server-side sorting (newest first by default). Use for structured browsing — 'latest indicators', 'everything in the volatility family'; for keyword discovery prefer library_search.

Input parameters:

- `direction` (string)
- `family` (string)
- `page` (integer): Default 0
- `page_size` (integer): Default 24
- `sort` (string): Default: date
- `text` (string): Server-side text filter

### `library_list_families` (~52 tokens)

List concept families

The Library's top-level taxonomy: 17 families of trading concepts (trend, momentum, SMC/ICT, statistics, …) with concept counts and hub links. The natural first call for orientation.

### `library_get_family` (~76 tokens)

Get a family hub

A family's hub page as markdown — the written overview of that school of analysis plus its complete concept roster. Use after library_list_families, or when the user asks about a whole area like 'SMC' or 'Wyckoff'.

Input parameters:

- `key` (string, required): Family key, e.g. 'smc-ict'

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/luxalgo-luxalgo-mcp-server/mcp#diagnostics

## Score history

- 2026-08-18: 68
- 2026-08-17: 68
- 2026-08-16: 67
- 2026-08-15: 67
- 2026-08-14: 66
- 2026-08-13: 66
- 2026-08-12: 65

## Links

- Remote endpoint: https://mcp.luxalgo.com/mcp
- Repository: https://github.com/LuxAlgo/luxalgo-mcp-server
- Website: https://www.luxalgo.com/library/
- Changelog RSS feed: https://verifymcp.io/servers/luxalgo-luxalgo-mcp-server/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/luxalgo-luxalgo-mcp-server/mcp.json
- HTML version of this page: https://verifymcp.io/servers/luxalgo-luxalgo-mcp-server/mcp
