← Registry

Learning Resources

luxalgo.com

Search and retrieve detailed trading concepts, indicator documentation, and source code from the LuxAlgo Library.

1 endpoint8 known toolsFirst detected August 13, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.luxalgo.com/mcp

No auth detected

MCP server metadata

Name
mcp-typescript server on vercel
Version
0.1.0
Capabilities
tools.listChanged

Known tools 8

library_search

Search the LuxAlgo Library — the encyclopedia of trading and technical analysis.

Inferred read-only
library_get_concept

Explain a trading concept: the Library's full write-up as markdown — definition, formula, how traders read it, and its indicator implementations.

Potential side effects
library_get_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).

Inferred read-only
library_get_source_code

The full, working source code of a Library indicator (works on TradingView).

Inferred read-only
library_list_concepts

Browse every trading and technical-analysis concept in the Library — paginated, optionally one family.

Inferred read-only
library_list_indicators

Browse the indicator catalog with filters and server-side sorting (newest first by default).

Inferred read-only
library_list_families

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

Inferred read-only
library_get_family

A family's hub page as markdown — the written overview of that school of analysis plus its complete concept roster.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mcp-typescript-server-on-vercel]
url = "https://mcp.luxalgo.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-typescript-server-on-vercel": {
      "type": "http",
      "url": "https://mcp.luxalgo.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-typescript-server-on-vercel
Remote MCP URL: https://mcp.luxalgo.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-typescript-server-on-vercel": {
      "url": "https://mcp.luxalgo.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-typescript-server-on-vercel": {
      "type": "http",
      "url": "https://mcp.luxalgo.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-typescript-server-on-vercel",
  "transport": "streamable-http",
  "url": "https://mcp.luxalgo.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for luxalgo.com was fetched 2026-08-24T04:48:16.153Z.

Trust status Trusted

luxalgo.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.