mcpbeat Sign in

Tradernet MCP Server

local only

Tradernet MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 18 Feb 2026.

MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more

Installs per day peak 24 · avg 7 · -23% w/w
a month agotoday
34
Installs / week
npm · tradernet-mcp
0
Stars
0 open issues
18 Feb 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Tradernet MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tradernet-mcp -- npx -y tradernet-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tradernet-mcp": {
      "args": [
        "-y",
        "tradernet-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tradernet-mcp]
command = "npx"
args = ["-y", "tradernet-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tradernet-mcp": {
      "args": [
        "-y",
        "tradernet-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tradernet-mcp": {
      "args": [
        "-y",
        "tradernet-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TRADERNET_PUBLIC_KEY (Tradernet API public key), TRADERNET_PRIVATE_KEY (Tradernet API private key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tradernet MCP

same job, measured the same way
Tradernet MCP Server
by verbart

MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more

23 installs/wk local only
Trading212 MCP Server
by kyurish

MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics

214 installs/wk local only
Paradex Trading
by tradeparadex

MCP server for Paradex perp trading. Market data, accounts, orders, positions, and vaults.

170 installs/wk local only
eToro MCP Server
by gabrielcerutti

Connect AI assistants to eToro for portfolio analysis, market research, and trading.

74 installs/wk local only
Finance
by cybeleri

Financial data MCP server: stock quotes, crypto prices, portfolio tracking, market analysis

38 installs/wk local only
Modern Treasury
by usefulapi

MCP server for Modern Treasury — payment orders, transactions, counterparties and ledgers.

17 tools answering
Webull OpenAPI
by webull-inc

MCP server for Webull OpenAPI: trading and market data access for AI assistants

554 installs/wk local only
Yandex Market Seller
by dontsovcmc

MCP server for Yandex Market Partner API — orders, offers, prices, stocks, analytics

95 installs/wk local only

Tradernet MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Tradernet MCP?
Tradernet MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package tradernet-mcp was installed 34 times last week.
How do I connect Tradernet MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tradernet-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Tradernet MCP?
The npm package tradernet-mcp was installed 34 times in the last week. Week over week that is -23%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tradernet MCP open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.