Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.LuxAlgo/luxalgo-mcp-server

NPM · @LUXALGO/MCP · 2 COMPONENTS · SCANNED AUG 18

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

69 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 30 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 716 tokens (~89/item across 8 items; 8 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage94
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 82% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

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

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @luxalgo/mcp

# add to Claude Code
claude mcp add luxalgo-luxalgo-mcp-server -- npx -y @luxalgo/mcp
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add luxalgo-luxalgo-mcp-server --command npx --arg -y --arg @luxalgo/mcp
# ~/.hermes/config.yaml
mcp_servers:
  luxalgo-luxalgo-mcp-server:
    command: "npx"
    args: ["-y", "@luxalgo/mcp"]
// mcp.json
{
  "mcpServers": {
    "luxalgo-luxalgo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@luxalgo/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 12 Aug 26 69

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 17 Aug 2026 · Analysed npm/@luxalgo/mcp@1.0.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 96 packages
Packages resolved 96
Stale 30
Tree resolution Complete
MCP tools · 8 exposed · ~716 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
library_get_concept ~99

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.

NameTypeReqDescription
slugstringyesExact concept slug, e.g. 'rsi' or 'order-blocks' — from search or list results

No output schema declared.

No examples provided.

library_get_family ~76

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'.

NameTypeReqDescription
keystringyesFamily key, e.g. 'smc-ict'

No output schema declared.

No examples provided.

library_get_indicator ~75

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.

NameTypeReqDescription
slugstringyesIndicator slug, e.g. 'tri-star'

No output schema declared.

No examples provided.

library_get_source_code ~58

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.

NameTypeReqDescription
slugstringyesIndicator slug

No output schema declared.

No examples provided.

library_list_concepts ~79

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.

NameTypeReqDescription
familystring
pageintegerDefault 0
page_sizeintegerDefault 50

No output schema declared.

No examples provided.

library_list_families ~52

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

library_list_indicators ~106

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.

NameTypeReqDescription
directionstring
familystring
pageintegerDefault 0
page_sizeintegerDefault 24
sortstringDefault: date
textstringServer-side text filter

No output schema declared.

No examples provided.

library_search ~171

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.

NameTypeReqDescription
familystringNarrow to one concept family
limitintegerMax results (default 10)
querystringyesA concept, indicator name, alias, or topic — e.g. 'order blocks', 'mean reversion', 'stochastics'
typestringLimit to 'concepts' (explanations) or 'indicators' (implementations); default all

No output schema declared.

No examples provided.