NexusTrade Financial MCP

Author trading strategies in typed TypeScript. Backtest them on the engine that runs them live. It is available as a remote MCP endpoint.

Teams that want a hosted finance endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 6 · #211 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install NexusTrade Financial MCP

before you install - you'll need

Set NEXUSTRADE_API_KEY, NEXUSTRADE_API_BASE_URL before connecting.

Claude Code

claude mcp add austin-starks-nexustrade-ts --transport http https://nexustrade.io/api/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "austin-starks-nexustrade-ts": {
      "url": "https://nexustrade.io/api/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://nexustrade.io/api/mcp

transport: streamable-http

endpoint alive - authentication required · 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 remote - your agent's requests go to nexustrade.io

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

repo age created 2026-07-26 - young repo, little track record yet

license MIT - declared in the repository

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

03 · What NexusTrade Financial MCP can do

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

Latest releases

v1.1.0 · 2026-07-27

Order staging, brokerage status, and a corrected warning about deploy. · bash · npm install nexustrade · Orders · Paper orders are accepted immediately. Live orders are staged for approval and · are never sent to a…

v1.0.0 · 2026-07-27

Author NexusTrade trading strategies in typed TypeScript and backtest them on · the engine that runs them live. · bash · npm install nexustrade · ts · import { · NexusTradeClient, always, backtest, buy, portfolio…

04 · Who maintains NexusTrade Financial MCP

NexusTrade Financial MCP is maintained by austin-starks. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
finance - ranked #211 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-07-27)
registry
io.github.austin-starks/nexustrade-mcp (active, first published 2026-08-14 · 2 versions)

06 · NexusTrade Financial MCP FAQ

What is NexusTrade Financial MCP?

Author trading strategies in typed TypeScript. Backtest them on the engine that runs them live. It is available as a remote MCP endpoint.

Is NexusTrade Financial MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install NexusTrade Financial MCP?

Run `claude mcp add austin-starks-nexustrade-ts --transport http https://nexustrade.io/api/mcp`. The README documents 2 environment variables (NEXUSTRADE_API_KEY, NEXUSTRADE_API_BASE_URL) to set first. Set NEXUSTRADE_API_KEY, NEXUSTRADE_API_BASE_URL before connecting. You can also paste the ready-made client config above.

Does NexusTrade Financial MCP require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to NexusTrade Financial MCP