INDIVIDUAL MCP TOOL
library_list_concepts
Browse every trading and technical-analysis concept in the Library — paginated, optionally one family.
LIVE ENDPOINT
https://mcp.luxalgo.com/mcp
Connect to this endpoint to inspect the live schema for library_list_concepts and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.
Related tools
library_search— Search the LuxAlgo Library — the encyclopedia of trading and technical analysis.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.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).library_get_source_code— The full, working source code of a Library indicator (works on TradingView).library_list_indicators— Browse the indicator catalog with filters and server-side sorting (newest first by default).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.library_get_family— A family's hub page as markdown — the written overview of that school of analysis plus its complete concept roster.