Learning Resources
luxalgo.com
Search and retrieve detailed trading concepts, indicator documentation, and source code from the LuxAlgo Library.
ENDPOINT 1
https://mcp.luxalgo.com/mcp
MCP server metadata
- Name
- mcp-typescript server on vercel
- Version
- 0.1.0
Known tools 8
library_searchSearch the LuxAlgo Library — the encyclopedia of trading and technical analysis.
Inferred read-onlylibrary_get_conceptExplain a trading concept: the Library's full write-up as markdown — definition, formula, how traders read it, and its indicator implementations.
Potential side effectslibrary_get_indicatorDetails 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-onlylibrary_get_source_codeThe full, working source code of a Library indicator (works on TradingView).
Inferred read-onlylibrary_list_conceptsBrowse every trading and technical-analysis concept in the Library — paginated, optionally one family.
Inferred read-onlylibrary_list_indicatorsBrowse the indicator catalog with filters and server-side sorting (newest first by default).
Inferred read-onlylibrary_list_familiesThe Library's top-level taxonomy: 17 families of trading concepts (trend, momentum, SMC/ICT, statistics, …) with concept counts and hub links.
Inferred read-onlylibrary_get_familyA family's hub page as markdown — the written overview of that school of analysis plus its complete concept roster.
Inferred read-onlyCONNECT 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.
luxalgo.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.