npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@luxalgo/mcp

v1.0.0

Published

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

Downloads

0

Readme

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 | Where to add it | | --- | --- | | Cursor | .cursor/mcp.json or the install badge above | | Claude Desktop | claude_desktop_config.json | | VS Code | Install badge above, or MCP settings | | Windsurf | ~/.codeium/windsurf/mcp_config.json | | Zed | settings.json under context_servers | | Warp | Settings → Agents → MCP servers | | LM Studio | mcp.json | | OpenCode | opencode.json | | Gemini CLI | ~/.gemini/settings.json |

Local (stdio)

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

Available Tools

| Tool | Description | | --- | --- | | 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 |

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