# io.github.LuxAlgo/luxalgo-mcp-server (npm · @luxalgo/mcp)

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

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

## Components

- remote · `mcp.luxalgo.com`: 68/100, [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 (this document), [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

- Registry: `npm`
- Package: `@luxalgo/mcp`
- Version: `1.0.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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-17.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 30 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 4 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **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**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **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.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add luxalgo-luxalgo-mcp-server -- npx -y @luxalgo/mcp
```

### Codex

```bash
codex mcp add luxalgo-luxalgo-mcp-server -- npx -y @luxalgo/mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "luxalgo-luxalgo-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@luxalgo/mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add luxalgo-luxalgo-mcp-server --command npx --arg -y --arg @luxalgo/mcp
```

### Hermes

```yaml
mcp_servers:
  luxalgo-luxalgo-mcp-server:
    command: "npx"
    args: ["-y", "@luxalgo/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "luxalgo-luxalgo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@luxalgo/mcp"
      ]
    }
  }
}
```

## 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-12 (score 69)

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: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/luxalgo-luxalgo-mcp-server/luxalgo-mcp#diagnostics

## Score history

- 2026-08-17: 69
- 2026-08-16: 69
- 2026-08-15: 69
- 2026-08-14: 69
- 2026-08-13: 69
- 2026-08-12: 69

## Links

- npm package: https://www.npmjs.com/package/@luxalgo/mcp
- Socket report: https://socket.dev/npm/package/@luxalgo/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/luxalgo-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/luxalgo-luxalgo-mcp-server/luxalgo-mcp.json
- HTML version of this page: https://verifymcp.io/servers/luxalgo-luxalgo-mcp-server/luxalgo-mcp
