LuxAlgo Library MCP
Read-only, keyless MCP server for searching and retrieving trading concepts, indicator details, families, and source code from the LuxAlgo Library.
README
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/mcp
Claude Code:
claude mcp add --transport http luxalgo https://mcp.luxalgo.com/mcp
Cursor (.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"] }
}
}
Tools
| Tool | What it does |
|---|---|
library_search |
One search over concepts (alias-aware) + indicators |
library_get_concept |
Full concept page as markdown |
library_get_indicator |
Indicator detail: body, family, concepts, source code availability |
library_get_source_code |
Full source code when publicly served (own tool — fetched only on demand) |
library_list_concepts |
Paginated concept roster, optionally per family |
library_list_indicators |
Filtered, paginated browse with server-side sort |
library_list_families |
The taxonomy backbone with counts |
library_get_family |
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.