Luxalgo MCP Server
Library · Brokers · Edge Stats · Market Trackers · Challenge Simulator · Prop Firms · Vela charts · npm · Endpoint. Its 40 documented tools cover journal, library, broker, trackers.
People who work with journal, library and broker and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-09-17 · ★ 59 · #28 OF 208 MAINTAINED DOCUMENTATION · VERIFIED 2026-09-18
MIT · TypeScript servers · how we verify → /methodology
01 · Install Luxalgo MCP Server
before you install - you'll need
Set BROKERS_ALPACA_API_KEY, BROKERS_ALPACA_API_SECRET, BROKERS_KRAKEN_API_KEY, BROKERS_KRAKEN_API_SECRET, BROKERS_HYPERLIQUID_WALLET_ADDRESS before connecting.
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-09-18
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
With this server connected, an agent can log a trade by hand: its fills into a manual or import account, add a note to a day, replace a day note's text or move it to another day, and open positions with market values, asset class, entry price.
Capability map
Tools grouped from the project's README - what Luxalgo MCP Server lets an agent do.
Journal
13 tools - e.g. Journal accounts (broker-synced, imported or manual; currency, initial balance, lot method, last sync, archived state) and the journal timezone - the first call; The dashboard for a window: performance…
journal_list_accounts · journal_overview · journal_calendar · journal_breakdown · journal_list_trades · journal_get_trade…
Library
9 tools - e.g. One search over concepts (alias-aware) and indicators; Full concept page as markdown; Indicator detail: body, family, concepts, source code availability
library_search · library_get_concept · library_get_indicator · library_get_source_code · library_list_concepts · library_list_indicators…
Broker
6 tools - e.g. Supported brokers, their env vars (set or unset, never values), read-only key guides; Connected accounts: broker, currency, equity, cash; Open positions with market values, asset class, entry price…
broker_setup · broker_accounts · broker_positions · broker_trades · broker_stats · broker_refresh
Trackers
4 tools - e.g. The catalog: every dataset's row count, freshness, years with data (live vs deep-history archive), ticker-searchability; pass dataset for its field roster, filt; Search one dataset by ticker, free text…
trackers_datasets · trackers_query · trackers_latest · trackers_ticker
Propfirms
4 tools - e.g. Every simulatable firm and challenge in the live directory, provenance-disclosed; One challenge's full encoded ruleset (drawdown modes, consistency, payout gating, citations), editable and re-simulatable…
propfirms_list_simulatable · propfirms_challenge_rules · propfirms_simulate · propfirms_simulate_trades
Edge
3 tools - e.g. What the hosted store covers: symbols, session calendars, coverage windows, last build; The catalog of precomputed questions, each stating in plain language what its number means; One result in the…
edge_symbols · edge_presets · edge_report
Luxalgo
1 tool - e.g. The signed-in user's plan tier, entitlements (alerts, historical bars, AI credits, …) and profile basics - so an agent can tailor answers to what the plan actua
luxalgo_account
Latest releases
v1.5.0 · 2026-09-10
v1.5.0 - Trade Journal tools · Your trade journal in the LuxAlgo app, over MCP: the dashboard, the P&L calendar, every trade with its fills and annotations, your notes - and the writes that keep a journal alive.…
v1.4.1 · 2026-09-09
v1.4.1 · Internal restructure and agent documentation. No change to tool names, input schemas, outputs, the wire protocol, OAuth behaviour, or the luxalgo-mcp binary - a drop-in update. · Changed · Source layout…
v1.4.0 · 2026-09-09
Highlights · Sign in with LuxAlgo. OAuth 2.1 with app.luxalgo.com as the authorization server and this server as an RFC 9728 protected resource. Everything that worked anonymously still does; signing in unlocks account…
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
- repository
- github.com/luxalgo/luxalgo-mcp-server
- website
- https://www.luxalgo.com/library/
- category
- documentation - ranked #28 of 208 actively-maintained documentation servers as of 2026-09-18.
- release cadence
- 3 releases in the last 90 days (latest 2026-09-10)
- 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-09-18, its last commit was 2026-09-17 and it shipped 3 releases in the last 90 days. We re-verify nightly.
What can Luxalgo MCP Server do?
With this server connected, an agent can log a trade by hand: its fills into a manual or import account, add a note to a day, replace a day note's text or move it to another day, and open positions with market values, asset class, entry price.
How do I install Luxalgo MCP Server?
Run `npx -y @luxalgo/mcp`. The README documents 5 environment variables (BROKERS_ALPACA_API_KEY, BROKERS_ALPACA_API_SECRET, BROKERS_KRAKEN_API_KEY…) to set first. Set BROKERS_ALPACA_API_KEY, BROKERS_ALPACA_API_SECRET, BROKERS_KRAKEN_API_KEY, BROKERS_KRAKEN_API_SECRET, BROKERS_HYPERLIQUID_WALLET_ADDRESS before connecting. 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-09-18; you can connect without credentials.
07 · Alternatives to Luxalgo MCP Server
Alternatives to Luxalgo MCP Server
Maintained documentation servers if Luxalgo MCP Server isn't the fit.
- Context7 Up-to-date code docs for any prompt ★ 62,152 · 2026-09-18
- Agent Skills Search Server Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server. ★ 25,432 · 2026-08-09
- Repowise Codebase intelligence for AI coding agents - graph, git history, docs, decisions, code health. ★ 6,686 · 2026-09-17
- GitLab MCP GitLab MCP server for projects, merge requests, issues, pipelines, wiki, releases, and more. ★ 1,984 · 2026-09-16
- Microsoft Learn MCP Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs. ★ 1,892 · 2026-09-10
- Pg Aiguide Comprehensive PostgreSQL documentation and best practices, including ecosystem tools ★ 1,843 · 2026-09-16
Pairs well with
Servers that cover what Luxalgo MCP Server doesn't - only shown when the pairing reason fits the companion.
More documentation MCP servers · Devdocs MCP · Devkit Server · Sap Docs · IBM Maximo · Jooq MCP
More TypeScript MCP servers · Christensen · Cssgraph · BlackVeil DNS & Email Security Scanner · Madeonsol · see all