LuxAlgo Library MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LuxAlgo Library MCPGet the concept page for 'Elliott Wave Theory'."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LuxAlgo Library MCP
The LuxAlgo Library — the encyclopedia of trading & technical analysis — as an MCP server. Hundreds of concepts with formulas and plain-markdown pages, and the full indicator catalog with descriptions, families, and Pine Script sources where publicly served. Free, keyless, read-only.
Install
Hosted (recommended) — point any MCP client at:
https://mcp.luxalgo.com/mcpClaude Code:
claude mcp add --transport http luxalgo https://mcp.luxalgo.com/mcpCursor (.cursor/mcp.json) / Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"luxalgo": { "url": "https://mcp.luxalgo.com/mcp" }
}
}Local (stdio):
{
"mcpServers": {
"luxalgo": { "command": "npx", "args": ["-y", "@luxalgo/mcp"] }
}
}Related MCP server: tradingview-mcp
Tools
Tool | What it does |
| One search over concepts (alias-aware) + indicators |
| Full concept page as markdown |
| Indicator detail: body, family, concepts, source code availability |
| Full source code when publicly served (own tool — fetched only on demand) |
| Paginated concept roster, optionally per family |
| Filtered, paginated browse with server-side sort |
| The taxonomy backbone with counts |
| A family hub as markdown + concept roster |
All outputs are compact JSON with canonical urls for citation. Concept and
family pages are also directly fetchable as markdown — append .md to any
concept URL.
Development
npm install
npm run build
npm start # stdio
npm run start:http # streamable HTTP on :3333/mcp
npm test # smoke suite over stdio (hits live endpoints)Environment (optional): LUXALGO_APP_ORIGIN, LUXALGO_SITE_ORIGIN to point
at non-production environments.
Deployment
Two hosted options, same tools either way:
Any Node 20+ host (container, VPS, Railway, Fly, …): run
node dist/http.js(PORTenv, defaults to 3333). Stateless — scales horizontally.Vercel:
api/server.tswraps the same tools withmcp-handler;vercel.jsonrewrites all paths to it, so clients still connect to/mcp. Import the repo in Vercel with framework preset Other — no build settings needed. Test the Vercel code path locally withnode scripts/vercel-smoke.mjs+node scripts/smoke.mjs --http http://localhost:3334/mcp.
License
MIT © LuxAlgo
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceRead-only MCP server for Blocksize market data discovery, pricing, documentation, and x402 endpoint lookup across crypto, equities, FX, and metals.71MIT
- AlicenseBqualityCmaintenanceTradingView MCP server — real-time market data, technical indicators, screeners, and backtesting for Claude, ChatGPT, Cursor, Copilot, and any MCP client. Stocks, crypto, forex & futures across global exchanges.44MIT
- AlicenseAqualityCmaintenanceA read-only MCP server for discovering engineering work and reusable assets on Archimedes Market. It enables searching and retrieving public assets and bounties through natural language.4MIT
- Alicense-qualityCmaintenanceMCP server for searching and retrieving trading knowledge from a centralized SQLite library of book summaries, strategies, and document chunks.MIT
Related MCP Connectors
Read-only MCP server for Robinhood Chain token discovery, research, and due diligence via GMGN.
Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.
Read-only MCP server for the WebAssembly spec: instructions, types, sections, search, proposals.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LuxAlgo/luxalgo-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server