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

REMOTE · MCP.LUXALGO.COM · 2 COMPONENTS · SCANNED AUG 18

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

68 Trust /100
Trust breakdown (6 categories)

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

Endpoint Security63
Transport & Reachability100
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 Management20
  • Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
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.

remote · mcp.luxalgo.com

# add to Claude Code
claude mcp add --transport http luxalgo-luxalgo-mcp-server https://mcp.luxalgo.com/mcp
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add luxalgo-luxalgo-mcp-server --url https://mcp.luxalgo.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  luxalgo-luxalgo-mcp-server:
    url: "https://mcp.luxalgo.com/mcp"
// mcp.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 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.

  • 17 Aug 26 +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.

  • 15 Aug 26 +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.

  • 13 Aug 26 +1
    • Stability: unverified → 0.03 functional
  • 12 Aug 26 65

    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 18 Aug 2026 · Probed https://mcp.luxalgo.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.luxalgo.com CN=YR1,O=Let's Encrypt,C=US 10 Aug 2026 8 Nov 2026 RSA 2048 SHA256-RSA 6781b1d6da51783044be795dfad7d46daa1
SANs: mcp.luxalgo.com
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f
DNSSEC insecure

Validation of mcp.luxalgo.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
luxalgo.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.luxalgo.com/mcp Verified 200
http (plaintext) http://mcp.luxalgo.com/mcp HTTPS enforced 308 https://mcp.luxalgo.com/mcp
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.