mcpbeat Sign in

Tradernet MCP Server

local only

Tradernet MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 23 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 20 · avg 6 · -3% w/w
a month agotoday
23
Installs / week
npm · tradernet-mcp-server
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 Server 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-server -- npx -y tradernet-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tradernet-mcp-server": {
      "args": [
        "-y",
        "tradernet-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tradernet-mcp-server]
command = "npx"
args = ["-y", "tradernet-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "tradernet-mcp-server": {
      "args": [
        "-y",
        "tradernet-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tradernet-mcp-server": {
      "args": [
        "-y",
        "tradernet-mcp-server"
      ],
      "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 Server

same job, measured the same way
Tradernet MCP
by verbart

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

34 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 Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Tradernet MCP Server?
Tradernet MCP Server 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-server was installed 23 times last week.
How do I connect Tradernet MCP Server?
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-server straight from npm; nothing to host, nothing to sign up for.
How many people use Tradernet MCP Server?
The npm package tradernet-mcp-server was installed 23 times in the last week. Week over week that is -3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tradernet MCP Server 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.