Luxalgo MCP Server

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. Its README documents 8 tools, including library_search, library_get_concept, library_get_indicator.

People connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-12 · ★ 12 · #84 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Luxalgo MCP Server

Claude Code

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

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.luxalgo.com/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.luxalgo.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

repo age created 2026-08-10 - young repo, little track record yet

license MIT - declared in the repository

npm package @luxalgo/mcp - published under the repo owner's npm scope (@luxalgo)

registry namespace io.github.LuxAlgo is GitHub-verified and matches the repo owner

03 · What Luxalgo MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 8 documented tools, including library_search, library_get_concept, library_get_indicator, library_get_source_code, library_list_concepts.

The 8 tools it gives your agent

Extracted from the project's README - what luxalgo-mcp-server lets an agent do.

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 (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

04 · Who maintains Luxalgo MCP Server

luxalgo-mcp-server is maintained by luxalgo. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
documentation - ranked #84 of 183 actively-maintained documentation servers as of 2026-08-25.
registry
io.github.LuxAlgo/luxalgo-mcp-server (active, first published 2026-08-12)
packages
npm:@luxalgo/mcp

06 · Luxalgo MCP Server FAQ

Is Luxalgo MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-12. We re-verify nightly.

What can Luxalgo MCP Server do?

An agent gets 8 documented tools, including library_search, library_get_concept, library_get_indicator, library_get_source_code, library_list_concepts.

How do I install Luxalgo MCP Server?

Run `npx -y @luxalgo/mcp`. You can also paste the ready-made client config above.

Does Luxalgo MCP Server require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Luxalgo MCP Server

More documentation MCP servers · Devdocs MCP · Devkit Server · Sap Docs · IBM Maximo · Jooq MCP

More TypeScript MCP servers · Christensen · Dns (madaburns) · Tabler MCP Server · Microsoft Todo · see all