Back to Discover

luxalgo-mcp-server

connector

LuxAlgo

LuxAlgo Library — the encyclopedia of trading & technical analysis for AI agents. Free, keyless.

View on GitHub
0 starsSynced Aug 12, 2026

Install to Claude Code

/plugin marketplace add LuxAlgo/luxalgo-mcp-server

README

LuxAlgo Library MCP

Install in Cursor Install in VS Code

Library  ·  NPM Package  ·  GitHub

The LuxAlgo Library — The encyclopedia of trading & technical analysis — as an MCP server. Hundreds of concepts with formulas and plain-markdown pages, plus the full indicator catalog with descriptions, families, and Pine Script sources where publicly served. Free, keyless, read-only.

Installation

Connect to the hosted MCP server:

https://mcp.luxalgo.com/mcp

Claude Code

claude mcp add --transport http luxalgo https://mcp.luxalgo.com/mcp

Cursor

Use the Install in Cursor badge above, or add this to .cursor/mcp.json:

{
  "mcpServers": {
    "luxalgo": {
      "url": "https://mcp.luxalgo.com/mcp"
    }
  }
}

Other MCP Clients

Add the hosted URL to your client's MCP config:

{
  "mcpServers": {
    "luxalgo": {
      "url": "https://mcp.luxalgo.com/mcp"
    }
  }
}
Client-specific configs
ClientWhere to add it
Cursor.cursor/mcp.json or the install badge above
Claude Desktopclaude_desktop_config.json
VS CodeInstall badge above, or MCP settings
Windsurf~/.codeium/windsurf/mcp_config.json
Zedsettings.json under context_servers
WarpSettings → Agents → MCP servers
LM Studiomcp.json
OpenCodeopencode.json
Gemini CLI~/.gemini/settings.json

Local (stdio)

{
  "mcpServers": {
    "luxalgo": {
      "command": "npx",
      "args": ["-y", "@luxalgo/mcp"]
    }
  }
}

Available Tools

ToolDescription
library_searchOne search over concepts (alias-aware) + indicators
library_get_conceptFull concept page as markdown
library_get_indicatorIndicator detail: body, family, concepts, source code availability
library_get_source_codeFull source code when publicly served (fetched only on demand)
library_list_conceptsPaginated concept roster, optionally per family
library_list_indicatorsFiltered, paginated browse with server-side sort
library_list_familiesThe taxonomy backbone with counts
library_get_familyA 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.

License

MIT © LuxAlgo

Rendered live from LuxAlgo/luxalgo-mcp-server's GitHub README — not stored, always reflects the source repo.

2 Install Methods

NameDescriptionCategorySource
npm packageInstall via npm (stdio transport)mcp-server@luxalgo/mcp
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://mcp.luxalgo.com/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.